Home
last modified time | relevance | path

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

/trunk/main/package/source/xstor/
H A Dohierarchyholder.cxx87 uno::Reference< embed::XExtendedStorageStream > OHierarchyElement_Impl::GetStreamHierarchically( sa… in GetStreamHierarchically()
139 ::rtl::Reference< OHierarchyElement_Impl > aElement; in GetStreamHierarchically()
151 aElement = new OHierarchyElement_Impl( NULL, xChildStorage ); in GetStreamHierarchically()
172 void OHierarchyElement_Impl::RemoveStreamHierarchically( OStringList_Impl& aListPath ) in RemoveStreamHierarchically()
196 ::rtl::Reference< OHierarchyElement_Impl > aElement; in RemoveStreamHierarchically()
209 aElement = new OHierarchyElement_Impl( NULL, xChildStorage ); in RemoveStreamHierarchically()
223 void OHierarchyElement_Impl::Commit() in Commit()
225 ::rtl::Reference< OHierarchyElement_Impl > aLocker( this ); in Commit()
226 ::rtl::Reference< OHierarchyElement_Impl > aParent; in Commit()
245 void OHierarchyElement_Impl::TestForClosing() in TestForClosing()
[all …]
H A Dohierarchyholder.hxx40 struct OHierarchyElement_Impl;
51 ::rtl::Reference< OHierarchyElement_Impl >,
59 struct OHierarchyElement_Impl : public cppu::WeakImplHelper1< ::com::sun::star::embed::XTransaction… struct
63 ::rtl::Reference< OHierarchyElement_Impl > m_rParent;
72OHierarchyElement_Impl( OHierarchyElement_Impl* pParent, const ::com::sun::star::uno::Reference< :… in OHierarchyElement_Impl() argument
77OHierarchyElement_Impl( const ::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XStor… in OHierarchyElement_Impl() argument
84 …void SetParent( const ::rtl::Reference< OHierarchyElement_Impl >& rParent ) { m_rParent = rParent;… in SetParent() argument
88 void RemoveElement( const ::rtl::Reference< OHierarchyElement_Impl >& aRef );
118 ::rtl::Reference< OHierarchyElement_Impl > m_xChild;
122 …, m_xChild( new OHierarchyElement_Impl( ::com::sun::star::uno::WeakReference< ::com::sun::star::em… in OHierarchyHolder_Impl()