Lines Matching refs:aTester
456 ScEditableTester aTester( pDoc, nTab, aLocalParam.nCol1,aLocalParam.nRow1, in Sort() local
458 if (!aTester.IsEditable()) in Sort()
461 rDocShell.ErrorMessage(aTester.GetMessageId()); in Sort()
710 ScEditableTester aTester( pDoc, nDestTab, aLocalParam.nCol1,aLocalParam.nRow1, in Query() local
712 if (!aTester.IsEditable()) in Query()
715 rDocShell.ErrorMessage(aTester.GetMessageId()); in Query()
1006 ScEditableTester aTester( pDoc, nTab, 0,rParam.nRow1+1, MAXCOL,MAXROW ); in DoSubTotals() local
1007 if (!aTester.IsEditable()) in DoSubTotals()
1010 rDocShell.ErrorMessage(aTester.GetMessageId()); in DoSubTotals()
1197 ScEditableTester aTester( pDoc, aOldOut ); in DataPilotUpdate() local
1198 if ( !aTester.IsEditable() ) in DataPilotUpdate()
1199 nErrId = aTester.GetMessageId(); in DataPilotUpdate()
1208 ScEditableTester aTester( pDoc, aNewStart ); in DataPilotUpdate() local
1209 if ( !aTester.IsEditable() ) in DataPilotUpdate()
1210 nErrId = aTester.GetMessageId(); in DataPilotUpdate()
1335 ScEditableTester aTester( pDoc, aNewOut ); in DataPilotUpdate() local
1336 if ( !aTester.IsEditable() ) in DataPilotUpdate()
1345 nErrId = aTester.GetMessageId(); in DataPilotUpdate()