Line data Source code
1 : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 : /*
3 : * This file is part of the LibreOffice project.
4 : *
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/.
8 : *
9 : * This file incorporates work covered by the following license notice:
10 : *
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 .
18 : */
19 :
20 : #ifndef _SVDETC_HXX
21 : #define _SVDETC_HXX
22 :
23 : #include <tools/string.hxx>
24 :
25 : #include <vcl/outdev.hxx>
26 : #include <tools/shl.hxx>
27 : #include <editeng/outliner.hxx>
28 : #include "svx/svxdllapi.h"
29 :
30 : ////////////////////////////////////////////////////////////////////////////////////////////////////
31 :
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
38 :
39 : class SdrOutliner;
40 : class SdrModel;
41 : class SvtSysLocale;
42 : class LocaleDataWrapper;
43 :
44 : namespace com { namespace sun { namespace star { namespace lang {
45 : struct Locale;
46 : }}}}
47 :
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 );
54 :
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
59 : {
60 : friend class SdrAttrObj;
61 : String aFontName;
62 : FontFamily eFontFamily;
63 : Color aFontColor;
64 : sal_uIntPtr nFontHeight;
65 : MapUnit eMapUnit;
66 : Fraction aMapFraction;
67 :
68 : private:
69 : static SdrEngineDefaults& GetDefaults();
70 :
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 1357 : 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 534 : 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 1404 : static MapUnit GetMapUnit() { return GetDefaults().eMapUnit; }
95 : // Default MapFraction ist 1/1.
96 : static void SetMapFraction(const Fraction& rMap) { GetDefaults().aMapFraction=rMap; }
97 1269 : static Fraction GetMapFraction() { return GetDefaults().aMapFraction; }
98 :
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 );
105 : };
106 :
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);
111 :
112 : ////////////////////////////////////////////////////////////////////////////////////////////////////
113 :
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);
117 :
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);
121 :
122 : ////////////////////////////////////////////////////////////////////////////////////////////////////
123 :
124 : class Link;
125 :
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
131 : {
132 : private:
133 : sal_uIntPtr nSumActionCount; // Summe aller Actions
134 : sal_uIntPtr nSumCurAction; // Summe aller bearbeiteten Actions
135 :
136 : sal_uIntPtr nActionCount; // Anzahl der Actions im akt. Obj.
137 : sal_uIntPtr nCurAction; // Anzahl bearbeiteter Act. im akt. Obj.
138 :
139 : sal_uIntPtr nInsertCount; // Anzahl einzufuegender Act. im akt. Obj.
140 : sal_uIntPtr nCurInsert; // Anzahl bereits eingefuegter Actions
141 :
142 : sal_uIntPtr nObjCount; // Anzahl der selektierten Objekte
143 : sal_uIntPtr nCurObj; // Aktuelles Objekt
144 :
145 : Link *pLink;
146 :
147 : public:
148 : SvdProgressInfo( Link *_pLink );
149 :
150 : void Init( sal_uIntPtr _nSumActionCount, sal_uIntPtr _nObjCount );
151 :
152 : sal_Bool SetNextObject();
153 :
154 : void SetActionCount( sal_uIntPtr _nActionCount );
155 : void SetInsertCount( sal_uIntPtr _nInsertCount );
156 :
157 : sal_Bool ReportActions( sal_uIntPtr nAnzActions );
158 : sal_Bool ReportInserts( sal_uIntPtr nAnzInserts );
159 :
160 : sal_uIntPtr GetSumActionCount() const { return nSumActionCount; };
161 0 : sal_uIntPtr GetSumCurAction() const { return nSumCurAction; };
162 0 : sal_uIntPtr GetObjCount() const { return nObjCount; };
163 0 : sal_uIntPtr GetCurObj() const { return nCurObj; };
164 :
165 0 : sal_uIntPtr GetActionCount() const { return nActionCount; };
166 0 : sal_uIntPtr GetCurAction() const { return nCurAction; };
167 :
168 0 : sal_uIntPtr GetInsertCount() const { return nInsertCount; };
169 0 : sal_uIntPtr GetCurInsert() const { return nCurInsert; };
170 :
171 : void ReportError();
172 : sal_Bool ReportRescales( sal_uIntPtr nAnzRescales );
173 : };
174 :
175 :
176 :
177 : class SdrLinkList
178 : {
179 : std::vector<Link*> aList;
180 : protected:
181 : unsigned FindEntry(const Link& rLink) const;
182 : public:
183 136 : SdrLinkList(): aList() {}
184 0 : ~SdrLinkList() { Clear(); }
185 : SVX_DLLPUBLIC void Clear();
186 2160 : unsigned GetLinkCount() const { return (unsigned)aList.size(); }
187 1490 : Link& GetLink(unsigned nNum) { return *aList[nNum]; }
188 467 : 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; }
192 : };
193 :
194 : SdrLinkList& ImpGetUserMakeObjHdl();
195 : SdrLinkList& ImpGetUserMakeObjUserDataHdl();
196 :
197 : class SdrOle2Obj;
198 : class AutoTimer;
199 :
200 : class OLEObjCache : public std::vector<SdrOle2Obj*>
201 : {
202 : sal_uIntPtr nSize;
203 : AutoTimer* pTimer;
204 :
205 : void UnloadOnDemand();
206 : sal_Bool UnloadObj( SdrOle2Obj* pObj );
207 : DECL_LINK( UnloadCheckHdl, AutoTimer* );
208 :
209 : public:
210 : OLEObjCache();
211 : SVX_DLLPUBLIC ~OLEObjCache();
212 :
213 : void InsertObj(SdrOle2Obj* pObj);
214 : void RemoveObj(SdrOle2Obj* pObj);
215 : };
216 :
217 :
218 : class SVX_DLLPUBLIC SdrGlobalData
219 : {
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;
230 :
231 :
232 : const SvtSysLocale* GetSysLocale(); // follows always locale settings
233 : const LocaleDataWrapper* GetLocaleData(); // follows always SysLocale
234 : public:
235 : SdrGlobalData();
236 :
237 883 : OLEObjCache& GetOLEObjCache() { return aOLEObjCache; }
238 : };
239 :
240 9411 : inline SdrGlobalData& GetSdrGlobalData()
241 : {
242 9411 : void** ppAppData=GetAppData(SHL_SVD);
243 9411 : if (*ppAppData==NULL) {
244 68 : *ppAppData=new SdrGlobalData;
245 : }
246 9411 : return *((SdrGlobalData*)*ppAppData);
247 : }
248 :
249 : namespace sdr
250 : {
251 :
252 : SVX_DLLPUBLIC String GetResourceString(sal_uInt16 nResID);
253 :
254 : }
255 :
256 : /////////////////////////////////////////////////////////////////////
257 : // #i101872# isolated GetTextEditBackgroundColor for tooling
258 : class SdrObjEditView;
259 :
260 : SVX_DLLPUBLIC Color GetTextEditBackgroundColor(const SdrObjEditView& rView);
261 :
262 : /////////////////////////////////////////////////////////////////////
263 :
264 : #endif //_SVDETC_HXX
265 :
266 : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|