Home
last modified time | relevance | path

Searched refs:xStorageFactory (Results 1 – 25 of 69) sorted by path

123

/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx61 uno::Reference < lang::XSingleServiceFactory > xStorageFactory( in GetStorageFactory() local
65 if ( !xStorageFactory.is() ) in GetStorageFactory()
68 return xStorageFactory; in GetStorageFactory()
80 uno::Reference < lang::XSingleServiceFactory > xStorageFactory( in GetFileSystemStorageFactory() local
84 if ( !xStorageFactory.is() ) in GetFileSystemStorageFactory()
87 return xStorageFactory; in GetFileSystemStorageFactory()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx1212 …css::uno::Reference< css::lang::XSingleServiceFactory > xStorageFactory(m_xSMGR->createInstance(SE… in IMPL_LINK() local
1217 …xRootStorage = css::uno::Reference< css::embed::XStorage >(xStorageFactory->createInstanceWithArgu… in IMPL_LINK()
1295 …css::uno::Reference< css::lang::XSingleServiceFactory > xStorageFactory(m_xSMGR->createInstance(SE… in IMPL_LINK() local
1301 xStorageFactory->createInstanceWithArguments(lArgs), in IMPL_LINK()
H A Dcfg.cxx5139 uno::Reference< lang::XSingleServiceFactory > xStorageFactory( in SvxIconSelectorDialog() local
5149 xStorageFactory->createInstanceWithArguments( aArgs ), uno::UNO_QUERY ); in SvxIconSelectorDialog()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx879 Reference< XSingleServiceFactory> xStorageFactory = createStorageFactory(); in getOrCreateRootStorage() local
880 if ( xStorageFactory.is() ) in getOrCreateRootStorage()
901 …xDocumentStorage.set( xStorageFactory->createInstanceWithArguments( aStorageCreationArgs ), UNO_QU… in getOrCreateRootStorage()
909 …xDocumentStorage.set( xStorageFactory->createInstanceWithArguments( aStorageCreationArgs ), UNO_QU… in getOrCreateRootStorage()
H A Ddatabasedocument.cxx1104 …Reference< XSingleServiceFactory > xStorageFactory( m_pImpl->createStorageFactory(), UNO_SET_THROW… in impl_createStorageFor_throw() local
1105 …return Reference< XStorage >( xStorageFactory->createInstanceWithArguments( aParam ), UNO_QUERY_TH… in impl_createStorageFor_throw()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx299 …uno::Reference< lang::XSingleServiceFactory > xStorageFactory(m_xFactory->createInstance(::rtl::OU… in doMigration() local
302 …xModules = uno::Reference< embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), … in doMigration()
988 …uno::Reference< lang::XSingleServiceFactory > xStorageFactory(m_xFactory->createInstance(::rtl::OU… in dectectUIChangesForAllModules() local
991 …xModules = uno::Reference< embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), … in dectectUIChangesForAllModules()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx147 uno::Reference < lang::XSingleServiceFactory > xStorageFactory( in createTempInpStreamFromStor() local
154 …uno::Reference< embed::XStorage > xTempStorage( xStorageFactory->createInstanceWithArguments( aArg… in createTempInpStreamFromStor()
804 uno::Reference < lang::XSingleServiceFactory > xStorageFactory( in StoreDocToStorage_Impl() local
810 …uno::Reference< embed::XStorage > xTempStorage( xStorageFactory->createInstanceWithArguments( aArg… in StoreDocToStorage_Impl()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java1432 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in createTempStorage() local
1435 if ( xStorageFactory != null ) in createTempStorage()
1437 Object oStorage = xStorageFactory.createInstance(); in createTempStorage()
1458 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in saveObjectAsFileURI() local
1461 if ( xStorageFactory != null ) in saveObjectAsFileURI()
1470 Object oStorage = xStorageFactory.createInstanceWithArguments( aArgs ); in saveObjectAsFileURI()
1513 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in loadFileURI() local
1520 Object oStorage = xStorageFactory.createInstanceWithArguments( aArgs ); in loadFileURI()
1639 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in storeLinkAsFileURI() local
1642 if ( xStorageFactory != null ) in storeLinkAsFileURI()
[all …]
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java629 …XSingleServiceFactory xStorageFactory = UnoRuntime.queryInterface(XSingleServiceFactory.class, m_x… in LoadDocumentAcceleratorConfiguration() local
634 …XStorage xRootStorage = UnoRuntime.queryInterface(XStorage.class, xStorageFactory.createInstanceWi… in LoadDocumentAcceleratorConfiguration()
665 …XSingleServiceFactory xStorageFactory = UnoRuntime.queryInterface(XSingleServiceFactory.class, m_x… in SaveDocumentAcceleratorConfiguration() local
670 …XStorage xRootStorage = UnoRuntime.queryInterface(XStorage.class, xStorageFactory.createInstanceWi… in SaveDocumentAcceleratorConfiguration()
/trunk/main/framework/source/accelerators/
H A Dpresethandler.cxx287 …css::uno::Reference< css::lang::XSingleServiceFactory > xStorageFactory(xSMGR->createInstance(SERV… in getOrCreateRootStorageShare() local
292 …xStorage = css::uno::Reference< css::embed::XStorage >(xStorageFactory->createInstanceWithArgument… in getOrCreateRootStorageShare()
338 …css::uno::Reference< css::lang::XSingleServiceFactory > xStorageFactory(xSMGR->createInstance(SERV… in getOrCreateRootStorageUser() local
343 …xStorage = css::uno::Reference< css::embed::XStorage >(xStorageFactory->createInstanceWithArgument… in getOrCreateRootStorageUser()
/trunk/main/framework/source/inc/pattern/
H A Dstorages.hxx72 …css::uno::Reference< css::lang::XSingleServiceFactory > xStorageFactory(xSMGR->createInstance(… in createTempStorageBasedOnFolder() local
90 …css::uno::Reference< css::embed::XStorage > xStorage(xStorageFactory->createInstanceWithArguments(… in createTempStorageBasedOnFolder()
/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java864 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in createTempStorage() local
867 if ( xStorageFactory != null ) in createTempStorage()
869 Object oStorage = xStorageFactory.createInstance(); in createTempStorage()
890 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in saveStorageAsFileURI() local
893 if ( xStorageFactory != null ) in saveStorageAsFileURI()
899 Object oStorage = xStorageFactory.createInstanceWithArguments( aArgs ); in saveStorageAsFileURI()
927 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in loadFileURI() local
934 Object oStorage = xStorageFactory.createInstanceWithArguments( aArgs ); in loadFileURI()
/trunk/main/odk/examples/java/Storage/
H A DStorageFunctionality.java69 XSingleServiceFactory xStorageFactory = null; in main() local
76 if ( xStorageFactory == null ) in main()
92 pTests[0] = (StorageTest) new Test01( xMSF, xStorageFactory ); in main()
93 pTests[1] = (StorageTest) new Test02( xMSF, xStorageFactory ); in main()
94 pTests[2] = (StorageTest) new Test03( xMSF, xStorageFactory ); in main()
95 pTests[3] = (StorageTest) new Test04( xMSF, xStorageFactory ); in main()
96 pTests[4] = (StorageTest) new Test05( xMSF, xStorageFactory ); in main()
97 pTests[5] = (StorageTest) new Test06( xMSF, xStorageFactory ); in main()
98 pTests[6] = (StorageTest) new Test07( xMSF, xStorageFactory ); in main()
99 pTests[7] = (StorageTest) new Test08( xMSF, xStorageFactory ); in main()
[all …]
H A DTest01.java43 public Test01( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test01() argument
46 m_xStorageFactory = xStorageFactory; in Test01()
H A DTest02.java45 public Test02( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test02() argument
48 m_xStorageFactory = xStorageFactory; in Test02()
H A DTest03.java44 public Test03( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test03() argument
47 m_xStorageFactory = xStorageFactory; in Test03()
H A DTest04.java46 public Test04( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test04() argument
49 m_xStorageFactory = xStorageFactory; in Test04()
H A DTest05.java44 public Test05( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test05() argument
47 m_xStorageFactory = xStorageFactory; in Test05()
H A DTest06.java47 public Test06( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test06() argument
50 m_xStorageFactory = xStorageFactory; in Test06()
H A DTest07.java43 public Test07( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test07() argument
46 m_xStorageFactory = xStorageFactory; in Test07()
H A DTest08.java43 public Test08( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test08() argument
46 m_xStorageFactory = xStorageFactory; in Test08()
H A DTest09.java43 public Test09( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory ) in Test09() argument
46 m_xStorageFactory = xStorageFactory; in Test09()
/trunk/main/package/qa/ofopxmlstorages/
H A DTest01.java45 …public Test01( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory, LogWriter aLogWri… in Test01() argument
48 m_xStorageFactory = xStorageFactory; in Test01()
H A DTest02.java47 …public Test02( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory, LogWriter aLogWri… in Test02() argument
50 m_xStorageFactory = xStorageFactory; in Test02()
H A DTest03.java46 …public Test03( XMultiServiceFactory xMSF, XSingleServiceFactory xStorageFactory, LogWriter aLogWri… in Test03() argument
49 m_xStorageFactory = xStorageFactory; in Test03()

Completed in 182 milliseconds

123