Home
last modified time | relevance | path

Searched refs:nEx1 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1885 long nEx1 = nLeft+((rRect.GetWidth()-nSize)/2)-2; in ImplDrawButtonRect() local
1886 long nEx2 = nEx1+nSize+3; in ImplDrawButtonRect()
1896 if ( (i < nEx1) || (i > nEx2 ) ) in ImplDrawButtonRect()
1902 if ( (i < nEx1) || ((i > nEx2 ) && (i < nRight-3)) ) in ImplDrawButtonRect()
1915 long nEx1 = nTop+((rRect.GetHeight()-nSize)/2)-2; in ImplDrawButtonRect() local
1916 long nEx2 = nEx1+nSize+3; in ImplDrawButtonRect()
1926 if ( (i < nEx1) || (i > nEx2 ) ) in ImplDrawButtonRect()
1932 if ( (i < nEx1) || ((i > nEx2 ) && (i < nBottom-3)) ) in ImplDrawButtonRect()

Completed in 31 milliseconds