Home
last modified time | relevance | path

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

/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx644 OSL_VERIFY( xBundle->getByName( sKey ) >>= sString ); in loadString()
689 uno::Reference< resource::XResourceBundle > xBundle; in loadStrings() local
693 xBundle = xLoader->loadBundle_Default( UNISTRING( "upd" ) ); in loadStrings()
700 if ( !xBundle.is() ) return; in loadStrings()
724 msPercent = loadString( xBundle, RID_UPDATE_STR_PERCENT ); in loadStrings()
729 msStatusFL = loadString( xBundle, RID_UPDATE_FT_STATUS ); in loadStrings()
732 msClose = loadString( xBundle, RID_UPDATE_BTN_CLOSE ); in loadStrings()
734 msInstall = loadString( xBundle, RID_UPDATE_BTN_INSTALL ); in loadStrings()
735 msPauseBtn = loadString( xBundle, RID_UPDATE_BTN_PAUSE ); in loadStrings()
736 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,
/trunk/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()
/trunk/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 42 milliseconds