Lines Matching refs:m_aTable
77 ,m_aTable (this, ModuleRes(LB_TABLE)) in OTableSelectionPage()
84 m_aTable.SetSelectHdl(LINK(this, OTableSelectionPage, OnListboxSelection)); in OTableSelectionPage()
85 m_aTable.SetDoubleClickHdl(LINK(this, OTableSelectionPage, OnListboxDoubleClicked)); in OTableSelectionPage()
107 if (0 == m_aTable.GetSelectEntryCount()) in canAdvance()
132 m_aTable.SetPosPixel(m_aDatasource.GetPosPixel()); in initializePage()
146 for ( sal_uInt16 nLookup = 0; nLookup < m_aTable.GetEntryCount(); ++nLookup ) in initializePage()
148 if ( m_aTable.GetEntry( nLookup ) == sLookup ) in initializePage()
149 … if ( reinterpret_cast< sal_IntPtr >( m_aTable.GetEntryData( nLookup ) ) == nCommandType ) in initializePage()
151 m_aTable.SelectEntryPos( nLookup ); in initializePage()
179 ::rtl::OUString sCommand = m_aTable.GetSelectEntry(); in commitPage()
180 …sal_Int32 nCommandType = reinterpret_cast< sal_IntPtr >( m_aTable.GetEntryData( m_aTable.GetSelect… in commitPage()
267 m_aTable.Clear(); in implFillTables()
372 bool bIsHiContrast = m_aTable.GetSettings().GetStyleSettings().GetHighContrastMode(); in implFillTables()
376 lcl_fillEntries( m_aTable, aTableNames, aTableImage, CommandType::TABLE ); in implFillTables()
377 lcl_fillEntries( m_aTable, aQueryNames, aQueryImage, CommandType::QUERY ); in implFillTables()