Home
last modified time | relevance | path

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

/aoo4110/main/sc/inc/
H A Ddrwlayer.hxx155 …inline void AddCalcUndo( const TArg & rArg ) { if( this->IsUndoAllowed() ) this->AddCalcUn… in AddCalcUndo()
158 …inline void AddCalcUndo( TArg & rArg ) { if( this->IsUndoAllowed() ) this->AddCalcUndo( ne… in AddCalcUndo()
161 …inline void AddCalcUndo( TArg1 & rArg1, TArg2 & rArg2 ) { if( this->IsUndoAllowed() ) this->A… in AddCalcUndo()
164 …AddCalcUndo( const TArg1 & rArg1, const TArg2 & rArg2 ) { if( this->IsUndoAllowed() ) this->Add… in AddCalcUndo()
167 … & rArg3, const TArg4 & rArg4, const TArg5 & rArg5 ) { if( this->IsUndoAllowed() ) this->Add… in AddCalcUndo()
244 inline bool IsUndoAllowed() const{ return mbUndoAllowed; } in IsUndoAllowed() function in ScDrawLayer
/aoo4110/main/sc/source/core/data/
H A Dpostit.cxx351 if( pDrawLayer->IsUndoAllowed() ) in UpdateCaptionPos()
743 if( pDrawLayer->IsUndoAllowed() ) in CreateCaption()
765 … bool bRecording = ( pDrawLayer && pDrawLayer->IsUndoAllowed() && pDrawLayer->IsRecording() ); in RemoveCaption()
/aoo4110/main/sc/source/ui/docshell/
H A Ddocfunc.cxx114 if( pDrawLayer && pDrawLayer->IsUndoAllowed() && pDrawLayer->IsRecording() ) in IMPL_LINK()

Completed in 45 milliseconds