Lines Matching refs:SCCOL

69 		SCCOL nStartX = aViewData.GetRefStartX();  in ShowRefTip()
71 SCCOL nEndX = aViewData.GetRefEndX(); in ShowRefTip()
79 SCCOL nCols = nEndX+1-nStartX; in ShowRefTip()
137 SCCOL nStartX = aViewData.GetRefStartX(); in StopRefMode()
139 SCCOL nEndX = aViewData.GetRefEndX(); in StopRefMode()
186 SCCOL nStartX = aViewData.GetRefStartX(); in DoneRefMode()
188 SCCOL nEndX = aViewData.GetRefEndX(); in DoneRefMode()
197 void ScTabView::UpdateRef( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ ) in UpdateRef()
219 SCCOL nStartX = aViewData.GetRefStartX(); in UpdateRef()
221 SCCOL nEndX = aViewData.GetRefEndX(); in UpdateRef()
256 SCCOL nPaintStartX; in UpdateRef()
258 SCCOL nPaintEndX; in UpdateRef()
271 SCCOL nEndX = aViewData.GetRefEndX(); in UpdateRef()
277 SCCOL nCols = nEndX + 1 - aViewData.GetRefStartX(); // Reihenfolge ist richtig in UpdateRef()
290 SCCOL nAddX = ( nEndX >= aMarkRange.aEnd.Col() ) ? 1 : 0; in UpdateRef()
304 void ScTabView::InitRefMode( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, ScRefType eType, sal_Bool bPain… in InitRefMode()
316 SCCOL nStartX = nCurX; in InitRefMode()
318 SCCOL nEndX = nCurX; in InitRefMode()
411 SCCOL nUsedX; in UpdateScrollBars()
415 SCCOL nVisXL = 0; in UpdateScrollBars()
416 SCCOL nVisXR = 0; in UpdateScrollBars()
420 SCCOL nStartX = 0; in UpdateScrollBars()
474 SCCOL nPosX = aViewData.GetPosX(eHWhich); in UpdateScrollBars()
476 SCCOL nEndX = nPosX + ( ( eHWhich == SC_SPLIT_LEFT ) ? nVisXL : nVisXR ); in UpdateScrollBars()
542 SCCOL nX1 = aViewData.GetPosX( eHWhich ); in InterpretVisible()
544 SCCOL nX2 = nX1 + aViewData.VisibleCellsX( eHWhich ); in InterpretVisible()