Home
last modified time | relevance | path

Searched refs:calcCellRect (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/svtools/source/table/
H A Dtablecontrol.cxx670 Rectangle TableControl::calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos ) in calcCellRect() function in svt::table::TableControl
672 return m_pImpl->calcCellRect( _nRowPos, _nColPos ); in calcCellRect()
H A Dtablecontrol_impl.hxx318 Rectangle calcCellRect( sal_Int32 nRow, sal_Int32 nCol );
H A Dtablecontrol_impl.cxx2681 Rectangle TableControl_Impl::calcCellRect( sal_Int32 nRow, sal_Int32 nCol ) in calcCellRect() function in svt::table::TableControl_Impl
/aoo41x/main/accessibility/source/extended/
H A DAccessibleGridControlTableCell.cxx363 …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()
/aoo41x/main/svtools/inc/svtools/
H A Daccessibletable.hxx112 virtual Rectangle calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos ) = 0;
/aoo41x/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx194 virtual Rectangle calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos );

Completed in 54 milliseconds