Searched refs:aOffsetRect (Results 1 – 2 of 2) sorted by relevance
366 Rectangle aOffsetRect = GetOffsetPixel( rCellPos, pEntry->aCellRange ); in GetCellPosition() local367 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()
1152 ::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 92 milliseconds