Home
last modified time | relevance | path

Searched refs:mpGetDevFontList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint.cxx740 if ( mpGetDevFontList ) in ~Printer()
742 delete mpGetDevFontList; in ~Printer()
743 mpGetDevFontList = NULL; in ~Printer()
910 if ( mpGetDevFontList ) in SetPrinterProps()
912 delete mpGetDevFontList; in SetPrinterProps()
913 mpGetDevFontList = NULL; in SetPrinterProps()
954 if ( mpGetDevFontList ) in SetPrinterProps()
956 delete mpGetDevFontList; in SetPrinterProps()
957 mpGetDevFontList = NULL; in SetPrinterProps()
H A Dvirdev.cxx410 if ( mpGetDevFontList ) in ImplSetReferenceDevice()
412 delete mpGetDevFontList; in ImplSetReferenceDevice()
413 mpGetDevFontList = NULL; in ImplSetReferenceDevice()
H A Doutdev.cxx347 mpGetDevFontList = NULL; in OutputDevice()
451 if( mpGetDevFontList ) in ~OutputDevice()
452 delete mpGetDevFontList; in ~OutputDevice()
759 if ( mpGetDevFontList ) in ImplReleaseGraphics()
761 delete mpGetDevFontList; in ImplReleaseGraphics()
762 mpGetDevFontList = NULL; in ImplReleaseGraphics()
H A Doutdev3.cxx194 if ( mpGetDevFontList ) in ImplUpdateFontData()
196 delete mpGetDevFontList; in ImplUpdateFontData()
197 mpGetDevFontList = NULL; in ImplUpdateFontData()
7170 if( !mpGetDevFontList ) in GetDevFontCount()
7171 mpGetDevFontList = mpFontList->GetDevFontList(); in GetDevFontCount()
7172 return mpGetDevFontList->Count(); in GetDevFontCount()
7189 const ImplFontData& rData = *mpGetDevFontList->Get( nDevFontIndex ); in GetDevFont()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx306 mutable ImplGetDevFontList* mpGetDevFontList; member in OutputDevice

Completed in 79 milliseconds