Lines Matching refs:TableControl_Impl
246 DBG_NAME( TableControl_Impl )
255 const TableControl_Impl& m_rTable;
259 SuspendInvariants( const TableControl_Impl& _rTable, sal_Int32 _nSuspendFlags ) in SuspendInvariants()
265 const_cast< TableControl_Impl& >( m_rTable ).m_nRequiredInvariants &= ~m_nSuspendFlags; in SuspendInvariants()
269 const_cast< TableControl_Impl& >( m_rTable ).m_nRequiredInvariants |= m_nSuspendFlags; in ~SuspendInvariants()
282 return static_cast< const TableControl_Impl* >( _pInstance )->impl_checkInvariants(); in TableControl_Impl_checkInvariants()
306 const sal_Char* TableControl_Impl::impl_checkInvariants() const in impl_checkInvariants()
435 DBG_CHKTHIS( TableControl_Impl, TableControl_Impl_checkInvariants )
438 TableControl_Impl::TableControl_Impl( TableControl& _rAntiImpl ) in TableControl_Impl() function in svt::table::TableControl_Impl
467 DBG_CTOR( TableControl_Impl, TableControl_Impl_checkInvariants ); in TableControl_Impl()
475 TableControl_Impl::~TableControl_Impl() in ~TableControl_Impl()
477 DBG_DTOR( TableControl_Impl, TableControl_Impl_checkInvariants ); in ~TableControl_Impl()
487 void TableControl_Impl::setModel( PTableModel _pModel ) in setModel()
538 void TableControl_Impl::rowsInserted( RowPos i_first, RowPos i_last ) in rowsInserted()
576 void TableControl_Impl::rowsRemoved( RowPos i_first, RowPos i_last ) in rowsRemoved()
652 void TableControl_Impl::columnInserted( ColPos const i_colIndex ) in columnInserted()
663 void TableControl_Impl::columnRemoved( ColPos const i_colIndex ) in columnRemoved()
684 void TableControl_Impl::allColumnsRemoved() in allColumnsRemoved()
693 …void TableControl_Impl::cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_fi… in cellsUpdated()
702 void TableControl_Impl::tableMetricsChanged() in tableMetricsChanged()
710 void TableControl_Impl::impl_invalidateColumn( ColPos const i_column ) in impl_invalidateColumn()
722 …void TableControl_Impl::columnChanged( ColPos const i_column, ColumnAttributeGroup const i_attribu… in columnChanged()
747 Rectangle TableControl_Impl::impl_getAllVisibleCellsArea() const in impl_getAllVisibleCellsArea()
785 Rectangle TableControl_Impl::impl_getAllVisibleDataCellArea() const in impl_getAllVisibleDataCellArea()
796 void TableControl_Impl::impl_ni_updateCachedTableMetrics() in impl_ni_updateCachedTableMetrics()
810 void TableControl_Impl::impl_ni_updateCachedModelValues() in impl_ni_updateCachedModelValues()
916 const TableControl_Impl& _rControl, bool _bAcceptPartialRow ) in lcl_getColumnsVisibleWithin()
936 …long TableControl_Impl::impl_ni_calculateColumnWidths( ColPos const i_assumeInflexibleColumnsUpToI… in impl_ni_calculateColumnWidths()
1189 void TableControl_Impl::impl_ni_relayout( ColPos const i_assumeInflexibleColumnsUpToIncluding ) in impl_ni_relayout()
1323 void TableControl_Impl::impl_ni_positionChildWindows( Rectangle const & i_dataCellPlayground, in impl_ni_positionChildWindows()
1339 LINK( this, TableControl_Impl, OnScroll ) // scroll handler in impl_ni_positionChildWindows()
1364 LINK( this, TableControl_Impl, OnScroll ) // scroll handler in impl_ni_positionChildWindows()
1416 void TableControl_Impl::onResize() in onResize()
1425 void TableControl_Impl::doPaintContent( const Rectangle& _rUpdateRect ) in doPaintContent()
1549 void TableControl_Impl::hideCursor() in hideCursor()
1558 void TableControl_Impl::showCursor() in showCursor()
1568 bool TableControl_Impl::dispatchAction( TableControlAction _eAction ) in dispatchAction()
1942 void TableControl_Impl::impl_ni_doSwitchCursor( bool _bShow ) in impl_ni_doSwitchCursor()
1957 …void TableControl_Impl::impl_getCellRect( ColPos _nColumn, RowPos _nRow, Rectangle& _rCellRect ) c… in impl_getCellRect()
1975 RowPos TableControl_Impl::getRowAtPoint( const Point& rPoint ) const in getRowAtPoint()
1982 ColPos TableControl_Impl::getColAtPoint( const Point& rPoint ) const in getColAtPoint()
1989 TableCell TableControl_Impl::hitTest( Point const & i_point ) const in hitTest()
2008 ColumnMetrics TableControl_Impl::getColumnMetrics( ColPos const i_column ) const in getColumnMetrics()
2018 PTableModel TableControl_Impl::getModel() const in getModel()
2024 RowPos TableControl_Impl::getCurrentColumn() const in getCurrentColumn()
2030 RowPos TableControl_Impl::getCurrentRow() const in getCurrentRow()
2036 ::Size TableControl_Impl::getTableSizePixel() const in getTableSizePixel()
2042 void TableControl_Impl::setPointer( Pointer const & i_pointer ) in setPointer()
2049 void TableControl_Impl::captureMouse() in captureMouse()
2055 void TableControl_Impl::releaseMouse() in releaseMouse()
2061 void TableControl_Impl::invalidate( TableArea const i_what ) in invalidate()
2085 long TableControl_Impl::pixelWidthToAppFont( long const i_pixels ) const in pixelWidthToAppFont()
2091 long TableControl_Impl::appFontWidthToPixel( long const i_appFontUnits ) const in appFontWidthToPixel()
2097 void TableControl_Impl::hideTracking() in hideTracking()
2103 void TableControl_Impl::showTracking( Rectangle const & i_location, sal_uInt16 const i_flags ) in showTracking()
2109 bool TableControl_Impl::activateCell( ColPos const i_col, RowPos const i_row ) in activateCell()
2116 void TableControl_Impl::invalidateSelectedRegion( RowPos _nPrevRow, RowPos _nCurRow ) in invalidateSelectedRegion()
2155 void TableControl_Impl::invalidateSelectedRows() in invalidateSelectedRows()
2167 void TableControl_Impl::invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow ) in invalidateRowRange()
2191 void TableControl_Impl::checkCursorPosition() in checkCursorPosition()
2223 TableSize TableControl_Impl::impl_getVisibleRows( bool _bAcceptPartialRow ) const in impl_getVisibleRows()
2237 TableSize TableControl_Impl::impl_getVisibleColumns( bool _bAcceptPartialCol ) const in impl_getVisibleColumns()
2252 bool TableControl_Impl::goTo( ColPos _nColumn, RowPos _nRow ) in goTo()
2276 …void TableControl_Impl::ensureVisible( ColPos _nColumn, RowPos _nRow, bool _bAcceptPartialVisibili… in ensureVisible()
2309 …::rtl::OUString TableControl_Impl::getCellContentAsString( RowPos const i_row, ColPos const i_col ) in getCellContentAsString()
2321 TableSize TableControl_Impl::impl_ni_ScrollRows( TableSize _nRowDelta ) in impl_ni_ScrollRows()
2374 m_rAntiImpl.PostUserEvent( LINK( this, TableControl_Impl, OnUpdateScrollbars ) ); in impl_ni_ScrollRows()
2380 TableSize TableControl_Impl::impl_scrollRows( TableSize const i_rowDelta ) in impl_scrollRows()
2387 TableSize TableControl_Impl::impl_ni_ScrollColumns( TableSize _nColumnDelta ) in impl_ni_ScrollColumns()
2448 m_rAntiImpl.PostUserEvent( LINK( this, TableControl_Impl, OnUpdateScrollbars ) ); in impl_ni_ScrollColumns()
2454 TableSize TableControl_Impl::impl_scrollColumns( TableSize const i_columnDelta ) in impl_scrollColumns()
2461 SelectionEngine* TableControl_Impl::getSelEngine() in getSelEngine()
2467 ScrollBar* TableControl_Impl::getHorzScrollbar() in getHorzScrollbar()
2473 ScrollBar* TableControl_Impl::getVertScrollbar() in getVertScrollbar()
2479 bool TableControl_Impl::isRowSelected( RowPos i_row ) const in isRowSelected()
2485 RowPos TableControl_Impl::getSelectedRowIndex( size_t const i_selectionIndex ) const in getSelectedRowIndex()
2493 …int TableControl_Impl::getRowSelectedNumber(const ::std::vector<RowPos>& selectedRows, RowPos curr… in getRowSelectedNumber()
2504 ColPos TableControl_Impl::impl_getColumnForOrdinate( long const i_ordinate ) const in impl_getColumnForOrdinate()
2532 RowPos TableControl_Impl::impl_getRowForAbscissa( long const i_abscissa ) const in impl_getRowForAbscissa()
2548 bool TableControl_Impl::markRowAsDeselected( RowPos const i_rowIndex ) in markRowAsDeselected()
2561 bool TableControl_Impl::markRowAsSelected( RowPos const i_rowIndex ) in markRowAsSelected()
2593 bool TableControl_Impl::markAllRowsAsDeselected() in markAllRowsAsDeselected()
2603 bool TableControl_Impl::markAllRowsAsSelected() in markAllRowsAsSelected()
2630 …void TableControl_Impl::commitAccessibleEvent( sal_Int16 const i_eventID, const Any& i_newValue, c… in commitAccessibleEvent()
2636 …void TableControl_Impl::commitCellEvent( sal_Int16 const i_eventID, const Any& i_newValue, const A… in commitCellEvent()
2644 …void TableControl_Impl::commitTableEvent( sal_Int16 const i_eventID, const Any& i_newValue, const … in commitTableEvent()
2652 Rectangle TableControl_Impl::calcHeaderRect(bool bColHeader) in calcHeaderRect()
2663 Rectangle TableControl_Impl::calcHeaderCellRect( bool bColHeader, sal_Int32 nPos ) in calcHeaderCellRect()
2675 Rectangle TableControl_Impl::calcTableRect() in calcTableRect()
2681 Rectangle TableControl_Impl::calcCellRect( sal_Int32 nRow, sal_Int32 nCol ) in calcCellRect()
2689 IMPL_LINK( TableControl_Impl, OnUpdateScrollbars, void*, /**/ )
2699 IMPL_LINK( TableControl_Impl, OnScroll, ScrollBar*, _pScrollbar ) in IMPL_LINK() argument
2713 Reference< XAccessible > TableControl_Impl::getAccessible( Window& i_parentWindow ) in getAccessible()
2734 void TableControl_Impl::disposeAccessible() in disposeAccessible()
2742 bool TableControl_Impl::impl_isAccessibleAlive() const in impl_isAccessibleAlive()
2749 …void TableControl_Impl::impl_commitAccessibleEvent( sal_Int16 const i_eventID, Any const & i_newVa… in impl_commitAccessibleEvent()
2760 TableFunctionSet::TableFunctionSet(TableControl_Impl* _pTableControl) in TableFunctionSet()