Searched refs:SimDepthType (Results 1 – 1 of 1) sorted by relevance
41 enum SimDepthType enum114 SimDepthType eOrgDepth;115 SimDepthType eUndoDepth;116 SimDepthType eRedoDepth;131 Bitmap CreateSaveBitmap( const SimDepthType eDepth, SfxViewFrame *pFrame = NULL );162 SimDepthType GetDepth() const { return eOrgDepth; } in GetDepth()163 void SetDepth( const SimDepthType eDepth ) { eOrgDepth = eDepth; } in SetDepth()166 SimDepthType GetUndoDepth() const { return eUndoDepth; } in GetUndoDepth()167 void SetUndoDepth(const SimDepthType eDepth) { eUndoDepth = eDepth; } in SetUndoDepth()169 SimDepthType GetRedoDepth() const { return eRedoDepth; } in GetRedoDepth()[all …]
Completed in 11 milliseconds