Lines Matching refs:nVirBottom

718 void Ruler::ImplDrawBorders( long nMin, long nMax, long nVirTop, long nVirBottom )  in ImplDrawBorders()  argument
745 ImplVDrawRect( n1, nVirTop, n2, nVirBottom ); in ImplDrawBorders()
749 ImplVDrawLine( n1+1, nVirTop, n1+1, nVirBottom ); in ImplDrawBorders()
752 ImplVDrawLine( n1, nVirTop, n1, nVirBottom ); in ImplDrawBorders()
753 ImplVDrawLine( n1, nVirBottom, n2, nVirBottom ); in ImplDrawBorders()
754 ImplVDrawLine( n2-1, nVirTop, n2-1, nVirBottom ); in ImplDrawBorders()
756 ImplVDrawLine( n2, nVirTop, n2, nVirBottom ); in ImplDrawBorders()
761 ImplVDrawLine( n1, nVirTop, n1, nVirBottom ); in ImplDrawBorders()
762 ImplVDrawLine( n2, nVirTop, n2, nVirBottom ); in ImplDrawBorders()
770 nTemp2 = nVirTop + (((nVirBottom-nVirTop+1)-RULER_VAR_SIZE) / 2); in ImplDrawBorders()
803 ImplVDrawLine( n1+4, nVirTop+3, n1+4, nVirBottom-3 ); in ImplDrawBorders()
804 ImplVDrawLine( n2-5, nVirTop+3, n2-5, nVirBottom-3 ); in ImplDrawBorders()
806 ImplVDrawLine( n1+5, nVirTop+3, n1+5, nVirBottom-3 ); in ImplDrawBorders()
807 ImplVDrawLine( n2-4, nVirTop+3, n2-4, nVirBottom-3 ); in ImplDrawBorders()
812 ImplVDrawLine( n1+4, nVirTop+3, n1+4, nVirBottom-3 ); in ImplDrawBorders()
813 ImplVDrawLine( n2-4, nVirTop+3, n2-4, nVirBottom-3 ); in ImplDrawBorders()
826 ImplVDrawLine( n, nVirTop, n, nVirBottom ); in ImplDrawBorders()
828 ImplVDrawLine( n, nVirTop, n, nVirBottom ); in ImplDrawBorders()
831 ImplVDrawLine( n-1, nVirTop, n-1, nVirBottom ); in ImplDrawBorders()
832 ImplVDrawLine( n+1, nVirTop, n+1, nVirBottom ); in ImplDrawBorders()
835 ImplVDrawRect( n, nVirTop, n, nVirBottom ); in ImplDrawBorders()
931 void Ruler::ImplDrawIndents( long nMin, long nMax, long nVirTop, long nVirBottom ) in ImplDrawIndents() argument
955 ImplVDrawLine( n, nVirTop, n, nVirBottom ); in ImplDrawIndents()
959 aPoly.SetPoint( Point( n+0, nVirBottom-nIndentHeight ), 0 ); in ImplDrawIndents()
960 aPoly.SetPoint( Point( n-nIndentWidth2, nVirBottom-3 ), 1 ); in ImplDrawIndents()
961 aPoly.SetPoint( Point( n-nIndentWidth2, nVirBottom ), 2 ); in ImplDrawIndents()
962 aPoly.SetPoint( Point( n+nIndentWidth2, nVirBottom ), 3 ); in ImplDrawIndents()
963 aPoly.SetPoint( Point( n+nIndentWidth2, nVirBottom-3 ), 4 ); in ImplDrawIndents()
980 Point aSet(nVirBottom - aTmp.Y(), aTmp.X()); in ImplDrawIndents()
1120 void Ruler::ImplDrawTabs( long nMin, long nMax, long nVirTop, long nVirBottom ) in ImplDrawTabs() argument
1130 long nTopBottom = GetStyle() & WB_RIGHT_ALIGNED ? nVirTop : nVirBottom; in ImplDrawTabs()
1249 long nVirBottom; // Untere/Rechte-Kante bei Ausgabe in ImplFormat() local
1262 nVirBottom = mnVirHeight-1; in ImplFormat()
1334 nVirBottom--; in ImplFormat()
1343 ImplVDrawRect( nP1, nVirTop, nM1-1, nVirBottom ); //left gray rectangle in ImplFormat()
1345 ImplVDrawRect( nM2+1, nVirTop, nP2, nVirBottom ); //right gray rectangle in ImplFormat()
1349 ImplVDrawRect( nM1, nVirTop, nM2-1, nVirBottom ); //center rectangle in ImplFormat()
1356 ImplVDrawLine( nM1-1, nVirTop, nM1-1, nVirBottom );//right line of the left rectangle in ImplFormat()
1357 ImplVDrawLine( nP1, nVirBottom, nM1-1, nVirBottom );//bottom line of the left rectangle in ImplFormat()
1360 ImplVDrawLine( nP1, nVirTop, nP1, nVirBottom );//left line of the left rectangle in ImplFormat()
1361 ImplVDrawLine( nP1, nVirBottom, nP1+1, nVirBottom );//? in ImplFormat()
1366 … ImplVDrawLine( nM2+1, nVirBottom, nP2-1, nVirBottom );//bottom line of the right rectangle in ImplFormat()
1367 ImplVDrawLine( nM2+1, nVirTop, nM2+1, nVirBottom );//left line of the right rectangle in ImplFormat()
1369 … ImplVDrawLine( nP2-1, nVirTop, nP2-1, nVirBottom );//right line of the right rectangle in ImplFormat()
1376 ImplVDrawLine( nP1, nVirTop, nP1, nVirBottom+1 ); in ImplFormat()
1378 ImplVDrawLine( nM1, nVirTop, nM1, nVirBottom ); in ImplFormat()
1380 ImplVDrawLine( nM2, nVirTop, nM2, nVirBottom ); in ImplFormat()
1382 ImplVDrawLine( nP2, nVirTop, nP2, nVirBottom+1 ); in ImplFormat()
1391 long nCenter = nVirTop+((nVirBottom-nVirTop)/2); in ImplFormat()
1405 ImplDrawBorders( nVirLeft, nP2, nVirTop, nVirBottom ); in ImplFormat()
1409 ImplDrawIndents( nVirLeft, nP2, nVirTop-1, nVirBottom+1 ); in ImplFormat()
1414 ImplDrawTabs( nVirLeft, nP2, nVirTop-1, nVirBottom+1 ); in ImplFormat()
1419 ImplDrawArrows( nVirTop+((nVirBottom-nVirTop)/2) ); in ImplFormat()