Home
last modified time | relevance | path

Searched refs:UndoCommandDispatch (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DUndoCommandDispatch.cxx49 UndoCommandDispatch::UndoCommandDispatch( in UndoCommandDispatch() function in chart::UndoCommandDispatch
59 UndoCommandDispatch::~UndoCommandDispatch() in ~UndoCommandDispatch()
62 void UndoCommandDispatch::initialize() in initialize()
69 void UndoCommandDispatch::fireStatusEvent( in fireStatusEvent()
98 void SAL_CALL UndoCommandDispatch::dispatch( in dispatch()
129 void SAL_CALL UndoCommandDispatch::disposing() in disposing()
143 void SAL_CALL UndoCommandDispatch::disposing( const lang::EventObject& /* Source */ ) in disposing()
H A DUndoCommandDispatch.hxx36 class UndoCommandDispatch : public CommandDispatch class
39 explicit UndoCommandDispatch(
44 virtual ~UndoCommandDispatch();
H A Dmakefile.mk57 $(SLO)$/UndoCommandDispatch.obj \
H A DCommandDispatchContainer.cxx100 CommandDispatch * pDispatch = new UndoCommandDispatch( m_xContext, xModel ); in getDispatchForURL()