Searched refs:OLUndoExpand (Results 1 – 5 of 5) sorted by relevance
159 DBG_NAME(OLUndoExpand);161 OLUndoExpand::OLUndoExpand(Outliner* pOut, sal_uInt16 _nId ) in OLUndoExpand() function in OLUndoExpand164 DBG_CTOR(OLUndoExpand,0); in OLUndoExpand()172 OLUndoExpand::~OLUndoExpand() in ~OLUndoExpand()174 DBG_DTOR(OLUndoExpand,0); in ~OLUndoExpand()181 DBG_CHKTHIS(OLUndoExpand,0); in Restore()212 void OLUndoExpand::Undo() in Undo()214 DBG_CHKTHIS(OLUndoExpand,0); in Undo()219 void OLUndoExpand::Redo() in Redo()221 DBG_CHKTHIS(OLUndoExpand,0); in Redo()[all …]
120 class OLUndoExpand : public EditUndo class125 OLUndoExpand( Outliner* pOut, sal_uInt16 nId );126 ~OLUndoExpand();
891 OLUndoExpand* pUndo = 0; in Expand()896 pUndo = new OLUndoExpand( this, OLUNDO_EXPAND ); in Expand()921 OLUndoExpand* pUndo = 0; in Collapse()929 pUndo = new OLUndoExpand( this, OLUNDO_COLLAPSE ); in Collapse()
100 OLUndoExpand
630 friend class OLUndoExpand;
Completed in 38 milliseconds