Lines Matching refs:aOperation
200 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDPRED ); in DetectiveAddPred() local
201 pDoc->AddDetectiveOperation( aOperation ); in DetectiveAddPred()
205 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddPred()
241 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELPRED ); in DetectiveDelPred() local
242 pDoc->AddDetectiveOperation( aOperation ); in DetectiveDelPred()
246 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveDelPred()
280 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDSUCC ); in DetectiveAddSucc() local
281 pDoc->AddDetectiveOperation( aOperation ); in DetectiveAddSucc()
285 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddSucc()
321 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELSUCC ); in DetectiveDelSucc() local
322 pDoc->AddDetectiveOperation( aOperation ); in DetectiveDelSucc()
326 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveDelSucc()
360 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDERROR ); in DetectiveAddError() local
361 pDoc->AddDetectiveOperation( aOperation ); in DetectiveAddError()
365 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddError()