Lines Matching refs:OHierarchyElement_Impl

87 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()
247 ::rtl::Reference< OHierarchyElement_Impl > aLocker( this ); in TestForClosing()
275 void SAL_CALL OHierarchyElement_Impl::disposing( const lang::EventObject& Source ) in disposing()
304 void OHierarchyElement_Impl::RemoveElement( const ::rtl::Reference< OHierarchyElement_Impl >& aRef ) in RemoveElement()
324 void SAL_CALL OHierarchyElement_Impl::preCommit( const ::com::sun::star::lang::EventObject& /*aEven… in preCommit()
330 void SAL_CALL OHierarchyElement_Impl::commited( const ::com::sun::star::lang::EventObject& /*aEvent… in commited()
347 void SAL_CALL OHierarchyElement_Impl::preRevert( const ::com::sun::star::lang::EventObject& /*aEven… in preRevert()
353 void SAL_CALL OHierarchyElement_Impl::reverted( const ::com::sun::star::lang::EventObject& /*aEvent… in reverted()