Home
last modified time | relevance | path

Searched refs:xParentStorage (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx173 uno::Reference< embed::XStorage > xParentStorage; in createStorage() local
178 xParentStorage = queryParentStorage( aUriKey, eMode ); in createStorage()
180 if ( !xParentStorage.is() ) in createStorage()
185 return xParentStorage; in createStorage()
190 = queryStorage( xParentStorage, aUriKey, eMode ); in createStorage()
204 new Storage( m_xSMgr, this, aUriKey, xParentStorage, xStorage ) ); in createStorage()
226 uno::Reference< embed::XStorage > xParentStorage; in createStorage() local
231 xParentStorage = queryParentStorage( aUriKey, eMode ); in createStorage()
233 if ( !xParentStorage.is() ) in createStorage()
238 return xParentStorage; in createStorage()
[all …]
H A Dtdoc_stgelems.cxx54 const uno::Reference< embed::XStorage > & xParentStorage, in ParentStorageHolder()
56 : m_xParentStorage( xParentStorage ), in ParentStorageHolder()
75 const uno::Reference< embed::XStorage > & xParentStorage, in Storage()
77 : ParentStorageHolder( xParentStorage, Uri( rUri ).getParentUri() ), in Storage()
528 uno::Reference< embed::XStorage > xParentStorage = getParentStorage(); in commit() local
529 if ( xParentStorage.is() ) in commit()
540 xParentStorage, uno::UNO_QUERY ); in commit()
557 uno::Reference< embed::XStorage > xParentStorage = getParentStorage(); in revert() local
558 if ( xParentStorage.is() ) in revert()
569 xParentStorage, uno::UNO_QUERY ); in revert()
[all …]
H A Dtdoc_stgelems.hxx58 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 Dtdoc_storage.hxx117 com::sun::star::embed::XStorage > & xParentStorage,
128 com::sun::star::embed::XStorage > & xParentStorage,
H A Dtdoc_provider.cxx371 uno::Reference< embed::XStorage > xParentStorage in queryStorageClone() local
376 xParentStorage->copyStorageElementLastCommitTo( in queryStorageClone()
/AOO41X/main/package/qa/storages/
H A DTestHelper.java867 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 DTestHelper.java466 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 DOwnEmbeddedObject.java101 …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 DTestHelper.java529 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 Dolepersist.cxx173 …lledTempFile_Impl( const uno::Reference< embed::XOptimizedStorage >& xParentStorage, const ::rtl::… in GetNewFilledTempFile_Impl() argument
185 xParentStorage->copyStreamElementData( aEntryName, xTempStream ); in GetNewFilledTempFile_Impl()