Lines Matching refs:aRef
360 ScRange aRef=pScChangeAction->GetBigRange().MakeRange(); in IsValidAction() local
398 if(pRangeEntry->Intersects(aRef)) break; in IsValidAction()
428 ScRange aRef=pScChangeAction->GetBigRange().MakeRange(); in InsertChangeAction() local
444 pNewData->nRow = aRef.aStart.Row(); in InsertChangeAction()
445 pNewData->nCol = aRef.aStart.Col(); in InsertChangeAction()
446 pNewData->nTable= aRef.aStart.Tab(); in InsertChangeAction()
524 if(pRangeEntry->Intersects(aRef)) break; in InsertChangeAction()
582 ScRange aRef=pScChangeAction->GetBigRange().MakeRange(); in InsertFilteredAction() local
594 if(pRangeEntry->Intersects(aRef)) break; in InsertFilteredAction()
626 pNewData->nRow = aRef.aStart.Row(); in InsertFilteredAction()
627 pNewData->nCol = aRef.aStart.Col(); in InsertFilteredAction()
628 pNewData->nTable= aRef.aStart.Tab(); in InsertFilteredAction()
711 ScRange aRef=pScChangeAction->GetBigRange().MakeRange(); in InsertChangeActionContent() local
723 if(pRangeEntry->Intersects(aRef)) break; in InsertChangeActionContent()
813 pNewData->nRow = aRef.aStart.Row(); in InsertChangeActionContent()
814 pNewData->nCol = aRef.aStart.Col(); in InsertChangeActionContent()
815 pNewData->nTable= aRef.aStart.Tab(); in InsertChangeActionContent()