Home
last modified time | relevance | path

Searched refs:xOwnStorage (Results 1 – 2 of 2) sorted by relevance

/trunk/main/package/source/xstor/
H A Dohierarchyholder.hxx120 …er_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xOwnStorage ) in OHierarchyHolder_Impl() argument
121 : m_xWeakOwnStorage( xOwnStorage ) in OHierarchyHolder_Impl()
122 …_Impl( ::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XStorage >( xOwnStorage ) ) ) in OHierarchyHolder_Impl()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java101 …protected void SwitchOwnPersistence( XStorage xParentStorage, XStorage xOwnStorage, String aEntryN… in SwitchOwnPersistence() argument
103 if ( xOwnStorage != m_xOwnStorage ) in SwitchOwnPersistence()
108 m_xOwnStorage = xOwnStorage; in SwitchOwnPersistence()
120 …XStorage xOwnStorage = xParentStorage.openStorageElement( aEntryName, com.sun.star.embed.ElementMo… in SwitchOwnPersistence() local
121 SwitchOwnPersistence( xParentStorage, xOwnStorage, aEntryName ); in SwitchOwnPersistence()

Completed in 24 milliseconds