Home
last modified time | relevance | path

Searched refs:aOffsetRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx366 Rectangle aOffsetRect = GetOffsetPixel( rCellPos, pEntry->aCellRange ); in GetCellPosition() local
367 rCellRect = Rectangle( aOffsetRect.Left() + pEntry->aPixelRect.Left(), in GetCellPosition()
368 aOffsetRect.Top() + pEntry->aPixelRect.Top(), in GetCellPosition()
369 aOffsetRect.Right() + pEntry->aPixelRect.Left(), in GetCellPosition()
370 aOffsetRect.Bottom() + pEntry->aPixelRect.Top() ); in GetCellPosition()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx1152 ::Rectangle aOffsetRect; in implts_setOffset()
1153 setZeroRectangle( aOffsetRect ); in implts_setOffset()
1154 aOffsetRect.setHeight( nBottomOffset ); in implts_setOffset()
1159 m_pToolbarManager->setDockingAreaOffsets( aOffsetRect ); in implts_setOffset()

Completed in 22 milliseconds