Lines Matching refs:FmXUndoEnvironment
179 DBG_NAME(FmXUndoEnvironment) in DBG_NAME() argument
181 FmXUndoEnvironment::FmXUndoEnvironment(FmFormModel& _rModel) in DBG_NAME()
190 DBG_CTOR(FmXUndoEnvironment,NULL); in DBG_NAME()
201 FmXUndoEnvironment::~FmXUndoEnvironment() in ~FmXUndoEnvironment()
203 DBG_DTOR(FmXUndoEnvironment,NULL); in ~FmXUndoEnvironment()
212 void FmXUndoEnvironment::dispose() in dispose()
261 void FmXUndoEnvironment::ModeChanged() in ModeChanged()
305 void FmXUndoEnvironment::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
355 void FmXUndoEnvironment::Inserted(SdrObject* pObj) in Inserted()
408 void FmXUndoEnvironment::Inserted(FmFormObj* pObj) in Inserted()
466 void FmXUndoEnvironment::Removed(SdrObject* pObj) in Removed()
488 void FmXUndoEnvironment::Removed(FmFormObj* pObj) in Removed()
535 void SAL_CALL FmXUndoEnvironment::disposing(const EventObject& e) throw( RuntimeException ) in disposing()
554 void SAL_CALL FmXUndoEnvironment::propertyChange(const PropertyChangeEvent& evt) throw(::com::sun::… in propertyChange()
750 void SAL_CALL FmXUndoEnvironment::elementInserted(const ContainerEvent& evt) throw(::com::sun::star… in elementInserted()
766 void FmXUndoEnvironment::implSetModified() in implSetModified()
776 void SAL_CALL FmXUndoEnvironment::elementReplaced(const ContainerEvent& evt) throw(::com::sun::star… in elementReplaced()
794 void SAL_CALL FmXUndoEnvironment::elementRemoved(const ContainerEvent& evt) throw(::com::sun::star:… in elementRemoved()
808 void SAL_CALL FmXUndoEnvironment::modified( const EventObject& /*aEvent*/ ) throw (RuntimeException) in modified()
815 void FmXUndoEnvironment::AddForms(const Reference< XNameContainer > & rForms) in AddForms()
825 void FmXUndoEnvironment::RemoveForms(const Reference< XNameContainer > & rForms) in RemoveForms()
835 void FmXUndoEnvironment::TogglePropertyListening(const Reference< XInterface > & Element) in TogglePropertyListening()
863 void FmXUndoEnvironment::switchListening( const Reference< XIndexContainer >& _rxContainer, bool _b… in switchListening()
921 void FmXUndoEnvironment::switchListening( const Reference< XInterface >& _rxObject, bool _bStartLis… in switchListening()
956 void FmXUndoEnvironment::AddElement(const Reference< XInterface >& _rxElement ) in AddElement()
970 void FmXUndoEnvironment::RemoveElement(const Reference< XInterface >& _rxElement) in RemoveElement()
1019 FmXUndoEnvironment& rEnv = ((FmFormModel&)rMod).GetUndoEnv(); in Undo()
1040 FmXUndoEnvironment& rEnv = ((FmFormModel&)rMod).GetUndoEnv(); in Redo()
1193 FmXUndoEnvironment& rEnv = static_cast< FmFormModel& >( rMod ).GetUndoEnv(); in Undo()
1223 FmXUndoEnvironment& rEnv = static_cast< FmFormModel& >( rMod ).GetUndoEnv(); in Redo()