Searched refs:aHeaderRect (Results 1 – 4 of 4) sorted by relevance
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleGridControlHeader.cxx | 240 Rectangle aHeaderRect (m_aTable.calcHeaderRect(isColumnBar())); in implGetBoundingBox() local 242 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBox() 244 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBox() 251 Rectangle aHeaderRect (m_aTable.calcHeaderRect(isColumnBar())); in implGetBoundingBoxOnScreen() local 253 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBoxOnScreen() 255 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBoxOnScreen()
|
/trunk/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 529 Rectangle aHeaderRect, aRepeatRect, aMainRect; in GetTableInfo() local 576 aHeaderRect.Left() = pEntry->aPixelRect.Left(); in GetTableInfo() 577 aHeaderRect.Right() = pEntry->aPixelRect.Right(); in GetTableInfo() 583 aHeaderRect.Top() = pEntry->aPixelRect.Top(); in GetTableInfo() 584 aHeaderRect.Bottom() = pEntry->aPixelRect.Bottom(); in GetTableInfo() 612 pColInfo[nColPos].Set( sal_True, 0, aHeaderRect.Left(), aHeaderRect.Right() ); in GetTableInfo() 677 pRowInfo[nRowPos].Set( sal_True, 0, aHeaderRect.Top(), aHeaderRect.Bottom() ); in GetTableInfo()
|
H A D | printfun.cxx | 1886 Rectangle aHeaderRect( aBorderStart, aBorderSize ); in PrintHF() local 1887 pLocationData->AddHeaderFooter( aHeaderRect, bHeader, bLeft ); in PrintHF()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 2665 Rectangle const aHeaderRect = calcHeaderRect( bColHeader ); in calcHeaderCellRect() local 2667 *this, aHeaderRect, in calcHeaderCellRect()
|
Completed in 32 milliseconds