Lines Matching defs:ImplSVGDIData

195 struct ImplSVGDIData  struct
197 OutputDevice* mpFirstWinGraphics; // First OutputDevice with a Frame Graphics
198 OutputDevice* mpLastWinGraphics; // Last OutputDevice with a Frame Graphics
199 OutputDevice* mpFirstVirGraphics; // First OutputDevice with a VirtualDevice Graphics
200 OutputDevice* mpLastVirGraphics; // Last OutputDevice with a VirtualDevice Graphics
201 OutputDevice* mpFirstPrnGraphics; // First OutputDevice with a InfoPrinter Graphics
202 OutputDevice* mpLastPrnGraphics; // Last OutputDevice with a InfoPrinter Graphics
203 VirtualDevice* mpFirstVirDev; // First VirtualDevice
204 VirtualDevice* mpLastVirDev; // Last VirtualDevice
205 Printer* mpFirstPrinter; // First Printer
206 Printer* mpLastPrinter; // Last Printer
207 ImplPrnQueueList* mpPrinterQueueList; // List of all printer queue
208 ImplDevFontList* mpScreenFontList; // Screen-Font-List
209 ImplFontCache* mpScreenFontCache; // Screen-Font-Cache
210 …ImplDirectFontSubstitution* mpDirectFontSubst;// Font-Substitutons defined in Tools->Options->Fonts
211 GraphicConverter* mpGrfConverter; // Converter for graphics
212 long mnRealAppFontX; // AppFont X-Numenator for 40/tel Width
213 … long mnAppFontX; // AppFont X-Numenator for 40/tel Width + DialogScaleX
214 long mnAppFontY; // AppFont Y-Numenator for 80/tel Height
215 …sal_Bool mbFontSubChanged; // sal_True: FontSubstitution wurde zwischen Begin…
216 utl::DefaultFontConfiguration* mpDefaultFontConfiguration;
217 utl::FontSubstConfiguration* mpFontSubstConfiguration;
218 bool mbNativeFontConfig; // true: do not override UI font
219 bool mbNoXORClipping; // true: do not use XOR to achieve clipping effects