Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/dialog/
H A Dtitledockwin.cxx188 int nOuterRight = aWindowSize.Width() - 1; in Paint() local
189 int nInnerRight = nOuterRight - m_aBorder.Right() + 1; in Paint()
198 nOuterRight, in Paint()
205 if ( nOuterRight > nInnerRight ) in Paint()
206 DrawRect( Rectangle( nInnerRight, nInnerTop, nOuterRight, nInnerBottom ) ); in Paint()
208 DrawRect( Rectangle( nOuterLeft, nInnerBottom, nOuterRight, nOuterBottom ) ); in Paint()

Completed in 12 milliseconds