Home
last modified time | relevance | path

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

/aoo41x/main/package/source/xstor/
H A Dohierarchyholder.cxx139 ::rtl::Reference< OHierarchyElement_Impl > aElement; in GetStreamHierarchically()
151 aElement = new OHierarchyElement_Impl( NULL, xChildStorage ); in GetStreamHierarchically()
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()
247 ::rtl::Reference< OHierarchyElement_Impl > aLocker( this ); in TestForClosing()
275 void SAL_CALL OHierarchyElement_Impl::disposing( const lang::EventObject& Source ) in disposing()
[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() function
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()

Completed in 13 milliseconds