Home
last modified time | relevance | path

Searched refs:xBundle (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/extensions/source/update/check/
H A Dupdatehdl.cxx645 rtl::OUString UpdateHandler::loadString( const uno::Reference< resource::XResourceBundle > xBundle, in loadString() argument
653 OSL_VERIFY( xBundle->getByName( sKey ) >>= sString ); in loadString()
698 uno::Reference< resource::XResourceBundle > xBundle; in loadStrings() local
702 xBundle = xLoader->loadBundle_Default( UNISTRING( "upd" ) ); in loadStrings()
709 if ( !xBundle.is() ) return; in loadStrings()
711 msChecking = loadString( xBundle, RID_UPDATE_STR_CHECKING ); in loadStrings()
712 msCheckingError = loadString( xBundle, RID_UPDATE_STR_CHECKING_ERR ); in loadStrings()
713 msNoUpdFound = loadString( xBundle, RID_UPDATE_STR_NO_UPD_FOUND ); in loadStrings()
715 msUpdFound = loadString( xBundle, RID_UPDATE_STR_UPD_FOUND ); in loadStrings()
718 msDlgTitle = loadString( xBundle, RID_UPDATE_STR_DLG_TITLE ); in loadStrings()
[all …]
H A Dupdatehdl.hxx152 …dString( const com::sun::star::uno::Reference< com::sun::star::resource::XResourceBundle > xBundle,
/AOO41X/main/comphelper/source/misc/
H A Dlogging.cxx306 Reference< XResourceBundle > xBundle; member
311 ,xBundle() in ResourceBasedEventLogger_Data()
320 return _rLoggerData.xBundle.is(); in lcl_loadBundle_nothrow()
328 …_rLoggerData.xBundle = Reference< XResourceBundle >( xLoader->loadBundle_Default( _rLoggerData.sBu… in lcl_loadBundle_nothrow()
336 return _rLoggerData.xBundle.is(); in lcl_loadBundle_nothrow()
385 sMessage = lcl_loadString_nothrow( m_pData->xBundle, _nMessageResID ); in impl_loadStringMessage_nothrow()
/AOO41X/main/extensions/source/resource/
H A Doooresourceloader.cxx301 Reference< XResourceBundle > xBundle; in loadBundle() local
306 xBundle = cachePos->second; in loadBundle()
308 if ( !xBundle.is() ) in loadBundle()
310 xBundle = new OpenOfficeResourceBundle( m_xContext, _baseName, _locale ); in loadBundle()
311 m_aBundleCache.insert( ResourceBundleCache::value_type( resourceDescriptor, xBundle ) ); in loadBundle()
314 return xBundle; in loadBundle()