Searched refs:aGridRect (Results 1 – 8 of 8) sorted by relevance
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleGridControlHeader.cxx | 239 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); 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() 250 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL ) ); 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()
|
H A D | AccessibleGridControlTable.cxx | 366 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent )); in implGetBoundingBox() local 368 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBox() 369 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBox() 370 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBox() 371 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBox() 378 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL )); in implGetBoundingBoxOnScreen() local 380 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBoxOnScreen() 381 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBoxOnScreen() 382 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBoxOnScreen() 383 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlHeaderCell.cxx | 146 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() local 153 …return Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), aCellRe… in implGetBoundingBox() 159 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL ) ); in implGetBoundingBoxOnScreen() local 166 …return Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), aCellRe… in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlTableCell.cxx | 361 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( pParent ); in implGetBoundingBox() local 364 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBox() 365 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBox() 372 Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( NULL ); in implGetBoundingBoxOnScreen() local 375 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBoxOnScreen() 376 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
|
Completed in 50 milliseconds