Searched refs:nIndentWidth2 (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svtools/source/control/ |
| H A D | ruler.cxx | 936 long nIndentWidth2 = nIndentHeight-3; in ImplDrawIndents() local 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() 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 [all …]
|