Searched refs:aGridRect (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/accessibility/source/extended/ |
| H A D | AccessibleGridControlHeader.cxx | 222 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() local 225 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBox() 227 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBox() 233 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL ) ); in implGetBoundingBoxOnScreen() local 236 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBoxOnScreen() 238 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBoxOnScreen()
|
| H A D | AccessibleGridControlTable.cxx | 342 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent )); in implGetBoundingBox() local 344 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBox() 345 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBox() 346 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBox() 347 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBox() 354 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL )); in implGetBoundingBoxOnScreen() local 356 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBoxOnScreen() 357 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBoxOnScreen() 358 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBoxOnScreen() 359 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBoxOnScreen()
|
| H A D | AccessibleGridControlHeaderCell.cxx | 141 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() local 148 …return Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), aCellRe… in implGetBoundingBox() 154 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL ) ); in implGetBoundingBoxOnScreen() local 161 …return Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), aCellRe… in implGetBoundingBoxOnScreen()
|
| H A D | AccessibleGridControlTableCell.cxx | 355 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( pParent ); in implGetBoundingBox() local 358 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBox() 359 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBox() 366 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( NULL ); in implGetBoundingBoxOnScreen() local 369 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBoxOnScreen() 370 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBoxOnScreen()
|
| /trunk/main/svtools/source/contnr/ |
| H A D | svimpicn.cxx | 2143 Point aGridOffs = pViewData->aGridRect.TopLeft() - in SetEntryPosition() 2149 pViewData->aGridRect.SetPos( rPos + aGridOffs ); in SetEntryPosition() 2562 Rectangle aGridRect( aPos, Size(nGridDX, nGridDY) ); in FindBoundingRect() local 2563 pViewData->aGridRect = aGridRect; in FindBoundingRect() 3672 Rectangle aRect = pViewData->aGridRect; in CalcMaxTextRect() 3699 pViewData->aRect = pViewData->aGridRect; in Center() 3701 long nBorder = pViewData->aGridRect.GetWidth() - aSize.Width(); in Center()
|
| H A D | imivctl1.cxx | 2071 pEntry->aGridRect.TopLeft() - pEntry->aRect.TopLeft() ); in SetEntryPos() 2077 pEntry->aGridRect.SetPos( rPos + aGridOffs ); in SetEntryPos() 2484 Rectangle aGridRect( rPos, Size(nGridDX, nGridDY) ); in SetBoundingRect_Impl() local 2485 pEntry->aGridRect = aGridRect; in SetBoundingRect_Impl() 3042 aBoundRect = pEntry->aGridRect; in CalcMaxTextRect() 3102 pEntry->aRect = pEntry->aGridRect; in Center() 3107 long nBorder = pEntry->aGridRect.GetWidth() - aSize.Width(); in Center()
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svicnvw.hxx | 66 Rectangle aGridRect; // gesetzt im Grid-Modus member in SvIcnVwDataEntry
|
| H A D | ivctrl.hxx | 83 Rectangle aGridRect; // nur gesetzt im Grid-Modus member in SvxIconChoiceCtrlEntry
|