Searched refs:calcCellRect (Results 1 – 6 of 6) sorted by relevance
670 Rectangle TableControl::calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos ) in calcCellRect() function in svt::table::TableControl672 return m_pImpl->calcCellRect( _nRowPos, _nColPos ); in calcCellRect()
318 Rectangle calcCellRect( sal_Int32 nRow, sal_Int32 nCol );
2681 Rectangle TableControl_Impl::calcCellRect( sal_Int32 nRow, sal_Int32 nCol ) in calcCellRect() function in svt::table::TableControl_Impl
363 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBox()374 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBoxOnScreen()
112 virtual Rectangle calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos ) = 0;
194 virtual Rectangle calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos );
Completed in 99 milliseconds