Lines Matching refs:m_aBorder
49 ,m_aBorder( 3, 1, 3, 3 ) in TitledDockingWindow()
63 ,m_aBorder( 3, 1, 3, 3 ) in TitledDockingWindow()
156 Point( m_aBorder.Left(), m_nTitleBarHeight + m_aBorder.Top() ), in impl_layout()
158 aWindowSize.Width() - m_aBorder.Left() - m_aBorder.Right(), in impl_layout()
159 aWindowSize.Height() - m_aBorder.Top() - m_aBorder.Bottom() in impl_layout()
187 int nInnerLeft = nOuterLeft + m_aBorder.Left() - 1; in Paint()
189 int nInnerRight = nOuterRight - m_aBorder.Right() + 1; in Paint()
190 int nInnerTop = m_nTitleBarHeight + m_aBorder.Top() - 1; in Paint()
192 int nInnerBottom = nOuterBottom - m_aBorder.Bottom() + 1; in Paint()
213 if ( m_aBorder.Top() > 0 ) in Paint()
215 if ( m_aBorder.Left() > 0 ) in Paint()
219 if ( m_aBorder.Bottom() > 0 ) in Paint()
221 if ( m_aBorder.Right() > 0 ) in Paint()