Home
last modified time | relevance | path

Searched refs:getCurrentColumn (Results 1 – 11 of 11) sorted by relevance

/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java466 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()
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx381 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn() function in toolkit::UnoGridControl
384 return xGrid->getCurrentColumn(); in getCurrentColumn()
H A Dgridcontrol.hxx100 … virtual ::sal_Int32 SAL_CALL getCurrentColumn( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx203 virtual ColPos getCurrentColumn() const = 0;
/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx127 … ( hitRow == m_rTableControl.getCurrentRow() ) && ( hitCol == m_rTableControl.getCurrentColumn() ); in RequestHelp()
H A Dtablecontrol_impl.hxx290 virtual ColPos getCurrentColumn() const;
H A Dtablecontrol.cxx200 return m_pImpl->getCurrentColumn(); in GetCurrentColumn()
H A Dtablecontrol_impl.cxx1465 bool isActiveColumn = ( aCell.getColumn() == getCurrentColumn() ); in doPaintContent()
2024 RowPos TableControl_Impl::getCurrentColumn() const in getCurrentColumn() function in svt::table::TableControl_Impl
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx87 … virtual ::sal_Int32 SAL_CALL getCurrentColumn( ) throw (::com::sun::star::uno::RuntimeException);
H A Dsvtxgridcontrol.cxx143 sal_Int32 SAL_CALL SVTXGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn() function in SVTXGridControl
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl71 long getCurrentColumn();

Completed in 74 milliseconds