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()
4522 if ( bMarked != bAutoMarkVisible || ( bMarked && rMarkRange.aEnd != aAutoMarkPos ) ) in UpdateAutoFillMark()4527 aAutoMarkPos = rMarkRange.aEnd; in UpdateAutoFillMark()5477 if ( bAutoMarkVisible && aAutoMarkPos.Tab() == pViewData->GetTabNo() && in UpdateAutoFillOverlay()5480 SCCOL nX = aAutoMarkPos.Col(); in UpdateAutoFillOverlay()5481 SCROW nY = aAutoMarkPos.Row(); in UpdateAutoFillOverlay()
196 ScAddress aAutoMarkPos; member in ScGridWindow
Completed in 97 milliseconds