Searched refs:pFonts (Results 1 – 13 of 13) sorted by relevance
126 const SvxFontListItem* pFonts = (const SvxFontListItem*) in StateChanged() local128 const FontList* pList = pFonts ? pFonts->GetFontList(): 0; in StateChanged()149 const SvxFontListItem* pFonts = in StateChanged() local151 const FontList* pList = pFonts ? pFonts->GetFontList(): NULL; in StateChanged()
79 const SvxFontListItem* pFonts = in FillMenu() local81 const FontList* pList = pFonts ? pFonts->GetFontList(): 0; in FillMenu()
339 …const SvxFontListItem* pFonts = (const SvxFontListItem*)mpViewShell->GetDocSh()->GetItem( SID_ATTR… in Execute() local340 const FontList* pFontList = pFonts ? pFonts->GetFontList(): 0; in Execute()
1050 …const SvxFontListItem* pFonts = dynamic_cast<const SvxFontListItem*>(GetDocSh()->GetItem( SID_ATTR… in ExecChar() local1051 const FontList* pFontList = pFonts->GetFontList(); in ExecChar()
198 ::com::sun::star::awt::FontDescriptor* pFonts = aFonts.getArray(); in getFontDescriptors()200 pFonts[n] = VCLUnoHelper::CreateFontDescriptor( mpOutputDevice->GetDevFont( n ) ); in getFontDescriptors()
603 pFonts ( NULL ), in SdrEscherImport()622 delete pFonts; in ~SdrEscherImport()665 if ( pFonts && ( nNum < pFonts->Count() ) ) in GetFontEnityAtom()666 pRetValue = (*pFonts)[ (sal_uInt16)nNum ]; in GetFontEnityAtom()673 if ( pFonts && ( nNum < pFonts->Count() ) ) in GetCharSet()674 eRetValue = (*pFonts)[ (sal_uInt16)nNum ]->eCharSet; in GetCharSet()681 if ( pFonts && ( nNum < pFonts->Count() ) ) in IsFontAvailable()682 bRetValue = (*pFonts)[ (sal_uInt16)nNum ]->bAvailable; in IsFontAvailable()1586 if ( !pFonts ) in SdrPowerPointImport()2276 if ( !pFonts ) in ReadFontCollection()[all …]
1039 WW8FontTable * pFonts = new WW8FontTable(*mpTableStream, in getFontTable() local1043 pFonts->initPayload(); in getFontTable()1045 pResult = writerfilter::Reference<Table>::Pointer_t(pFonts); in getFontTable()
421 PptFontCollection* pFonts; member in SdrEscherImport576 …sal_Bool ForceFontCollection() const { return pFonts!=NULL?sal_True:((SdrPowerPointImport*)this)… in ForceFontCollection()
3746 pFonts = 0; in SwWW8ImplReader()4391 pFonts = new WW8Fonts( *pTableStream, *pWwFib ); in CoreLoad()4677 DELETEZ( pFonts ); in CoreLoad()
2327 for ( ; i < pFonts->GetMax(); i++ ) in Read_F_Macro()2340 if ( i < pFonts->GetMax() ) in Read_F_Macro()
1059 WW8Fonts* pFonts; member in SwWW8ImplReader
719 const WW8_FFN* pF = pFonts->GetFont(SVBT16ToShort(rAV.ftc)); // FontInfo in SetAnlvStrings()
3563 const WW8_FFN* pF = pFonts->GetFont( nFCode ); // Info dazu in GetFontParams()
Completed in 996 milliseconds