Searched refs:xRootStorage (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/cui/source/customize/ |
H A D | acccfg.cxx | 1196 …css::uno::Reference< css::embed::XStorage > xRootStorage; // we must hold the root st… in IMPL_LINK() local 1217 …xRootStorage = css::uno::Reference< css::embed::XStorage >(xStorageFactory->createInstanceWithArgu… in IMPL_LINK() 1243 if (xRootStorage.is()) in IMPL_LINK() 1249 … xComponent = css::uno::Reference< css::lang::XComponent >(xRootStorage, css::uno::UNO_QUERY); in IMPL_LINK() 1280 css::uno::Reference< css::embed::XStorage > xRootStorage; in IMPL_LINK() local 1300 xRootStorage = css::uno::Reference< css::embed::XStorage >( in IMPL_LINK() 1305 … xRootStorage->openStorageElement(FOLDERNAME_UICONFIG, css::embed::ElementModes::WRITE), in IMPL_LINK() 1337 if (xRootStorage.is()) in IMPL_LINK() 1340 …css::uno::Reference< css::embed::XTransactedObject > xCommit3(xRootStorage, css::uno::UNO_QUERY_TH… in IMPL_LINK() 1345 if (xRootStorage.is()) in IMPL_LINK() [all …]
|
/aoo4110/main/framework/qa/complex/accelerators/ |
H A D | AcceleratorsConfigurationTest.java | 634 …XStorage xRootStorage = UnoRuntime.queryInterface(XStorage.class, xStorageFactory.createInstanceWi… in LoadDocumentAcceleratorConfiguration() local 636 …XStorage xUIConfig = xRootStorage.openStorageElement("Configurations2", com.sun.star.embed.Element… in LoadDocumentAcceleratorConfiguration() 670 …XStorage xRootStorage = UnoRuntime.queryInterface(XStorage.class, xStorageFactory.createInstanceWi… in SaveDocumentAcceleratorConfiguration() local 672 …XStorage xUIConfig = xRootStorage.openStorageElement("Configurations2", com.sun.star.embed.Element… in SaveDocumentAcceleratorConfiguration() 690 … XTransactedObject xCommit3 = UnoRuntime.queryInterface(XTransactedObject.class, xRootStorage); in SaveDocumentAcceleratorConfiguration()
|
/aoo4110/main/qadevOOo/tests/java/mod/_fwk/ |
H A D | UIConfigurationManager.java | 95 …XStorage xRootStorage = (XStorage)UnoRuntime.queryInterface(XStorage.class, xSSF.createInstanceWit… in createTestEnvironment() local 96 … xSubStorage = xRootStorage.openStorageElement("Configurations2", ElementModes.READWRITE); in createTestEnvironment()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 234 Reference< XStorage > xRootStorage( m_pModelImplementation->getOrCreateRootStorage() ); in impl_openSubStorage_nothrow() local 235 if ( xRootStorage.is() ) in impl_openSubStorage_nothrow() 240 Reference< XNameAccess > xSubStorageNames( xRootStorage, UNO_QUERY ); in impl_openSubStorage_nothrow() 245 xStorage = xRootStorage->openStorageElement( _rStorageName, nRealMode ); in impl_openSubStorage_nothrow()
|
/aoo4110/main/framework/source/inc/accelerators/ |
H A D | acceleratorconfiguration.hxx | 281 …Interface > impl_ts_openSubStorage(const css::uno::Reference< css::embed::XStorage >& xRootStorage,
|
Completed in 27 milliseconds