fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / include / svx / svdetc.hxx
blob22a91d3e55c105b3ebc73e899444bdaff4b0d920
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef _SVDETC_HXX
21 #define _SVDETC_HXX
23 #include <tools/string.hxx>
25 #include <vcl/outdev.hxx>
26 #include <tools/shl.hxx>
27 #include <editeng/outliner.hxx>
28 #include "svx/svxdllapi.h"
30 ////////////////////////////////////////////////////////////////////////////////////////////////////
32 // ExchangeFormat-Id der DrawingEngine holen. Daten koennen dann per
33 // static sal_Bool CopyData(pData,nLen,nFormat);
34 // bereitgestellt werden, wobei pData/nLen einen SvMemoryStream beschreiben in
35 // dem ein SdrModel gestreamt wird an dem fuer die Zeitdauer des Streamens das
36 // Flag SdrModel::SetStreamingSdrModel(sal_True) gesetzt wird.
37 // sal_uIntPtr SdrGetExchangeFormat(); -- JP 18.01.99 - dafuer gibt es ein define
39 class SdrOutliner;
40 class SdrModel;
41 class SvtSysLocale;
42 class LocaleDataWrapper;
44 namespace com { namespace sun { namespace star { namespace lang {
45 struct Locale;
46 }}}}
48 // Einen Outliner mit den engineglobalen
49 // Defaulteinstellungen auf dem Heap erzeugen.
50 // Ist pMod<>NULL, dann wird der MapMode des uebergebenen
51 // Models verwendet. Die resultierende Default-Fonthoehe bleibt
52 // jedoch dieselbe (die logische Fonthoehe wird umgerechnet).
53 SVX_DLLPUBLIC SdrOutliner* SdrMakeOutliner( sal_uInt16 nOutlinerMode, SdrModel* pMod );
55 // Globale Defaulteinstellungen fuer die DrawingEngine.
56 // Diese Einstellungen sollte man direkt beim Applikationsstart
57 // vornehmen, noch bevor andere Methoden der Engine gerufen werden.
58 class SVX_DLLPUBLIC SdrEngineDefaults
60 friend class SdrAttrObj;
61 String aFontName;
62 FontFamily eFontFamily;
63 Color aFontColor;
64 sal_uIntPtr nFontHeight;
65 MapUnit eMapUnit;
66 Fraction aMapFraction;
68 private:
69 static SdrEngineDefaults& GetDefaults();
71 public:
72 SdrEngineDefaults();
73 // Default Fontname ist "Times New Roman"
74 static void SetFontName(const String& rFontName) { GetDefaults().aFontName=rFontName; }
75 static String GetFontName() { return GetDefaults().aFontName; }
76 // Default FontFamily ist FAMILY_ROMAN
77 static void SetFontFamily(FontFamily eFam) { GetDefaults().eFontFamily=eFam; }
78 static FontFamily GetFontFamily() { return GetDefaults().eFontFamily; }
79 // Default FontColor ist COL_BLACK
80 static void SetFontColor(const Color& rColor) { GetDefaults().aFontColor=rColor; }
81 static Color GetFontColor() { return GetDefaults().aFontColor; }
82 // Default FontHeight ist 847. Die Fonthoehe wird in logischen Einheiten
83 // (MapUnit/MapFraction (siehe unten)) angegeben. Die Defaulteinstellung
84 // 847/100mm entspricht also ca. 24 Point. Verwendet man stattdessen
85 // beispielsweise Twips (SetMapUnit(MAP_TWIP)) (20 Twip = 1 Point) muss
86 // man als Fonthoehe 480 angeben um 24 Point als default zu erhalten.
87 static void SetFontHeight(sal_uIntPtr nHeight) { GetDefaults().nFontHeight=nHeight; }
88 static sal_uIntPtr GetFontHeight() { return GetDefaults().nFontHeight; }
89 // Der MapMode wird fuer den globalen Outliner benoetigt.
90 // Gleichzeitig bekommt auch jedes neu instanziierte SdrModel
91 // diesen MapMode default zugewiesen.
92 // Default MapUnit ist MAP_100TH_MM
93 static void SetMapUnit(MapUnit eMap) { GetDefaults().eMapUnit=eMap; }
94 static MapUnit GetMapUnit() { return GetDefaults().eMapUnit; }
95 // Default MapFraction ist 1/1.
96 static void SetMapFraction(const Fraction& rMap) { GetDefaults().aMapFraction=rMap; }
97 static Fraction GetMapFraction() { return GetDefaults().aMapFraction; }
99 // Einen Outliner mit den engineglobalen
100 // Defaulteinstellungen auf dem Heap erzeugen.
101 // Ist pMod<>NULL, dann wird der MapMode des uebergebenen
102 // Models verwendet. Die resultierende Default-Fonthoehe bleibt
103 // jedoch dieselbe (die logische Fonthoehe wird umgerechnet).
104 friend SVX_DLLPUBLIC SdrOutliner* SdrMakeOutliner( sal_uInt16 nOutlinerMode, SdrModel* pMod );
107 class SfxItemSet;
108 // Liefert eine Ersatzdarstellung fuer einen XFillStyle
109 // Bei XFILL_NONE gibt's sal_False und rCol bleibt unveraendert.
110 SVX_DLLPUBLIC bool GetDraftFillColor(const SfxItemSet& rSet, Color& rCol);
112 ////////////////////////////////////////////////////////////////////////////////////////////////////
114 // Ein ItemSet auf Outliner- bzw. EditEngine-Items durchsuchen
115 // Liefert sal_True, wenn der Set solchen Items enthaelt.
116 sal_Bool SearchOutlinerItems(const SfxItemSet& rSet, sal_Bool bInklDefaults, sal_Bool* pbOnlyEE=NULL);
118 // zurueck erhaelt man einen neuen WhichTable den
119 // man dann irgendwann mit delete platthauen muss.
120 sal_uInt16* RemoveWhichRange(const sal_uInt16* pOldWhichTable, sal_uInt16 nRangeBeg, sal_uInt16 nRangeEnd);
122 ////////////////////////////////////////////////////////////////////////////////////////////////////
124 class Link;
126 // Hilfsklasse zur kommunikation zwischen dem Dialog
127 // zum aufbrechen von Metafiles (sd/source/ui/dlg/brkdlg.cxx),
128 // SdrEditView::DoImportMarkedMtf() und
129 // ImpSdrGDIMetaFileImport::DoImport()
130 class SVX_DLLPUBLIC SvdProgressInfo
132 private:
133 sal_uIntPtr nSumActionCount; // Summe aller Actions
134 sal_uIntPtr nSumCurAction; // Summe aller bearbeiteten Actions
136 sal_uIntPtr nActionCount; // Anzahl der Actions im akt. Obj.
137 sal_uIntPtr nCurAction; // Anzahl bearbeiteter Act. im akt. Obj.
139 sal_uIntPtr nInsertCount; // Anzahl einzufuegender Act. im akt. Obj.
140 sal_uIntPtr nCurInsert; // Anzahl bereits eingefuegter Actions
142 sal_uIntPtr nObjCount; // Anzahl der selektierten Objekte
143 sal_uIntPtr nCurObj; // Aktuelles Objekt
145 Link *pLink;
147 public:
148 SvdProgressInfo( Link *_pLink );
150 void Init( sal_uIntPtr _nSumActionCount, sal_uIntPtr _nObjCount );
152 sal_Bool SetNextObject();
154 void SetActionCount( sal_uIntPtr _nActionCount );
155 void SetInsertCount( sal_uIntPtr _nInsertCount );
157 sal_Bool ReportActions( sal_uIntPtr nAnzActions );
158 sal_Bool ReportInserts( sal_uIntPtr nAnzInserts );
160 sal_uIntPtr GetSumActionCount() const { return nSumActionCount; };
161 sal_uIntPtr GetSumCurAction() const { return nSumCurAction; };
162 sal_uIntPtr GetObjCount() const { return nObjCount; };
163 sal_uIntPtr GetCurObj() const { return nCurObj; };
165 sal_uIntPtr GetActionCount() const { return nActionCount; };
166 sal_uIntPtr GetCurAction() const { return nCurAction; };
168 sal_uIntPtr GetInsertCount() const { return nInsertCount; };
169 sal_uIntPtr GetCurInsert() const { return nCurInsert; };
171 void ReportError();
172 sal_Bool ReportRescales( sal_uIntPtr nAnzRescales );
177 class SdrLinkList
179 std::vector<Link*> aList;
180 protected:
181 unsigned FindEntry(const Link& rLink) const;
182 public:
183 SdrLinkList(): aList() {}
184 ~SdrLinkList() { Clear(); }
185 SVX_DLLPUBLIC void Clear();
186 unsigned GetLinkCount() const { return (unsigned)aList.size(); }
187 Link& GetLink(unsigned nNum) { return *aList[nNum]; }
188 const Link& GetLink(unsigned nNum) const { return *aList[nNum]; }
189 void InsertLink(const Link& rLink, unsigned nPos=0xFFFF);
190 void RemoveLink(const Link& rLink);
191 bool HasLink(const Link& rLink) const { return FindEntry(rLink)!=0xFFFF; }
194 SdrLinkList& ImpGetUserMakeObjHdl();
195 SdrLinkList& ImpGetUserMakeObjUserDataHdl();
197 class SdrOle2Obj;
198 class AutoTimer;
200 class OLEObjCache : public std::vector<SdrOle2Obj*>
202 sal_uIntPtr nSize;
203 AutoTimer* pTimer;
205 void UnloadOnDemand();
206 sal_Bool UnloadObj( SdrOle2Obj* pObj );
207 DECL_LINK( UnloadCheckHdl, AutoTimer* );
209 public:
210 OLEObjCache();
211 SVX_DLLPUBLIC ~OLEObjCache();
213 void InsertObj(SdrOle2Obj* pObj);
214 void RemoveObj(SdrOle2Obj* pObj);
218 class SVX_DLLPUBLIC SdrGlobalData
220 const SvtSysLocale* pSysLocale; // follows always locale settings
221 const LocaleDataWrapper* pLocaleData; // follows always SysLocale
222 public:
223 SdrLinkList aUserMakeObjHdl;
224 SdrLinkList aUserMakeObjUserDataHdl;
225 SdrOutliner* pOutliner;
226 SdrEngineDefaults* pDefaults;
227 ResMgr* pResMgr;
228 sal_uIntPtr nExchangeFormat;
229 OLEObjCache aOLEObjCache;
232 const SvtSysLocale* GetSysLocale(); // follows always locale settings
233 const LocaleDataWrapper* GetLocaleData(); // follows always SysLocale
234 public:
235 SdrGlobalData();
237 OLEObjCache& GetOLEObjCache() { return aOLEObjCache; }
240 inline SdrGlobalData& GetSdrGlobalData()
242 void** ppAppData=GetAppData(SHL_SVD);
243 if (*ppAppData==NULL) {
244 *ppAppData=new SdrGlobalData;
246 return *((SdrGlobalData*)*ppAppData);
249 namespace sdr
252 SVX_DLLPUBLIC String GetResourceString(sal_uInt16 nResID);
256 /////////////////////////////////////////////////////////////////////
257 // #i101872# isolated GetTextEditBackgroundColor for tooling
258 class SdrObjEditView;
260 SVX_DLLPUBLIC Color GetTextEditBackgroundColor(const SdrObjEditView& rView);
262 /////////////////////////////////////////////////////////////////////
264 #endif //_SVDETC_HXX
266 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */