Searched refs:nBlockStartY (Results 1 – 3 of 3) sorted by relevance
93 && nBlockStartY == nRow in IsMarking()110 nBlockStartY = 0; in InitOwnBlockMode()152 nBlockStartY = nBlockStartYOrig = nCurY; in InitBlockMode()155 nBlockEndY = nOldCurY = nBlockStartY; in InitBlockMode()160 nBlockStartY = nBlockStartYOrig = 0; in InitBlockMode()246 ( aMarkRange.aStart.Row() != nBlockStartY && aMarkRange.aEnd.Row() != nBlockStartY ) || in MarkCursor()349 …nBlockStartYOffset = nBlockStartY > nCurY && nBlockStartY <= nCurY + nRowSpan - 1 ? nCurY - nBlock… in MarkCursor()360 nBlockStartY = nBlockStartYOrig; in MarkCursor()365 … nBlockStartY = nBlockStartY + nBlockStartYOffset >= 0 ? nBlockStartY + nBlockStartYOffset : 0; in MarkCursor()464 nBlockStartY = aMarkRange.aStart.Row(); in PaintBlock()[all …]
195 SCROW nBlockEndY = 0, nBlockStartY = 0; in FillInfo() local203 nBlockStartY = aTmpRange.aStart.Row(); in FillInfo()206 ExtendHidden( nBlockStartX, nBlockStartY, nBlockEndX, nBlockEndY, nTab ); //? noetig ? in FillInfo()316 && nY >= nBlockStartY && nY <= nBlockEndY ); in FillInfo()595 nCurRow >= nBlockStartY && in FillInfo()728 && nStartY >= (SCsROW) nBlockStartY in FillInfo()
158 SCROW nBlockStartY; member in ScTabView411 void InvertBlockMark(SCCOL nBlockStartX, SCROW nBlockStartY,
Completed in 17 milliseconds