Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx190 void ToolPanelDrawer::impl_paintBackground( const Rectangle& i_rTitleBarBox ) in impl_paintBackground() argument
193 m_pPaintDevice->DrawRect( i_rTitleBarBox ); in impl_paintBackground()
197 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopLeft(), i_rTitleBarBox.TopRight() ); in impl_paintBackground()
198 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopLeft(), i_rTitleBarBox.BottomLeft() ); in impl_paintBackground()
201 m_pPaintDevice->DrawLine( i_rTitleBarBox.BottomLeft(), i_rTitleBarBox.BottomRight() ); in impl_paintBackground()
202 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopRight(), i_rTitleBarBox.BottomRight() ); in impl_paintBackground()
H A Dtoolpaneldrawer.hxx91 void impl_paintBackground( const Rectangle& i_rTitleBarBox );

Completed in 11 milliseconds