Searched refs:getDocumentSubStorage (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/connectivity/qa/complex/connectivity/ |
H A D | HsqlDriverTest.java | 71 XStorage stor = doc.getDocumentSubStorage("database",4); in test() 100 XStorage stor = doc.getDocumentSubStorage("database",4); in test()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 160 …virtual Reference< XStorage > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName,… 331 Reference< XStorage > SAL_CALL DocumentStorageAccess::getDocumentSubStorage( const ::rtl::OUString&… in getDocumentSubStorage() function in dbaccess::DocumentStorageAccess 1089 …return getDocumentStorageAccess()->getDocumentSubStorage( getObjectContainerStorageName( _eType ),… in getStorage()
|
H A D | databasedocument.cxx | 1679 xConfigStorage = getDocumentSubStorage( aUIConfigFolderName, ElementModes::READWRITE ); in getUIConfigurationManager() 1693 xConfigStorage = getDocumentSubStorage( aUIConfigFolderName, ElementModes::READ ); in getUIConfigurationManager() 1703 Reference< XStorage > SAL_CALL ODatabaseDocument::getDocumentSubStorage( const ::rtl::OUString& aSt… in getDocumentSubStorage() function in dbaccess::ODatabaseDocument 1708 return xStorageAccess->getDocumentSubStorage( aStorageName, nMode ); in getDocumentSubStorage()
|
H A D | databasedocument.hxx | 396 …tar::uno::Reference< ::com::sun::star::embed::XStorage > SAL_CALL getDocumentSubStorage( const ::r…
|
H A D | datasource.cxx | 760 …aDriverInfo[nCount++].Value <<= xDocSup->getDocumentSubStorage(::rtl::OUString(RTL_CONSTASCII_USTR… in buildLowLevelConnection()
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | XDocumentSubStorageSupplier.idl | 63 com::sun::star::embed::XStorage getDocumentSubStorage(
|
/aoo4110/main/ucb/qa/complex/tdoc/ |
H A D | CheckTransientDocumentsDocumentContent.java | 100 …XStorage xStorage = xDocumentSubStorageSupplier.getDocumentSubStorage(names[0], ElementModes.READW… in checkTransientDocumentsDocumentContent()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | XStorageHelper.java | 104 storage = xDocumentSubStorageSupplier.getDocumentSubStorage( name, mode ); in XStorageHelper()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 2584 …xConfigStorage = getDocumentSubStorage( aUIConfigFolderName, com::sun::star::embed::ElementModes::… in Notify() 2586 …xConfigStorage = getDocumentSubStorage( aUIConfigFolderName, com::sun::star::embed::ElementModes::… in Notify() 3219 uno::Reference< XSTORAGE > SAL_CALL SfxBaseModel::getDocumentSubStorage( const ::rtl::OUString& aSt… in getDocumentSubStorage() function in SfxBaseModel 3408 xConfigStorage = getDocumentSubStorage( aUIConfigFolderName, embed::ElementModes::READWRITE ); in getUIConfigurationManager() 3424 xConfigStorage = getDocumentSubStorage( aUIConfigFolderName, embed::ElementModes::READ ); in getUIConfigurationManager() 3438 … xOOo1ConfigStorage = getDocumentSubStorage( aOOo1UIConfigFolderName, embed::ElementModes::READ ); in getUIConfigurationManager()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 1047 …virtual REFERENCE< XSTORAGE > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName,…
|
/aoo4110/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 350 …tar::uno::Reference< ::com::sun::star::embed::XStorage > SAL_CALL getDocumentSubStorage( const ::r…
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 2158 uno::Reference< embed::XStorage > SAL_CALL OReportDefinition::getDocumentSubStorage( const ::rtl::O… in getDocumentSubStorage() function in reportdesign::OReportDefinition
|
Completed in 87 milliseconds