Searched refs:calcHeaderCellRect (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/accessibility/source/extended/ |
H A D | AccessibleGridControlHeaderCell.cxx | 150 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()
|
/aoo4110/main/svtools/source/table/ |
H A D | tablecontrol.cxx | 657 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 D | tablecontrol_impl.hxx | 316 Rectangle calcHeaderCellRect( bool bColHeader, sal_Int32 nPos );
|
H A D | tablecontrol_impl.cxx | 2663 Rectangle TableControl_Impl::calcHeaderCellRect( bool bColHeader, sal_Int32 nPos ) in calcHeaderCellRect() function in svt::table::TableControl_Impl
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | accessibletable.hxx | 110 virtual Rectangle calcHeaderCellRect( sal_Bool _bColHeader, sal_Int32 _nPos ) = 0;
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablecontrol.hxx | 192 virtual Rectangle calcHeaderCellRect( sal_Bool _bIsColumnBar, sal_Int32 nPos);
|
Completed in 56 milliseconds