Home
last modified time | relevance | path

Searched refs:ROW_COL_HEADERS (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/table/
H A Dmousefunction.cxx71 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove()
121 if ( tableCell.nRow == ROW_COL_HEADERS ) in handleMouseDown()
267 if ( ( tableCell.nRow != ROW_COL_HEADERS ) || ( tableCell.nColumn < 0 ) ) in handleMouseDown()
283 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.nColumn == m_nActiveColumn ) ) in handleMouseUp()
H A Dtablegeometry.cxx47 if ( m_nRowPos == ROW_COL_HEADERS ) in TableRowGeometry()
79 if ( m_nRowPos == ROW_COL_HEADERS ) in moveDown()
H A Dtablecontrol_impl.cxx1448 aAllCellsWithHeaders.BottomRight() ), ROW_COL_HEADERS ); in doPaintContent()
1492 aAllCellsWithHeaders.BottomRight() ), COL_ROW_HEADERS, ROW_COL_HEADERS ); in doPaintContent()
2540 return ROW_COL_HEADERS; in impl_getRowForAbscissa()
2669 bColHeader ? ROW_COL_HEADERS : nPos in calcHeaderCellRect()
2791 if ( newRow == ROW_COL_HEADERS ) in SetCursorAtPoint()
H A Dtabledatawindow.cxx113 if ( hitRow == ROW_COL_HEADERS ) in RequestHelp()
/trunk/main/svtools/inc/svtools/table/
H A Dtabletypes.hxx54 #define ROW_COL_HEADERS ((::svt::table::RowPos)-1) macro

Completed in 34 milliseconds