Home
last modified time | relevance | path

Searched refs:mpFontSubstitutes (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx69 if( mpFontSubstitutes ) in Init()
70 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in Init()
72 mpFontSubstitutes = new ::std::hash_map< fontID, fontID >( rInfo.m_aFontSubstitutions ); in Init()
74 mpFontSubstitutes = NULL; in Init()
93 if( mpFontSubstitutes ) in Init()
94 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in Init()
96 mpFontSubstitutes = new ::std::hash_map< fontID, fontID >( rInfo.m_aFontSubstitutions ); in Init()
98 mpFontSubstitutes = NULL; in Init()
129 mpFontSubstitutes( NULL ), in PrinterGfx()
150 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in ~PrinterGfx()
H A Dtext_gfx.cxx699 if( mpFontSubstitutes ) in getFontSubstitute()
702 mpFontSubstitutes->find( mnFontID ); in getFontSubstitute()
703 if( it != mpFontSubstitutes->end() ) in getFontSubstitute()
743 if( mpFontSubstitutes ) in getKernPairs()
746 mpFontSubstitutes->find( mnFontID ); in getKernPairs()
747 if( it != mpFontSubstitutes->end() ) in getKernPairs()
/aoo4110/main/vcl/inc/
H A Dprintergfx.hxx251 const ::std::hash_map< fontID, fontID >* mpFontSubstitutes; member in psp::PrinterGfx

Completed in 34 milliseconds