Home
last modified time | relevance | path

Searched refs:XSTORAGE (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx173 #define XSTORAGE ::com::sun::star::embed::XStorage macro
1018 …virtual REFERENCE< XSTORAGE > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName,…
1026 virtual void SAL_CALL loadFromStorage( const REFERENCE< XSTORAGE >& xStorage,
1029 virtual void SAL_CALL storeToStorage( const REFERENCE< XSTORAGE >& xStorage,
1032 virtual void SAL_CALL switchToStorage( const REFERENCE< XSTORAGE >& xStorage );
1034 virtual REFERENCE< XSTORAGE > SAL_CALL getDocumentStorage();
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2577 uno::Reference< XSTORAGE > xConfigStorage; in Notify()
3215 uno::Reference< XSTORAGE > SAL_CALL SfxBaseModel::getDocumentSubStorage( const ::rtl::OUString& aSt… in getDocumentSubStorage()
3219 uno::Reference< XSTORAGE > xResult; in getDocumentSubStorage()
3395 uno::Reference< XSTORAGE > xConfigStorage; in getUIConfigurationManager()
3425 uno::Reference< XSTORAGE > xOOo1ConfigStorage; in getUIConfigurationManager()
3578 void SAL_CALL SfxBaseModel::loadFromStorage( const uno::Reference< XSTORAGE >& xStorage, in loadFromStorage()
3612 void SAL_CALL SfxBaseModel::storeToStorage( const uno::Reference< XSTORAGE >& xStorage, in storeToStorage()
3617 uno::Reference< XSTORAGE > xResult; in storeToStorage()
3670 void SAL_CALL SfxBaseModel::switchToStorage( const uno::Reference< XSTORAGE >& xStorage ) in switchToStorage()
3674 uno::Reference< XSTORAGE > xResult; in switchToStorage()
[all …]