Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx41 enum SimDepthType enum
114 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 13 milliseconds