Home
last modified time | relevance | path

Searched refs:m_xParentStorage (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/embeddedobj/source/msole/
H A Doleembed.cxx219 if ( !m_xParentStorage->hasByName( aName ) ) in CreateTemporarySubstorage()
221 xResult = m_xParentStorage->openStorageElement( aName, embed::ElementModes::READWRITE ); in CreateTemporarySubstorage()
244 if ( !m_xParentStorage->hasByName( aName ) ) in MoveToTemporarySubstream()
246 m_xParentStorage->renameElement( m_aEntryName, aName ); in MoveToTemporarySubstream()
364 m_xParentStorage->renameElement( aStorageName, m_aEntryName ); in TryToConvertToOOo()
372 m_xParentStorage->removeElement( aTmpStreamName ); in TryToConvertToOOo()
391 if ( m_xParentStorage->hasByName( m_aEntryName ) ) in TryToConvertToOOo()
392 m_xParentStorage->removeElement( m_aEntryName ); in TryToConvertToOOo()
393 m_xParentStorage->renameElement( aTmpStreamName, m_aEntryName ); in TryToConvertToOOo()
401m_xParentStorage->dispose(); // ??? the storage has information loss, it should be closed without … in TryToConvertToOOo()
[all …]
H A Dolepersist.cxx849 if ( xNewParentStorage == m_xParentStorage && aNewName.equals( m_aEntryName ) ) in SwitchOwnPersistence()
866 m_xParentStorage = xNewParentStorage; in SwitchOwnPersistence()
874 if ( xNewParentStorage == m_xParentStorage && aNewName.equals( m_aEntryName ) ) in SwitchOwnPersistence()
1020 uno::Reference< embed::XOptimizedStorage > xOptParStorage( m_xParentStorage, uno::UNO_QUERY ); in GetTempURL_Impl()
1180 …OSL_ENSURE( m_xParentStorage.is() && m_xObjectStream.is(), "The object has no valid persistence!\n… in StoreToLocation_Impl()
1224 …uno::Reference< embed::XOptimizedStorage > xSourceOptStor( m_xParentStorage, uno::UNO_QUERY_THROW … in StoreToLocation_Impl()
1237 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in StoreToLocation_Impl()
1433 saveCompleted( ( m_xParentStorage != xStorage || !m_aEntryName.equals( sEntName ) ) ); in setPersistentEntry()
1865 …OSL_ENSURE( m_xParentStorage.is() && m_xObjectStream.is(), "The object has no valid persistence!\n… in storeOwn()
2112 if ( m_xParentStorage != xStorage || !m_aEntryName.equals( sEntName ) ) in breakLink()
H A Dolemisc.cxx300 m_xParentStorage = uno::Reference< embed::XStorage >(); in Dispose()
/aoo42x/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx267 if ( xNewParentStorage == m_xParentStorage && aNewName.equals( m_aEntryName ) ) in SwitchOwnPersistence()
277 m_xParentStorage = xNewParentStorage; in SwitchOwnPersistence()
303 if ( xNewParentStorage == m_xParentStorage && aNewName.equals( m_aEntryName ) ) in SwitchOwnPersistence()
869 nStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in CreateTempDocFromLink_Impl()
1210 nOriginalStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeToEntry()
1254 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in storeToEntry()
1341 nOriginalStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeAsEntry()
1387 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in storeAsEntry()
1617 nStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeOwn()
1785 m_xObjectStorage = m_xParentStorage->openStorageElement( m_aEntryName, nStorageMode ); in reload()
[all …]
/aoo42x/main/embeddedobj/source/general/
H A Ddummyobject.cxx340 saveCompleted( ( m_xParentStorage != xStorage || !m_aEntryName.equals( sEntName ) ) ); in setPersistentEntry()
353 m_xParentStorage = xStorage; in setPersistentEntry()
388 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in storeToEntry()
413 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in storeAsEntry()
443 m_xParentStorage = m_xNewParentStorage; in saveCompleted()
/aoo42x/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java60 protected com.sun.star.embed.XStorage m_xParentStorage; field in OwnEmbeddedObject
107 m_xParentStorage = xParentStorage; in SwitchOwnPersistence()
116 if ( xParentStorage != m_xParentStorage || !aEntryName.equals( m_aEntryName ) ) in SwitchOwnPersistence()
407 if ( m_xParentStorage == xStorage && m_aEntryName.equals( aEntryName ) ) in setPersistentEntry()
466 m_xParentStorage.copyElementTo( m_aEntryName, xStorage, aEntryName ); in storeToEntry()
/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx65 { return m_xParentStorage; } in getParentStorage()
68 { osl::MutexGuard aGuard( m_aMutex ); m_xParentStorage = xStg; } in setParentStorage()
72 com::sun::star::embed::XStorage > m_xParentStorage; member in tdoc_ucp::ParentStorageHolder
H A Dtdoc_stgelems.cxx56 : m_xParentStorage( xParentStorage ), in ParentStorageHolder()
/aoo42x/main/embeddedobj/source/inc/
H A Ddummyobject.hxx67 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage;
H A Dcommonembobj.hxx149 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage;
H A Doleembobj.hxx171 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage;

Completed in 91 milliseconds