Home
last modified time | relevance | path

Searched refs:getTableControlInterface (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint()
138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint()
632 pTable->getTableControlInterface().invalidate( TableAreaColumnHeaders ); in dataChanged()
645 pTable->getTableControlInterface().invalidate( TableAreaRowHeaders ); in rowHeadingChanged()
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx97 getTableControlInterface();
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx277 ITableControl& TableControl::getTableControlInterface() in getTableControlInterface() function in svt::table::TableControl
/trunk/main/automation/source/server/
H A Dstatemnt.cxx6257 …while ( ( nLastPos = pTC->getTableControlInterface().hitTest( aPos ).nRow ) != nNr1-1 && nStep > 0… in Execute()
6265 … if ( pTC->getTableControlInterface().hitTest( aPos ).nRow == nNr1-1 ) in Execute()

Completed in 70 milliseconds