Home
last modified time | relevance | path

Searched refs:xRootStorage (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cui/source/customize/
H A Dacccfg.cxx1196 …css::uno::Reference< css::embed::XStorage > xRootStorage; // we must hold the root st… in IMPL_LINK() local
1217xRootStorage = 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()
1305xRootStorage->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 …]
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java634 …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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DUIConfigurationManager.java95 …XStorage xRootStorage = (XStorage)UnoRuntime.queryInterface(XStorage.class, xSSF.createInstanceWit… in createTestEnvironment() local
96 … xSubStorage = xRootStorage.openStorageElement("Configurations2", ElementModes.READWRITE); in createTestEnvironment()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx234 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()
/trunk/main/framework/source/inc/accelerators/
H A Dacceleratorconfiguration.hxx281 …Interface > impl_ts_openSubStorage(const css::uno::Reference< css::embed::XStorage >& xRootStorage,

Completed in 42 milliseconds