Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/update/check/
H A Dupdatehdl.cxx642 OSL_VERIFY( xBundle->getByName( sKey ) >>= sString ); in loadString()
687 uno::Reference< resource::XResourceBundle > xBundle; in loadStrings() local
691 xBundle = xLoader->loadBundle_Default( UNISTRING( "upd" ) ); in loadStrings()
698 if ( !xBundle.is() ) return; in loadStrings()
722 msPercent = loadString( xBundle, RID_UPDATE_STR_PERCENT ); in loadStrings()
727 msStatusFL = loadString( xBundle, RID_UPDATE_FT_STATUS ); in loadStrings()
730 msClose = loadString( xBundle, RID_UPDATE_BTN_CLOSE ); in loadStrings()
732 msInstall = loadString( xBundle, RID_UPDATE_BTN_INSTALL ); in loadStrings()
733 msPauseBtn = loadString( xBundle, RID_UPDATE_BTN_PAUSE ); in loadStrings()
734 msResumeBtn = loadString( xBundle, RID_UPDATE_BTN_RESUME ); in loadStrings()
[all …]
H A Dupdatehdl.hxx152 …dString( const com::sun::star::uno::Reference< com::sun::star::resource::XResourceBundle > xBundle,
/aoo42x/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()
/aoo42x/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()

Completed in 55 milliseconds