Searched refs:sal_Handle (Results 1 – 7 of 7) sorted by relevance
772 sal_Handle FontList::GetFirstFontInfo( const XubString& rName ) const in GetFirstFontInfo()776 return (sal_Handle)NULL; in GetFirstFontInfo()778 return (sal_Handle)pData->mpFirst; in GetFirstFontInfo()783 sal_Handle FontList::GetNextFontInfo( sal_Handle hFontInfo ) const in GetNextFontInfo()786 return (sal_Handle)(pInfo->mpNext); in GetNextFontInfo()791 const FontInfo& FontList::GetFontInfo( sal_Handle hFontInfo ) const in GetFontInfo()
194 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
996 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
211 sal_Handle GetFirstFontInfo( const XubString& rName ) const;212 sal_Handle GetNextFontInfo( sal_Handle hFontInfo ) const;213 const FontInfo& GetFontInfo( sal_Handle hFontInfo ) const;
149 typedef void * sal_Handle; typedef
1185 sal_Handle hFont = pFList->GetFirstFontInfo( aIdent ); in ParseCSS1_font_family()
3704 sal_Handle hFont = pFList->GetFirstFontInfo( aFName ); in NewFontAttr()
Completed in 60 milliseconds