Searched refs:nVirBottom (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | ruler.cxx | 753 ImplVDrawLine( n1, nVirBottom, n2, nVirBottom ); in ImplDrawBorders() 955 ImplVDrawLine( n, nVirTop, n, nVirBottom ); in ImplDrawIndents() 1262 nVirBottom = mnVirHeight-1; in ImplFormat() 1334 nVirBottom--; in ImplFormat() 1357 ImplVDrawLine( nP1, nVirBottom, nM1-1, nVirBottom );//bottom 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() 1378 ImplVDrawLine( nM1, nVirTop, nM1, nVirBottom ); in ImplFormat() 1380 ImplVDrawLine( nM2, nVirTop, nM2, nVirBottom ); in ImplFormat() 1391 long nCenter = nVirTop+((nVirBottom-nVirTop)/2); in ImplFormat() [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | ruler.hxx | 720 …PRIVATE void ImplDrawBorders( long nMin, long nMax, long nVirTop, long nVirBottom ); 722 …PRIVATE void ImplDrawIndents( long nMin, long nMax, long nVirTop, long nVirBottom ); 724 …DLLPRIVATE void ImplDrawTabs( long nMin, long nMax, long nVirTop, long nVirBottom );
|
Completed in 41 milliseconds