Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dcell2.cxx814 if ( !pDocument->IsClipOrUndo() ) in UpdateReference()
1045 if( pCode->GetNextReferenceRPN() && !pDocument->IsClipOrUndo() ) in UpdateInsertTab()
1081 if( pCode->GetNextReferenceRPN() && !pDocument->IsClipOrUndo() ) in UpdateDeleteTab()
1119 if( pCode->GetNextReferenceRPN() && !pDocument->IsClipOrUndo() ) in UpdateMoveTab()
1148 if( !pDocument->IsClipOrUndo() ) in UpdateInsertTabAbs()
1171 if( !pDocument->IsClipOrUndo() ) in TestTabRefAbs()
H A Dcell.cxx232 if ( eCellType == CELLTYPE_FORMULA && !pDoc->IsClipOrUndo() in StartListeningTo()
319 if ( eCellType == CELLTYPE_FORMULA && !pDoc->IsClipOrUndo() in EndListeningTo()
923 if ( pCode && pDocument->IsClipOrUndo() ) return; in Compile()
964 else if( bCompile && !pDocument->IsClipOrUndo() && !pCode->GetCodeError() ) in CompileTokenArray()
H A Dcolumn3.cxx95 if ( pOldCell->GetCellType() == CELLTYPE_FORMULA && !pDocument->IsClipOrUndo() ) in Insert()
142 if ( !(pDocument->IsClipOrUndo() || pDocument->IsInsertingFromOtherDoc()) ) in Insert()
H A Dconditio.cxx385 if ( !pDoc->IsClipOrUndo() ) // nie im Clipboard rechnen! in MakeCells()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx255 eDestEnc = (pDoc->IsClipOrUndo() ? RTL_TEXTENCODING_UTF8 : pHtmlOptions->GetTextEncoding()); in ScHTMLExport()
363 if ( pDoc->IsClipOrUndo() ) in WriteHeader()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr2.cxx2080 if ( !pDok->IsClipOrUndo() ) in ScStyle()
/aoo41x/main/sc/inc/
H A Ddocument.hxx1040 sal_Bool IsClipOrUndo() const { return bIsClip || bIsUndo; } in IsClipOrUndo() function in ScDocument

Completed in 61 milliseconds