Home
last modified time | relevance | path

Searched refs:OutlinerUndoBase (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/outliner/
H A Doutlundo.hxx31 class OutlinerUndoBase : public EditUndo class
37 OutlinerUndoBase( sal_uInt16 nId, Outliner* pOutliner );
42 class OutlinerUndoChangeParaFlags : public OutlinerUndoBase
58 class OutlinerUndoChangeParaNumberingRestart : public OutlinerUndoBase
82 class OutlinerUndoChangeDepth : public OutlinerUndoBase
101 class OutlinerUndoCheckPara : public OutlinerUndoBase
H A Doutlundo.cxx40 OutlinerUndoBase::OutlinerUndoBase( sal_uInt16 _nId, Outliner* pOutliner ) in OutlinerUndoBase() function in OutlinerUndoBase
48 : OutlinerUndoBase( OLUNDO_DEPTH, pOutliner ) in OutlinerUndoChangeParaFlags()
83 : OutlinerUndoBase( OLUNDO_DEPTH, pOutliner ) in OutlinerUndoChangeParaNumberingRestart()
111 : OutlinerUndoBase( OLUNDO_DEPTH, pOutliner ) in OutlinerUndoChangeDepth()
135 : OutlinerUndoBase( OLUNDO_DEPTH, pOutliner ) in OutlinerUndoCheckPara()

Completed in 19 milliseconds