Home
last modified time | relevance | path

Searched refs:pFonts (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx126 const SvxFontListItem* pFonts = (const SvxFontListItem*) in StateChanged() local
128 const FontList* pList = pFonts ? pFonts->GetFontList(): 0; in StateChanged()
149 const SvxFontListItem* pFonts = in StateChanged() local
151 const FontList* pList = pFonts ? pFonts->GetFontList(): NULL; in StateChanged()
H A Dfntctl.cxx79 const SvxFontListItem* pFonts = in FillMenu() local
81 const FontList* pList = pFonts ? pFonts->GetFontList(): 0; in FillMenu()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx339 …const SvxFontListItem* pFonts = (const SvxFontListItem*)mpViewShell->GetDocSh()->GetItem( SID_ATTR… in Execute() local
340 const FontList* pFontList = pFonts ? pFonts->GetFontList(): 0; in Execute()
H A Ddrviews2.cxx1050 …const SvxFontListItem* pFonts = dynamic_cast<const SvxFontListItem*>(GetDocSh()->GetItem( SID_ATTR… in ExecChar() local
1051 const FontList* pFontList = pFonts->GetFontList(); in ExecChar()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx198 ::com::sun::star::awt::FontDescriptor* pFonts = aFonts.getArray(); in getFontDescriptors()
200 pFonts[n] = VCLUnoHelper::CreateFontDescriptor( mpOutputDevice->GetDevFont( n ) ); in getFontDescriptors()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx603 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 …]
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx1039 WW8FontTable * pFonts = new WW8FontTable(*mpTableStream, in getFontTable() local
1043 pFonts->initPayload(); in getFontTable()
1045 pResult = writerfilter::Reference<Table>::Pointer_t(pFonts); in getFontTable()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx421 PptFontCollection* pFonts; member in SdrEscherImport
576 …sal_Bool ForceFontCollection() const { return pFonts!=NULL?sal_True:((SdrPowerPointImport*)this)… in ForceFontCollection()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3746 pFonts = 0; in SwWW8ImplReader()
4391 pFonts = new WW8Fonts( *pTableStream, *pWwFib ); in CoreLoad()
4677 DELETEZ( pFonts ); in CoreLoad()
H A Dww8par5.cxx2327 for ( ; i < pFonts->GetMax(); i++ ) in Read_F_Macro()
2340 if ( i < pFonts->GetMax() ) in Read_F_Macro()
H A Dww8par.hxx1059 WW8Fonts* pFonts; member in SwWW8ImplReader
H A Dww8par2.cxx719 const WW8_FFN* pF = pFonts->GetFont(SVBT16ToShort(rAV.ftc)); // FontInfo in SetAnlvStrings()
H A Dww8par6.cxx3563 const WW8_FFN* pF = pFonts->GetFont( nFCode ); // Info dazu in GetFontParams()

Completed in 176 milliseconds