Searched refs:OutlinerUndoBase (Results 1 – 2 of 2) sorted by relevance
31 class OutlinerUndoBase : public EditUndo class37 OutlinerUndoBase( sal_uInt16 nId, Outliner* pOutliner );42 class OutlinerUndoChangeParaFlags : public OutlinerUndoBase58 class OutlinerUndoChangeParaNumberingRestart : public OutlinerUndoBase82 class OutlinerUndoChangeDepth : public OutlinerUndoBase101 class OutlinerUndoCheckPara : public OutlinerUndoBase
40 OutlinerUndoBase::OutlinerUndoBase( sal_uInt16 _nId, Outliner* pOutliner ) in OutlinerUndoBase() function in OutlinerUndoBase48 : 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 18 milliseconds