Home
last modified time | relevance | path

Searched refs:SbxRes (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxvar.cxx252 aTmp += String( SbxRes( STRING_OPTIONAL ) ); in GetName()
254 aTmp += String( SbxRes( STRING_BYREF ) ); in GetName()
276 aTmp += String( SbxRes( STRING_AS ) ); in GetName()
278 aTmp += String( SbxRes( in GetName()
281 aTmp += String( SbxRes( STRING_ANY ) ); in GetName()
289 aTmp += String( SbxRes( STRING_AS ) ); in GetName()
291 aTmp += String( SbxRes( in GetName()
294 aTmp += String( SbxRes( STRING_ANY ) ); in GetName()
H A Dsbxbool.cxx88 if( p->pOUString->equalsIgnoreAsciiCase( SbxRes( STRING_TRUE ) ) ) in ImpGetBool()
90 else if( !p->pOUString->equalsIgnoreAsciiCase( SbxRes( STRING_FALSE ) ) ) in ImpGetBool()
201 p->pOUString = new ::rtl::OUString( SbxRes( n ? STRING_TRUE : STRING_FALSE ) ); in ImpPutBool()
203 *p->pOUString = SbxRes( n ? STRING_TRUE : STRING_FALSE ); in ImpPutBool()
H A Dsbxres.cxx84 SbxRes::SbxRes( sal_uInt16 nId ) in SbxRes() function in SbxRes
H A Dsbxres.hxx74 class SbxRes : public ::rtl::OUString class
77 SbxRes( sal_uInt16 );
H A Dsbxstr.cxx107 aRes = SbxRes( STRING_ERRORMSG ); in ImpGetString()

Completed in 35 milliseconds