Lines Matching refs:TableControl

56     TableControl::TableControl( Window* _pParent, WinBits _nStyle )  in TableControl()  function in svt::table::TableControl
61 rDataWindow.SetSelectHdl( LINK( this, TableControl, ImplSelectHdl ) ); in TableControl()
72 TableControl::~TableControl() in ~TableControl()
82 void TableControl::GetFocus() in GetFocus()
89 void TableControl::LoseFocus() in LoseFocus()
96 void TableControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
125 void TableControl::StateChanged( StateChangedType i_nStateChange ) in StateChanged()
160 void TableControl::Resize() in Resize()
167 void TableControl::SetModel( PTableModel _pModel ) in SetModel()
173 PTableModel TableControl::GetModel() const in GetModel()
179 RowPos TableControl::GetTopRow() const in GetTopRow()
185 void TableControl::SetTopRow( RowPos _nRow ) in SetTopRow()
192 sal_Int32 TableControl::GetCurrentRow() const in GetCurrentRow()
198 sal_Int32 TableControl::GetCurrentColumn() const in GetCurrentColumn()
204 bool TableControl::GoTo( ColPos _nColumn, RowPos _nRow ) in GoTo()
210 sal_Bool TableControl::GoToCell(sal_Int32 _nColPos, sal_Int32 _nRowPos) in GoToCell()
216 sal_Int32 TableControl::GetSelectedRowCount() const in GetSelectedRowCount()
222 sal_Int32 TableControl::GetSelectedRowIndex( sal_Int32 const i_selectionIndex ) const in GetSelectedRowIndex()
228 bool TableControl::IsRowSelected( sal_Int32 const i_rowIndex ) const in IsRowSelected()
234 void TableControl::SelectRow( RowPos const i_rowIndex, bool const i_select ) in SelectRow()
255 void TableControl::SelectAllRows( bool const i_select ) in SelectAllRows()
277 ITableControl& TableControl::getTableControlInterface() in getTableControlInterface()
283 SelectionEngine* TableControl::getSelEngine() in getSelEngine()
289 Window& TableControl::getDataWindow() in getDataWindow()
295 Reference< XAccessible > TableControl::CreateAccessible() in CreateAccessible()
304 Reference<XAccessible> TableControl::CreateAccessibleControl( sal_Int32 _nIndex ) in CreateAccessibleControl()
312 …::rtl::OUString TableControl::GetAccessibleObjectName( AccessibleTableControlObjType eObjType, sal… in GetAccessibleObjectName()
358 …::rtl::OUString TableControl::GetAccessibleObjectDescription( AccessibleTableControlObjType eObjTy… in GetAccessibleObjectDescription()
399 ::rtl::OUString TableControl::GetRowDescription( sal_Int32 _nRow) const in GetRowDescription()
406 ::rtl::OUString TableControl::GetRowName( sal_Int32 _nIndex) const in GetRowName()
414 ::rtl::OUString TableControl::GetColumnDescription( sal_uInt16 _nColumn) const in GetColumnDescription()
421 ::rtl::OUString TableControl::GetColumnName( sal_Int32 _nIndex) const in GetColumnName()
427 …::com::sun::star::uno::Any TableControl::GetCellContent( sal_Int32 _nRowPos, sal_Int32 _nColPos ) … in GetCellContent()
435 … ::rtl::OUString TableControl::GetAccessibleCellText( sal_Int32 _nRowPos, sal_Int32 _nColPos) const in GetAccessibleCellText()
441 void TableControl::FillAccessibleStateSet( in FillAccessibleStateSet()
512 …void TableControl::commitCellEventIfAccessibleAlive( sal_Int16 const i_eventID, const Any& i_newVa… in commitCellEventIfAccessibleAlive()
519 …void TableControl::commitTableEventIfAccessibleAlive( sal_Int16 const i_eventID, const Any& i_newV… in commitTableEventIfAccessibleAlive()
526 Rectangle TableControl::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()
532 void TableControl::GrabFocus() in GrabFocus()
538 Reference< XAccessible > TableControl::GetAccessible( sal_Bool bCreate ) in GetAccessible()
544 Window* TableControl::GetAccessibleParentWindow() const in GetAccessibleParentWindow()
550 Window* TableControl::GetWindowInstance() in GetWindowInstance()
556 sal_Bool TableControl::HasRowHeader() in HasRowHeader()
562 sal_Bool TableControl::HasColHeader() in HasColHeader()
568 sal_Int32 TableControl::GetAccessibleControlCount() const in GetAccessibleControlCount()
580 sal_Bool TableControl::ConvertPointToControlIndex( sal_Int32& _rnIndex, const Point& _rPoint ) in ConvertPointToControlIndex()
589 long TableControl::GetRowCount() const in GetRowCount()
595 long TableControl::GetColumnCount() const in GetColumnCount()
601 sal_Bool TableControl::HasRowHeader() const in HasRowHeader()
607 …sal_Bool TableControl::ConvertPointToCellAddress( sal_Int32& _rnRow, sal_Int32& _rnColPos, const P… in ConvertPointToCellAddress()
615 …void TableControl::FillAccessibleStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal… in FillAccessibleStateSetForCell()
634 …Rectangle TableControl::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nI… in GetFieldCharacterBounds()
642 …sal_Int32 TableControl::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _r… in GetFieldIndexAtPoint()
650 Rectangle TableControl::calcHeaderRect(sal_Bool _bIsColumnBar,sal_Bool _bOnScreen) in calcHeaderRect()
657 Rectangle TableControl::calcHeaderCellRect( sal_Bool _bIsColumnBar, sal_Int32 nPos ) in calcHeaderCellRect()
663 Rectangle TableControl::calcTableRect(sal_Bool _bOnScreen) in calcTableRect()
670 Rectangle TableControl::calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos ) in calcCellRect()
675 IMPL_LINK( TableControl, ImplSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument
682 void TableControl::Select() in Select()
697 void TableControl::SetSelectHdl( const Link& i_selectHandler ) in SetSelectHdl()
703 const Link& TableControl::GetSelectHdl() const in GetSelectHdl()