Home
last modified time | relevance | path

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

/AOO42X/main/chart2/source/controller/dialogs/
H A Dres_BarGeometry.cxx43 , 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()
59m_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()
[all …]
H A Dres_BarGeometry.hxx56 ListBox m_aLB_Geometry; member in chart::BarGeometryResources