Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/dialog/
H A Dtitledockwin.cxx192 int nInnerBottom = nOuterBottom - m_aBorder.Bottom() + 1; in Paint() local
204 DrawRect( Rectangle( nOuterLeft, nInnerTop, nInnerLeft, nInnerBottom ) ); in Paint()
206 DrawRect( Rectangle( nInnerRight, nInnerTop, nOuterRight, nInnerBottom ) ); in Paint()
207 if ( nInnerBottom < nOuterBottom ) in Paint()
208 DrawRect( Rectangle( nOuterLeft, nInnerBottom, nOuterRight, nOuterBottom ) ); in Paint()
214 DrawLine( Point( nInnerLeft, nInnerTop ), Point( nInnerLeft, nInnerBottom ) ); in Paint()
220 DrawLine( Point( nInnerRight, nInnerBottom ), Point( nInnerLeft, nInnerBottom ) ); in Paint()
222 DrawLine( Point( nInnerRight, nInnerBottom ), Point( nInnerRight, nInnerTop ) ); in Paint()

Completed in 19 milliseconds