/aoo42x/main/package/qa/storages/ |
H A D | RegressionTest_i59886.java | 185 XStorage xTargetStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTargetStorage ); in test() local 186 if ( xTargetStorage == null ) in test() 195 xStep2TempStorage.copyToStorage( xTargetStorage ); in test() 211 …if ( !m_aTestHelper.checkStorageProperties( xTargetStorage, "MediaType3", true, ElementModes.WRITE… in test() 215 XStorage xTargetSubStorage = m_aTestHelper.openSubStorage( xTargetStorage, in test() 228 …tionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xTargetStorage ); in test() 245 if ( !m_aTestHelper.checkStream( xTargetStorage, "SubStream1", "MediaType1", true, pBytes ) ) in test() 252 if ( !m_aTestHelper.disposeStorage( xTargetStorage ) ) in test()
|
H A D | Test06.java | 212 XStorage xTargetStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTargetStorage ); in test() local 213 if ( xTargetStorage == null ) in test() 220 XStorage xTargetSubStorage = m_aTestHelper.openSubStorage( xTargetStorage, in test() 232 xTempStorage.copyElementTo( "Nonexistent element", xTargetStorage, "Target" ); in test() 247 xTempStorage.moveElementTo( "Nonexistent element", xTargetStorage, "Target" ); in test() 262 xTempStorage.copyElementTo( "SubStorage1", xTargetStorage, "SubStorage1" ); in test() 277 xTempStorage.moveElementTo( "SubStorage1", xTargetStorage, "SubStorage1" ); in test()
|
/aoo42x/main/package/qa/ofopxmlstorages/ |
H A D | Test06.java | 210 XStorage xTargetStorage = m_aTestHelper.createTempStorage( m_xMSF, m_xStorageFactory ); in test() local 211 if ( xTargetStorage == null ) in test() 218 XStorage xTargetSubStorage = m_aTestHelper.openSubStorage( xTargetStorage, in test() 230 xTempStorage.copyElementTo( "Nonexistent element", xTargetStorage, "Target" ); in test() 245 xTempStorage.moveElementTo( "Nonexistent element", xTargetStorage, "Target" ); in test() 260 xTempStorage.copyElementTo( "SubStorage1", xTargetStorage, "SubStorage1" ); in test() 275 xTempStorage.moveElementTo( "SubStorage1", xTargetStorage, "SubStorage1" ); in test()
|
/aoo42x/main/odk/examples/java/Storage/ |
H A D | Test06.java | 211 XStorage xTargetStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTargetStorage ); in test() local 212 if ( xTargetStorage == null ) in test() 219 XStorage xTargetSubStorage = m_aTestHelper.openSubStorage( xTargetStorage, in test() 231 xTempStorage.copyElementTo( "Nonexistent element", xTargetStorage, "Target" ); in test() 246 xTempStorage.moveElementTo( "Nonexistent element", xTargetStorage, "Target" ); in test() 261 xTempStorage.copyElementTo( "SubStorage1", xTargetStorage, "SubStorage1" ); in test() 276 xTempStorage.moveElementTo( "SubStorage1", xTargetStorage, "SubStorage1" ); in test()
|
/aoo42x/main/odk/examples/java/EmbedDocument/Container1/ |
H A D | EmbedContApp.java | 900 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in saveStorageAsFileURI() local 901 m_xStorage.copyToStorage( xTargetStorage ); in saveStorageAsFileURI() 906 m_xStorage = xTargetStorage; in saveStorageAsFileURI() 935 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in loadFileURI() local 943 xTargetStorage ); in loadFileURI() 951 if ( xNameAccess.hasByName( "LinkName" ) && xTargetStorage.isStreamElement( "LinkName" ) ) in loadFileURI() 953 XStream xLinkStream = xTargetStorage.openStreamElement( "LinkName", ElementModes.ELEMENT_READ ); in loadFileURI() 969 oEmbObj = xEmbedFactory.createInstanceInitFromEntry( xTargetStorage, in loadFileURI() 977 m_xStorage = xTargetStorage; in loadFileURI()
|
/aoo42x/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 1471 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in saveObjectAsFileURI() local 1477 xPersist.storeAsEntry( xTargetStorage, "EmbedSub", new PropertyValue[0], aProps ); in saveObjectAsFileURI() 1484 m_xStorage = xTargetStorage; in saveObjectAsFileURI() 1521 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in loadFileURI() local 1529 xTargetStorage ); in loadFileURI() 1537 if ( xNameAccess.hasByName( "LinkName" ) && xTargetStorage.isStreamElement( "LinkName" ) ) in loadFileURI() 1558 oEmbObj = xEmbedCreator.createInstanceInitFromEntry( xTargetStorage, in loadFileURI() 1567 m_xStorage = xTargetStorage; in loadFileURI() 1649 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in storeLinkAsFileURI() local 1654 m_xStorage = xTargetStorage; in storeLinkAsFileURI()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 628 Reference< XStorage > xTargetStorage( impl_createStorageFor_throw( i_TargetLocation ) ); in storeToRecoveryFile() local 631 impl_storeToStorage_throw( xTargetStorage, i_MediaDescriptor, aGuard ); in storeToRecoveryFile() 635 aDocRecovery.saveModifiedSubComponents( xTargetStorage, m_aControllers ); in storeToRecoveryFile() 638 tools::stor::commitStorageIfWriteable( xTargetStorage ); in storeToRecoveryFile() 1017 Reference< XStorage > xTargetStorage( impl_createStorageFor_throw( _rURL ) ); in impl_storeAs_throw() local 1029 xCurrentStorage->copyToStorage( xTargetStorage ); in impl_storeAs_throw() 1039 xNewRootStorage = m_pImpl->switchToStorage( xTargetStorage ); in impl_storeAs_throw() 1213 Reference< XStorage > xTargetStorage( impl_createStorageFor_throw( _rURL ) ); in storeToURL() local 1219 impl_storeToStorage_throw( xTargetStorage, aMediaDescriptor, aGuard ); in storeToURL()
|
/aoo42x/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 1339 SharedStorage xTargetStorage; in impl_migrateScriptStorage_nothrow() local 1394 xTargetStorage = aDatabaseScripts.getScriptsRoot( _eScriptType ); in impl_migrateScriptStorage_nothrow() 1396 if ( !xTargetStorage.is() ) in impl_migrateScriptStorage_nothrow() 1407 …OUString sNewLibName( lcl_createTargetLibName( _rDocument, *element, xTargetStorage.getTyped().get… in impl_migrateScriptStorage_nothrow() 1408 xScriptsRoot->moveElementTo( *element, xTargetStorage, sNewLibName ); in impl_migrateScriptStorage_nothrow() 1419 || ( xTargetStorage.is() && !lcl_commitStorage_nothrow( xTargetStorage ) ) in impl_migrateScriptStorage_nothrow()
|
/aoo42x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_stgelems.cxx | 403 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyLastCommitTo() 410 m_xWrappedStorage->copyLastCommitTo( xTargetStorage ); in copyLastCommitTo() 417 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyStorageElementLastCommitTo() 424 m_xWrappedStorage->copyStorageElementLastCommitTo( aStorName, xTargetStorage ); in copyStorageElementLastCommitTo()
|
H A D | tdoc_stgelems.hxx | 208 com::sun::star::embed::XStorage >& xTargetStorage ) 218 xTargetStorage )
|
/aoo42x/main/svl/source/fsstor/ |
H A D | fsstorage.cxx | 761 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyLastCommitTo() 768 copyToStorage( xTargetStorage ); in copyLastCommitTo() 774 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyStorageElementLastCommitTo() 788 xSourceStor->copyToStorage( xTargetStorage ); in copyStorageElementLastCommitTo()
|
H A D | fsstorage.hxx | 154 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xTargetStorage ) 163 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xTargetStorage )
|
/aoo42x/main/package/source/xstor/ |
H A D | xstorage.hxx | 423 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xTargetStorage ) 432 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xTargetStorage ) 720 …:star::uno::Reference< ::com::sun::star::embed::XOptimizedStorage >& xTargetStorage, const ::rtl::…
|
H A D | xstorage.cxx | 2849 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyLastCommitTo() 2868 m_pImpl->CopyLastCommitTo( xTargetStorage ); in copyLastCommitTo() 2916 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyStorageElementLastCommitTo() 2965 pElement->m_pStorage->CopyLastCommitTo( xTargetStorage ); in copyStorageElementLastCommitTo()
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XStorage.idl | 395 void copyLastCommitTo( [in] XStorage xTargetStorage ) 430 [in] XStorage xTargetStorage )
|
H A D | XOptimizedStorage.idl | 131 [in] ::com::sun::star::embed::XOptimizedStorage xTargetStorage,
|