Home
last modified time | relevance | path

Searched refs:sal_Handle (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/control/
H A Dctrltool.cxx772 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()
H A Dstdmenu.cxx194 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
H A Dctrlbox.cxx996 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx211 sal_Handle GetFirstFontInfo( const XubString& rName ) const;
212 sal_Handle GetNextFontInfo( sal_Handle hFontInfo ) const;
213 const FontInfo& GetFontInfo( sal_Handle hFontInfo ) const;
/trunk/main/sal/inc/sal/
H A Dtypes.h162 typedef void * sal_Handle; typedef
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1185 sal_Handle hFont = pFList->GetFirstFontInfo( aIdent ); in ParseCSS1_font_family()
H A Dswhtml.cxx3683 sal_Handle hFont = pFList->GetFirstFontInfo( aFName ); in NewFontAttr()

Completed in 180 milliseconds