Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlHeaderCell.cxx150 aCellRect = m_aTable.calcHeaderCellRect(true, nIndex); in implGetBoundingBox()
152 aCellRect = m_aTable.calcHeaderCellRect(false, nIndex); in implGetBoundingBox()
163 aCellRect = m_aTable.calcHeaderCellRect(true, nIndex); in implGetBoundingBoxOnScreen()
165 aCellRect = m_aTable.calcHeaderCellRect(false, nIndex); in implGetBoundingBoxOnScreen()
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx657 Rectangle TableControl::calcHeaderCellRect( sal_Bool _bIsColumnBar, sal_Int32 nPos ) in calcHeaderCellRect() function in svt::table::TableControl
659 return m_pImpl->calcHeaderCellRect( _bIsColumnBar, nPos ); in calcHeaderCellRect()
H A Dtablecontrol_impl.hxx316 Rectangle calcHeaderCellRect( bool bColHeader, sal_Int32 nPos );
H A Dtablecontrol_impl.cxx2663 Rectangle TableControl_Impl::calcHeaderCellRect( bool bColHeader, sal_Int32 nPos ) in calcHeaderCellRect() function in svt::table::TableControl_Impl
/trunk/main/svtools/inc/svtools/
H A Daccessibletable.hxx110 virtual Rectangle calcHeaderCellRect( sal_Bool _bColHeader, sal_Int32 _nPos ) = 0;
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx192 virtual Rectangle calcHeaderCellRect( sal_Bool _bIsColumnBar, sal_Int32 nPos);

Completed in 35 milliseconds