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()
4507 if ( bMarked != bAutoMarkVisible || ( bMarked && rMarkRange.aEnd != aAutoMarkPos ) ) in UpdateAutoFillMark()4512 aAutoMarkPos = rMarkRange.aEnd; in UpdateAutoFillMark()5462 if ( bAutoMarkVisible && aAutoMarkPos.Tab() == pViewData->GetTabNo() && in UpdateAutoFillOverlay()5465 SCCOL nX = aAutoMarkPos.Col(); in UpdateAutoFillOverlay()5466 SCROW nY = aAutoMarkPos.Row(); in UpdateAutoFillOverlay()
196 ScAddress aAutoMarkPos; member in ScGridWindow
Completed in 36 milliseconds