Lines Matching refs:OXUndoEnvironment

135 OXUndoEnvironment::OXUndoEnvironment(OReportModel& _rModel)  in OXUndoEnvironment()  function in rptui::OXUndoEnvironment
143 OXUndoEnvironment::~OXUndoEnvironment() in ~OXUndoEnvironment()
148 void OXUndoEnvironment::Lock() in Lock()
153 void OXUndoEnvironment::UnLock() in UnLock()
159 sal_Bool OXUndoEnvironment::IsLocked() const { return m_pImpl->m_nLocks != 0; } in IsLocked()
161 void OXUndoEnvironment::RemoveSection(OReportPage* _pPage) in RemoveSection()
171 void OXUndoEnvironment::Clear(const Accessor& /*_r*/) in Clear()
213 void OXUndoEnvironment::ModeChanged() in ModeChanged()
224 void OXUndoEnvironment::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
232 void SAL_CALL OXUndoEnvironment::disposing(const EventObject& e) throw( RuntimeException ) in disposing()
250 void SAL_CALL OXUndoEnvironment::propertyChange( const PropertyChangeEvent& _rEvent ) throw(uno::Ru… in propertyChange()
383 ::std::vector< uno::Reference< container::XChild> >::const_iterator OXUndoEnvironment::getSection(c… in getSection()
400 void SAL_CALL OXUndoEnvironment::elementInserted(const ContainerEvent& evt) throw(uno::RuntimeExcep… in elementInserted()
451 void OXUndoEnvironment::implSetModified() in implSetModified()
458 void SAL_CALL OXUndoEnvironment::elementReplaced(const ContainerEvent& evt) throw(uno::RuntimeExcep… in elementReplaced()
474 void SAL_CALL OXUndoEnvironment::elementRemoved(const ContainerEvent& evt) throw(uno::RuntimeExcept… in elementRemoved()
488 OXUndoEnvironment::OUndoEnvLock aLock(*this); in elementRemoved()
519 void SAL_CALL OXUndoEnvironment::modified( const EventObject& /*aEvent*/ ) throw (RuntimeException) in modified()
525 void OXUndoEnvironment::AddSection(const Reference< report::XSection > & _xSection) in AddSection()
543 void OXUndoEnvironment::RemoveSection(const Reference< report::XSection > & _xSection) in RemoveSection()
558 void OXUndoEnvironment::TogglePropertyListening(const Reference< XInterface > & Element) in TogglePropertyListening()
585 void OXUndoEnvironment::switchListening( const Reference< XIndexAccess >& _rxContainer, bool _bStar… in switchListening()
623 void OXUndoEnvironment::switchListening( const Reference< XInterface >& _rxObject, bool _bStartList… in switchListening()
657 void OXUndoEnvironment::AddElement(const Reference< XInterface >& _rxElement ) in AddElement()
671 void OXUndoEnvironment::RemoveElement(const Reference< XInterface >& _rxElement) in RemoveElement()
683 void OXUndoEnvironment::SetUndoMode(sal_Bool _bUndo) in SetUndoMode()
688 sal_Bool OXUndoEnvironment::IsUndoMode() const in IsUndoMode()