Searched refs:xBundle (Results 1 – 4 of 4) sorted by relevance
/trunk/main/extensions/source/update/check/ |
H A D | updatehdl.cxx | 642 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 D | updatehdl.hxx | 152 …dString( const com::sun::star::uno::Reference< com::sun::star::resource::XResourceBundle > xBundle,
|
/trunk/main/comphelper/source/misc/ |
H A D | logging.cxx | 306 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 D | oooresourceloader.cxx | 301 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 30 milliseconds