Lines Matching refs:m_aLB_Geometry
43 , m_aLB_Geometry( pWindow, SchResId( LB_BAR_GEOMETRY ) ) in BarGeometryResources()
47 m_aLB_Geometry.SetAccessibleName(m_aFT_Geometry.GetText()); in BarGeometryResources()
48 m_aLB_Geometry.SetAccessibleRelationLabeledBy(&m_aFT_Geometry); in BarGeometryResources()
59 …m_aLB_Geometry.SetPosPixel( Point( rPosition.X()+aDistanceSize.Width(), rPosition.Y()+m_aFT_Geomet… in SetPosPixel()
63 long nHeight = m_aLB_Geometry.GetPosPixel().Y() in GetSizePixel()
65 nHeight += m_aLB_Geometry.GetSizePixel().Height(); in GetSizePixel()
67 long nWidth = m_aLB_Geometry.GetSizePixel().Width(); in GetSizePixel()
79 m_aLB_Geometry.SetSelectHdl( rLink ); in SetSelectHdl()
85 m_aLB_Geometry.Show( bShow ); in Show()
90 m_aLB_Geometry.Enable( bEnable ); in Enable()
95 return m_aLB_Geometry.GetSelectEntryCount(); in GetSelectEntryCount()
99 return m_aLB_Geometry.GetSelectEntryPos(); in GetSelectEntryPos()
103 if( nPos < m_aLB_Geometry.GetEntryCount() ) in SelectEntryPos()
104 m_aLB_Geometry.SelectEntryPos( nPos ); in SelectEntryPos()