Searched refs:rStor (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/comphelper/source/container/ |
H A D | embeddedobjectcontainer.cxx | 134 EmbeddedObjectContainer::EmbeddedObjectContainer( const uno::Reference < embed::XStorage >& rStor ) in EmbeddedObjectContainer() argument 137 pImpl->mxStorage = rStor; in EmbeddedObjectContainer() 143 EmbeddedObjectContainer::EmbeddedObjectContainer( const uno::Reference < embed::XStorage >& rStor, … in EmbeddedObjectContainer() argument 146 pImpl->mxStorage = rStor; in EmbeddedObjectContainer() 153 void EmbeddedObjectContainer::SwitchPersistence( const uno::Reference < embed::XStorage >& rStor ) in SwitchPersistence() argument 160 pImpl->mxStorage = rStor; in SwitchPersistence()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docfile.cxx | 3293 SfxMedium::SfxMedium( const uno::Reference < embed::XStorage >& rStor, const String& rBaseURL, cons… in SfxMedium() argument 3298 String aType = SfxFilter::GetTypeFromStorage( rStor ); in SfxMedium() 3303 pImp->xStorage = rStor; in SfxMedium() 3312 SfxMedium::SfxMedium( const uno::Reference < embed::XStorage >& rStor, const String& rBaseURL, cons… in SfxMedium() argument 3321 pImp->xStorage = rStor; in SfxMedium() 3480 void SfxMedium::SetStorage_Impl( const uno::Reference < embed::XStorage >& rStor ) in SetStorage_Impl() argument 3482 pImp->xStorage = rStor; in SetStorage_Impl()
|
/aoo4110/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 1017 sal_uLong SaveOrDelMSVBAStorage( SfxObjectShell& rDoc, SotStorage& rStor, sal_Bool bSaveInto, const… in SaveOrDelMSVBAStorage() argument 1021 return pFunction( rDoc, rStor, bSaveInto, rStorageName ); in SaveOrDelMSVBAStorage()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3631 …ong SAL_CALL SaveOrDelMSVBAStorage_ww8( SfxObjectShell& rDoc, SotStorage& rStor, sal_Bool bSaveInt… in SaveOrDelMSVBAStorage_ww8() argument 3633 SvxImportMSVBasic aTmp( rDoc, rStor ); in SaveOrDelMSVBAStorage_ww8()
|
Completed in 389 milliseconds