Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Dtitledockwin.cxx190 int nInnerTop = m_nTitleBarHeight + m_aBorder.Top() - 1; in Paint() local
199 nInnerTop-1 in Paint()
204 DrawRect( Rectangle( nOuterLeft, nInnerTop, nInnerLeft, nInnerBottom ) ); in Paint()
206 DrawRect( Rectangle( nInnerRight, nInnerTop, nOuterRight, nInnerBottom ) ); in Paint()
214 DrawLine( Point( nInnerLeft, nInnerTop ), Point( nInnerLeft, nInnerBottom ) ); in Paint()
216 DrawLine( Point( nInnerLeft, nInnerTop ), Point( nInnerRight, nInnerTop ) ); in Paint()
222 DrawLine( Point( nInnerRight, nInnerBottom ), Point( nInnerRight, nInnerTop ) ); in Paint()

Completed in 12 milliseconds