Searched refs:aAutoMarkPos (Results 1 – 3 of 3) sorted by relevance
496 if ( !bCurVis && nCursorHideCount==0 && bAutoMarkVisible && aAutoMarkPos.Tab() == nTab && in Draw()497 ( aAutoMarkPos.Col() != nCurX || aAutoMarkPos.Row() != nCurY ) ) in Draw()499 SCCOL nHdlX = aAutoMarkPos.Col(); in Draw()500 SCROW nHdlY = aAutoMarkPos.Row(); in Draw()
4498 if ( bMarked != bAutoMarkVisible || ( bMarked && rMarkRange.aEnd != aAutoMarkPos ) ) in UpdateAutoFillMark()4503 aAutoMarkPos = rMarkRange.aEnd; in UpdateAutoFillMark()5446 if ( bAutoMarkVisible && aAutoMarkPos.Tab() == pViewData->GetTabNo() && in UpdateAutoFillOverlay()5449 SCCOL nX = aAutoMarkPos.Col(); in UpdateAutoFillOverlay()5450 SCROW nY = aAutoMarkPos.Row(); in UpdateAutoFillOverlay()
193 ScAddress aAutoMarkPos; member in ScGridWindow