Home
last modified time | relevance | path

Searched refs:hFontInfo (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/control/
H A Dstdmenu.cxx194 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill() local
195 if ( hFontInfo ) in Fill()
209 while ( hFontInfo ) in Fill()
211 aInfo = pList->GetFontInfo( hFontInfo ); in Fill()
281 hFontInfo = pList->GetNextFontInfo( hFontInfo ); in Fill()
H A Dctrlbox.cxx996 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill() local
997 if ( hFontInfo ) in Fill()
1009 while ( hFontInfo ) in Fill()
1011 aInfo = pList->GetFontInfo( hFontInfo ); in Fill()
1076 hFontInfo = pList->GetNextFontInfo( hFontInfo ); in Fill()
H A Dctrltool.cxx783 sal_Handle FontList::GetNextFontInfo( sal_Handle hFontInfo ) const in GetNextFontInfo()
785 ImplFontListFontInfo* pInfo = (ImplFontListFontInfo*)(void*)hFontInfo; in GetNextFontInfo()
791 const FontInfo& FontList::GetFontInfo( sal_Handle hFontInfo ) const in GetFontInfo()
793 ImplFontListFontInfo* pInfo = (ImplFontListFontInfo*)(void*)hFontInfo; in GetFontInfo()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx212 sal_Handle GetNextFontInfo( sal_Handle hFontInfo ) const;
213 const FontInfo& GetFontInfo( sal_Handle hFontInfo ) const;

Completed in 31 milliseconds