/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_storage.cxx | 180 if ( !xParentStorage.is() ) in createStorage() 185 return xParentStorage; in createStorage() 233 if ( !xParentStorage.is() ) in createStorage() 238 return xParentStorage; in createStorage() 277 if ( !xParentStorage.is() ) in createInputStream() 307 if ( !xParentStorage.is() ) in createOutputStream() 355 if ( !xParentStorage.is() ) in createStream() 409 OSL_ENSURE( xParentStorage.is() in queryParentStorage() 414 return xParentStorage; in queryParentStorage() 432 if ( !xParentStorage.is() ) in queryStorage() [all …]
|
H A D | tdoc_stgelems.cxx | 54 const uno::Reference< embed::XStorage > & xParentStorage, in ParentStorageHolder() 56 : m_xParentStorage( xParentStorage ), in ParentStorageHolder() 77 : ParentStorageHolder( xParentStorage, Uri( rUri ).getParentUri() ), in Storage() 529 if ( xParentStorage.is() ) in commit() 540 xParentStorage, uno::UNO_QUERY ); in commit() 558 if ( xParentStorage.is() ) in revert() 569 xParentStorage, uno::UNO_QUERY ); in revert() 590 const uno::Reference< embed::XStorage > & xParentStorage, in OutputStream() 592 : ParentStorageHolder( xParentStorage, Uri( rUri ).getParentUri() ), in OutputStream() 788 const uno::Reference< embed::XStorage > & xParentStorage, in Stream() [all …]
|
H A D | tdoc_stgelems.hxx | 58 com::sun::star::embed::XStorage > & xParentStorage, 92 com::sun::star::embed::XStorage > & xParentStorage, 326 com::sun::star::embed::XStorage > & xParentStorage, 408 com::sun::star::embed::XStorage > & xParentStorage,
|
H A D | tdoc_storage.hxx | 117 com::sun::star::embed::XStorage > & xParentStorage, 128 com::sun::star::embed::XStorage > & xParentStorage,
|
H A D | tdoc_provider.cxx | 371 uno::Reference< embed::XStorage > xParentStorage in queryStorageClone() local 376 xParentStorage->copyStorageElementLastCommitTo( in queryStorageClone()
|
/aoo41x/main/package/qa/storages/ |
H A D | TestHelper.java | 867 public boolean checkStream( XStorage xParentStorage, in checkStream() argument 877 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkStream() 900 public boolean checkEncrStream( XStorage xParentStorage, in checkEncrStream() argument 911 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkEncrStream() 927 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sWrongPas… in checkEncrStream() 942 Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.READ, sPass ); in checkEncrStream() 968 public boolean checkStreamH( XStorage xParentStorage, in checkStreamH() argument 979 …chicalStorageAccess) UnoRuntime.queryInterface( XHierarchicalStorageAccess.class, xParentStorage ); in checkStreamH() 1009 public boolean checkEncrStreamH( XStorage xParentStorage, in checkEncrStreamH() argument 1018 …chicalStorageAccess) UnoRuntime.queryInterface( XHierarchicalStorageAccess.class, xParentStorage ); in checkEncrStreamH()
|
/aoo41x/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 466 public boolean checkStream( XStorage xParentStorage, in checkStream() argument 475 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.ELEMENT_READ ); in checkStream() 492 public boolean checkEncrStream( XStorage xParentStorage, in checkEncrStream() argument 509 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.ELEMENT_READ ); in checkEncrStream() 525 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.ELEMENT_READ, p… in checkEncrStream() 540 …Object oSubStream = xParentStorage.openEncryptedStreamElement( sName, ElementModes.ELEMENT_READ, p… in checkEncrStream()
|
/aoo41x/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | OwnEmbeddedObject.java | 101 …protected void SwitchOwnPersistence( XStorage xParentStorage, XStorage xOwnStorage, String aEntryN… in SwitchOwnPersistence() argument 107 m_xParentStorage = xParentStorage; in SwitchOwnPersistence() 114 …protected void SwitchOwnPersistence( XStorage xParentStorage, String aEntryName ) throws com.sun.s… in SwitchOwnPersistence() argument 116 if ( xParentStorage != m_xParentStorage || !aEntryName.equals( m_aEntryName ) ) in SwitchOwnPersistence() 120 …XStorage xOwnStorage = xParentStorage.openStorageElement( aEntryName, com.sun.star.embed.ElementMo… in SwitchOwnPersistence() 121 SwitchOwnPersistence( xParentStorage, xOwnStorage, aEntryName ); in SwitchOwnPersistence()
|
/aoo41x/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 529 public boolean checkStream( XStorage xParentStorage, in checkStream() argument 539 Object oSubStream = xParentStorage.openStreamElement( sName, ElementModes.READ ); in checkStream()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | olepersist.cxx | 173 …lledTempFile_Impl( const uno::Reference< embed::XOptimizedStorage >& xParentStorage, const ::rtl::… in GetNewFilledTempFile_Impl() argument 185 xParentStorage->copyStreamElementData( aEntryName, xTempStream ); in GetNewFilledTempFile_Impl()
|