Searched defs:StringList_Impl (Results 1 – 4 of 4) sorted by relevance
149 struct StringList_Impl : private Resource struct154 StringList_Impl( const ResId& rErrIdP, sal_uInt16 nId) in StringList_Impl() argument156 ~StringList_Impl() { FreeResource(); } in ~StringList_Impl() argument158 String GetString(){ return String( aResId ); } in GetString()159 operator sal_Bool(){return IsAvailableRes(aResId.SetRT(RSC_STRING));} in operator sal_Bool()
170 DECLARE_LIST( StringList_Impl, ::rtl::OUString* ) in DECLARE_LIST() argument
61 DECLARE_LIST( StringList_Impl, OUString* ) in DECLARE_LIST() argument
559 DECLARE_LIST( StringList_Impl, rtl::OUString* ) in DECLARE_LIST() argument
Completed in 17 milliseconds