Searched refs:getCurrentColumn (Results 1 – 11 of 11) sorted by relevance
466 assertEquals( "wrong 'current column' (1)", 0, gridControl.getCurrentColumn() ); in testView()469 …ls( "wrong 'current column' (2)", dataModel.getColumnCount() - 1, gridControl.getCurrentColumn() ); in testView()476 columnCount - 2, gridControl.getCurrentColumn() ); in testView()
381 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn() function in toolkit::UnoGridControl384 return xGrid->getCurrentColumn(); in getCurrentColumn()
100 … virtual ::sal_Int32 SAL_CALL getCurrentColumn( ) throw (::com::sun::star::uno::RuntimeException);
203 virtual ColPos getCurrentColumn() const = 0;
127 … ( hitRow == m_rTableControl.getCurrentRow() ) && ( hitCol == m_rTableControl.getCurrentColumn() ); in RequestHelp()
290 virtual ColPos getCurrentColumn() const;
200 return m_pImpl->getCurrentColumn(); in GetCurrentColumn()
1465 bool isActiveColumn = ( aCell.getColumn() == getCurrentColumn() ); in doPaintContent()2024 RowPos TableControl_Impl::getCurrentColumn() const in getCurrentColumn() function in svt::table::TableControl_Impl
87 … virtual ::sal_Int32 SAL_CALL getCurrentColumn( ) throw (::com::sun::star::uno::RuntimeException);
143 sal_Int32 SAL_CALL SVTXGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn() function in SVTXGridControl
71 long getCurrentColumn();
Completed in 58 milliseconds