Searched refs:nIndentWidth2 (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | ruler.cxx | 936 long nIndentWidth2 = nIndentHeight-3; in ImplDrawIndents() local 961 aPoly.SetPoint( Point( n-nIndentWidth2, nVirBottom ), 2 ); in ImplDrawIndents() 968 aPoly.SetPoint( Point( n-nIndentWidth2, nVirTop+3 ), 1 ); in ImplDrawIndents() 969 aPoly.SetPoint( Point( n-nIndentWidth2, nVirTop ), 2 ); in ImplDrawIndents() 970 aPoly.SetPoint( Point( n+nIndentWidth2, nVirTop ), 3 ); in ImplDrawIndents() 971 aPoly.SetPoint( Point( n+nIndentWidth2, nVirTop+3 ), 4 ); in ImplDrawIndents() 1723 long nIndentWidth2 = nIndentHeight-3; in ImplHitTest() local 1736 aRect.Left() = n1-nIndentWidth2; in ImplHitTest() 1737 aRect.Right() = n1+nIndentWidth2; in ImplHitTest() 1743 aRect.Left() = n1-nIndentWidth2; in ImplHitTest() [all …]
|
Completed in 21 milliseconds