Searched refs:GetSbxRes (Results 1 – 4 of 4) sorted by relevance
49 pCount = GetSbxRes( STRING_COUNTPROP ); in SbxCollection()50 pAdd = GetSbxRes( STRING_ADDMETH ); in SbxCollection()51 pItem = GetSbxRes( STRING_ITEMMETH ); in SbxCollection()52 pRemove = GetSbxRes( STRING_REMOVEMETH ); in SbxCollection()
79 const char* GetSbxRes( sal_uInt16 nId ) in GetSbxRes() function85 : ::rtl::OUString( ::rtl::OUString::createFromAscii( GetSbxRes( nId ) ) ) in SbxRes()
80 const char* GetSbxRes( sal_uInt16 );
52 pNameProp = GetSbxRes( STRING_NAMEPROP ); in SbxObject()53 pParentProp = GetSbxRes( STRING_PARENTPROP ); in SbxObject()
Completed in 43 milliseconds