/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/source/extended/ |
H A D | AccessibleGridControlHeader.cxx | 190 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() local 193 … return tools::Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBox() 195 … return tools::Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBox() 201 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( nullptr ) ); in implGetBoundingBoxOnScreen() local 204 … return tools::Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBoxOnScreen() 206 … return tools::Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlHeaderCell.cxx | 132 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() local 139 …return tools::Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), … in implGetBoundingBox() 145 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( nullptr ) ); in implGetBoundingBoxOnScreen() local 152 …return tools::Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), … in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlTable.cxx | 303 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent )); in implGetBoundingBox() local 305 tools::Long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBox() 306 tools::Long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBox() 307 tools::Long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBox() 308 tools::Long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBox() 315 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( nullptr )); in implGetBoundingBoxOnScreen() local 317 tools::Long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBoxOnScreen() 318 tools::Long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBoxOnScreen() 319 tools::Long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBoxOnScreen() 320 tools::Long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlTableCell.cxx | 332 tools::Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( pParent ); in implGetBoundingBox() local 335 tools::Long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBox() 336 tools::Long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBox() 343 tools::Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( nullptr ); in implGetBoundingBoxOnScreen() local 346 tools::Long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBoxOnScreen() 347 tools::Long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBoxOnScreen()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/source/extended/ |
H A D | AccessibleGridControlHeader.cxx | 192 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() local 195 … return tools::Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBox() 197 … return tools::Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBox() 203 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( nullptr ) ); in implGetBoundingBoxOnScreen() local 206 … return tools::Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBoxOnScreen() 208 … return tools::Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlHeaderCell.cxx | 132 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() local 139 …return tools::Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), … in implGetBoundingBox() 145 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( nullptr ) ); in implGetBoundingBoxOnScreen() local 152 …return tools::Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), … in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlTable.cxx | 308 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent )); in implGetBoundingBox() local 310 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBox() 311 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBox() 312 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBox() 313 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBox() 320 tools::Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( nullptr )); in implGetBoundingBoxOnScreen() local 322 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBoxOnScreen() 323 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBoxOnScreen() 324 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBoxOnScreen() 325 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBoxOnScreen()
|
H A D | AccessibleGridControlTableCell.cxx | 328 tools::Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( pParent ); in implGetBoundingBox() local 331 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBox() 332 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBox() 339 tools::Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( nullptr ); in implGetBoundingBoxOnScreen() local 342 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBoxOnScreen() 343 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBoxOnScreen()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/ |
H A D | ivctrl.hxx | 74 tools::Rectangle aGridRect; // Only valid in Grid-mode member in SvxIconChoiceCtrlEntry
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/ |
H A D | imivctl1.cxx | 1486 pEntry->aGridRect.TopLeft() - pEntry->aRect.TopLeft() ); in SetEntryPos() 1491 pEntry->aGridRect.SetPos( rPos + aGridOffs ); in SetEntryPos() 1761 tools::Rectangle aGridRect( rPos, Size(nGridDX, nGridDY) ); in SetBoundingRect_Impl() local 1762 pEntry->aGridRect = aGridRect; in SetBoundingRect_Impl() 2110 aBoundRect = pEntry->aGridRect; in CalcMaxTextRect() 2173 pEntry->aRect = pEntry->aGridRect; in Center() 2178 tools::Long nBorder = pEntry->aGridRect.GetWidth() - aSize.Width(); in Center()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/ |
H A D | imivctl1.cxx | 1554 pEntry->aGridRect.TopLeft() - pEntry->aRect.TopLeft() ); in SetEntryPos() 1559 pEntry->aGridRect.SetPos( rPos + aGridOffs ); in SetEntryPos() 1829 tools::Rectangle aGridRect( rPos, Size(nGridDX, nGridDY) ); in SetBoundingRect_Impl() local 1830 pEntry->aGridRect = aGridRect; in SetBoundingRect_Impl() 2187 aBoundRect = pEntry->aGridRect; in CalcMaxTextRect() 2250 pEntry->aRect = pEntry->aGridRect; in Center() 2255 long nBorder = pEntry->aGridRect.GetWidth() - aSize.Width(); in Center()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | ivctrl.hxx | 73 tools::Rectangle aGridRect; // Only valid in Grid-mode member in SvxIconChoiceCtrlEntry
|