/aoo42x/main/embeddedobj/test/Container1/ |
H A D | WindowHelper.java | 94 aDescriptor.Bounds = new com.sun.star.awt.Rectangle( (int)aBounds.getX(), in createWindow() 95 (int)aBounds.getY(), in createWindow() 96 (int)aBounds.getWidth(), in createWindow() 97 (int)aBounds.getHeight() ); in createWindow() 100 + "; y = " + (int)aBounds.getY() in createWindow() 101 + "; width = " + (int)aBounds.getWidth() in createWindow() 102 + "; height = " + (int)aBounds.getHeight() ); in createWindow() 116 xWindow.setPosSize( (int)aBounds.getX(), in createWindow() 117 (int)aBounds.getY(), in createWindow() 118 (int)aBounds.getWidth(), in createWindow() [all …]
|
/aoo42x/main/comphelper/source/misc/ |
H A D | accessiblecomponenthelper.cxx | 64 Rectangle aBounds( implGetBounds() ); in containsPoint() local 67 && ( _rPoint.X < aBounds.Width ) in containsPoint() 68 && ( _rPoint.Y < aBounds.Height ); in containsPoint() 75 Rectangle aBounds( implGetBounds() ); in getLocation() local 76 return Point( aBounds.X, aBounds.Y ); in getLocation() 83 Rectangle aBounds( implGetBounds() ); in getLocationOnScreen() local 104 Rectangle aBounds( implGetBounds() ); in getSize() local 105 return Size( aBounds.Width, aBounds.Height ); in getSize()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print2.cxx | 70 aBounds(), in ConnectedComponents() 77 Rectangle aBounds; member 781 aBackgroundComponent.aBounds, in RemoveTransparenciesFromMetaFile() 797 aBackgroundComponent.aBounds, in RemoveTransparenciesFromMetaFile() 814 aBackgroundComponent.aBounds, in RemoveTransparenciesFromMetaFile() 826 aBackgroundComponent.aBounds, in RemoveTransparenciesFromMetaFile() 844 aBackgroundComponent.aBounds.Union( in RemoveTransparenciesFromMetaFile() 974 if( !aCurrCC->aBounds.IsEmpty() && in RemoveTransparenciesFromMetaFile() 1082 aTotalComponents.aBounds = aTotalBounds; in RemoveTransparenciesFromMetaFile() 1092 DBG_ASSERT( !aTotalComponents.aBounds.IsEmpty() || in RemoveTransparenciesFromMetaFile() [all …]
|
/aoo42x/main/basctl/source/accessibility/ |
H A D | accessibledialogcontrolshape.cxx | 149 awt::Rectangle aBounds( 0, 0, 0, 0 ); in GetBounds() local 168 aBounds = AWTRectangle( aRect ); in GetBounds() 172 return aBounds; in GetBounds() 177 void AccessibleDialogControlShape::SetBounds( const awt::Rectangle& aBounds ) in SetBounds() argument 179 …if ( m_aBounds.X != aBounds.X || m_aBounds.Y != aBounds.Y || m_aBounds.Width != aBounds.Width || m… in SetBounds() 181 m_aBounds = aBounds; in SetBounds()
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 225 std::pair <float,float> aBounds = in fill_from() local 289 std::pair <float,float> aBounds = in fill_from() local 294 fMinX = std::min(aBounds.first, fMinX); in fill_from() 295 fMaxX = std::max(aBounds.second, fMaxX); in fill_from() 350 std::pair <float, float> aBounds; in appendCluster() local 351 aBounds.first = aFirstGlyph.origin(); in appendCluster() 352 aBounds.second = aFirstGlyph.origin(); in appendCluster() 410 aBounds.second = std::max(fSegmentAdvance, aBounds.second); in appendCluster() 416 aBounds.second = std::max(fNextOrigin, aBounds.second); in appendCluster() 419 aBounds.first = std::min(aGlyph.origin(), aBounds.first); in appendCluster() [all …]
|
/aoo42x/main/svx/source/accessibility/ |
H A D | GraphCtlAccessibleContext.cxx | 248 awt::Rectangle aBounds; in getBounds() local 249 aBounds.X = aCoreBounds.getX(); in getBounds() 250 aBounds.Y = aCoreBounds.getY(); in getBounds() 251 aBounds.Width = aCoreBounds.getWidth(); in getBounds() 252 aBounds.Height = aCoreBounds.getHeight(); in getBounds() 253 return aBounds; in getBounds() 871 Rectangle aBounds ( 0, 0, 0, 0 ); in GetBoundingBox() local 876 aBounds = pWindow->GetWindowExtentsRelative (NULL); in GetBoundingBox() 881 aBounds -= aParentRect.TopLeft(); in GetBoundingBox() 887 return aBounds; in GetBoundingBox()
|
/aoo42x/main/accessibility/source/standard/ |
H A D | vclxaccessibleedit.cxx | 343 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local 359 if ( aBounds.Height < nHeight ) in getCharacterBounds() 361 aBounds.Y = aRect.Top(); in getCharacterBounds() 362 aBounds.Height = nHeight; in getCharacterBounds() 366 aBounds.X = aRect.Right() + 1; in getCharacterBounds() 367 aBounds.Width = 1; in getCharacterBounds() 373 aBounds = AWTRectangle( pControl->GetCharacterBounds( nIndex ) ); in getCharacterBounds() 377 return aBounds; in getCharacterBounds()
|
H A D | vclxaccessiblestatusbaritem.cxx | 179 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local 182 aBounds = AWTRectangle( m_pStatusBar->GetItemRect( m_nItemId ) ); in implGetBounds() 184 return aBounds; in implGetBounds() 547 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local 555 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds() 558 return aBounds; in getCharacterBounds()
|
H A D | accessiblemenucomponent.cxx | 116 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local 125 aBounds = AWTRectangle( aRect ); in implGetBounds() 137 aBounds.X -= aParentScreenLoc.X; in implGetBounds() 138 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds() 144 return aBounds; in implGetBounds()
|
H A D | vclxaccessibletabpage.cxx | 212 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local 215 aBounds = AWTRectangle( m_pTabControl->GetTabBounds( m_nPageId ) ); in implGetBounds() 217 return aBounds; in implGetBounds() 621 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local 627 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds() 630 return aBounds; in getCharacterBounds()
|
H A D | vclxaccessiblelist.cxx | 1022 awt::Rectangle aBounds ( 0, 0, 0, 0 ); in implGetBounds() local 1027 aBounds = AWTRectangle(m_pListBoxHelper->GetDropDownPosSizePixel()); in implGetBounds() 1032 aBounds = VCLXAccessibleComponent::implGetBounds(); in implGetBounds() 1033 aBounds.X = 0; in implGetBounds() 1034 aBounds.Y = 0; in implGetBounds() 1041 aBounds.Y += aSize.Height(); in implGetBounds() 1042 aBounds.Height -= aSize.Height(); in implGetBounds() 1046 return aBounds; in implGetBounds()
|
H A D | accessiblemenuitemcomponent.cxx | 277 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local 282 aBounds = AWTRectangle( m_pParent->GetBoundingRectangle( m_nItemPos ) ); in implGetBounds() 301 aBounds.X += aWindowScreenLoc.X - aParentScreenLoc.X; in implGetBounds() 302 aBounds.Y += aWindowScreenLoc.Y - aParentScreenLoc.Y; in implGetBounds() 308 return aBounds; in implGetBounds()
|
H A D | vclxaccessibletabpagewindow.cxx | 77 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local 86 aBounds = AWTRectangle( aRect ); in implGetBounds() 90 return aBounds; in implGetBounds()
|
/aoo42x/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 1851 aBounds.intersect( *pSubset ); in createBitmapDeviceImpl() 1860 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1865 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1870 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1876 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1886 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1891 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1896 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1902 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() 1912 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl() [all …]
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 836 ::basegfx::B2DRectangle aBounds; in getUpdateArea() 856 aBounds = getShapeUpdateArea( aUnitBounds, in getUpdateArea() 866 aBounds = getShapeUpdateArea( aUnitBounds, in getUpdateArea() 882 aBounds = ::basegfx::B2DRectangle( aBounds.getMinX() - aAABorder.getX(), in getUpdateArea() 883 aBounds.getMinY() - aAABorder.getY(), in getUpdateArea() 884 aBounds.getMaxX() + aAABorder.getX(), in getUpdateArea() 885 aBounds.getMaxY() + aAABorder.getY() ); in getUpdateArea() 890 return aBounds; in getUpdateArea()
|
/aoo42x/main/svtools/source/hatchwindow/ |
H A D | hatchwindow.cxx | 48 const awt::Rectangle& aBounds, in initializeWindow() argument 64 pHatchWindow->SetPosSizePixel( aBounds.X, aBounds.Y, aBounds.Width, aBounds.Height ); in initializeWindow()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | accessiblecontrolcontext.cxx | 269 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local 297 aBounds = xWindow->getPosSize(); in implGetBounds() 300 aBounds.X = aWindowRelativePos.X() + aVCLParentScreenPos.X() - aAccParentScreenPos.X; in implGetBounds() 301 aBounds.Y = aWindowRelativePos.Y() + aVCLParentScreenPos.Y() - aAccParentScreenPos.Y; in implGetBounds() 304 return aBounds; in implGetBounds()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvas.cxx | 102 awt::Rectangle aBounds; in initialize() local 103 maArguments[2] >>= aBounds; in initialize() 123 maCanvasHelper.init( basegfx::B2ISize(aBounds.Width, aBounds.Height), in initialize()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | accessibletabbarpage.cxx | 205 awt::Rectangle aBounds; in implGetBounds() local 209 aBounds = AWTRectangle( m_pTabBar->GetPageRect( m_nPageId ) ); in implGetBounds() 221 aBounds.X -= aParentLoc.X; in implGetBounds() 222 aBounds.Y -= aParentLoc.Y; in implGetBounds() 227 return aBounds; in implGetBounds()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 110 Gdiplus::RectF aBounds; in fillLinearGradient() local 111 rFillPath->GetBounds( &aBounds, NULL, NULL ); in fillLinearGradient() 120 … tools::b2dRangeFromGdiPlusRectF( aBounds ) ); in fillLinearGradient() 124 hypot( aBounds.Width, in fillLinearGradient() 125 aBounds.Height ) ); in fillLinearGradient() 192 rGraphics->FillRectangle( &aBrush, aBounds ); in fillLinearGradient()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxaccessiblecomponent.cxx | 804 awt::Rectangle aBounds ( 0, 0, 0, 0 ); in implGetBounds() local 810 aBounds = AWTRectangle( aRect ); in implGetBounds() 816 aBounds.X -= aParentScreenLoc.X; in implGetBounds() 817 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds() 847 aBounds.X += aOffset.Width; in implGetBounds() 848 aBounds.Y += aOffset.Height; in implGetBounds() 851 return aBounds; in implGetBounds()
|
/aoo42x/main/vcl/source/window/ |
H A D | brdwin.cxx | 1152 Rectangle aBounds( aCtrlRegion ); in Init() local 1156 aBounds, aContent ) ) in Init() 1158 mnLeftBorder = aContent.Left() - aBounds.Left(); in Init() 1159 mnRightBorder = aBounds.Right() - aContent.Right(); in Init() 1160 mnTopBorder = aContent.Top() - aBounds.Top(); in Init() 1161 mnBottomBorder = aBounds.Bottom() - aContent.Bottom(); in Init() 1176 if( mnWidth < aBounds.GetWidth() || mnHeight < aBounds.GetHeight() ) in Init() 1181 if( mnWidth < aBounds.GetWidth() ) in Init() 1182 aPos.X() -= (aBounds.GetWidth() - mnWidth) / 2; in Init() 1183 if( mnHeight < aBounds.GetHeight() ) in Init() [all …]
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 564 ::basegfx::B2DRange aBounds( rTextBounds ); in calcEffectTextBounds() 567 aBounds.expand( rLineBounds ); in calcEffectTextBounds() 570 ::basegfx::B2DRange aTotalBounds( aBounds ); in calcEffectTextBounds() 572 ::basegfx::B2DRange( aBounds.getMinX() + rReliefOffset.getX(), in calcEffectTextBounds() 573 aBounds.getMinY() + rReliefOffset.getY(), in calcEffectTextBounds() 574 aBounds.getMaxX() + rReliefOffset.getX(), in calcEffectTextBounds() 575 aBounds.getMaxY() + rReliefOffset.getY() ) ); in calcEffectTextBounds() 577 ::basegfx::B2DRange( aBounds.getMinX() + rShadowOffset.getX(), in calcEffectTextBounds() 578 aBounds.getMinY() + rShadowOffset.getY(), in calcEffectTextBounds() 579 aBounds.getMaxX() + rShadowOffset.getX(), in calcEffectTextBounds() [all …]
|
/aoo42x/main/editeng/source/uno/ |
H A D | unoedprx.cxx | 767 aRect = aBulletInfo.aBounds; // better than nothing in GetCharBounds() 773 aRect.Move( aBulletInfo.aBounds.Left(), aBulletInfo.aBounds.Top() ); in GetCharBounds() 820 aRect.Union( aBulletInfo.aBounds ); in GetParaBounds() 864 if( aBulletInfo.aBounds.IsInside( rPoint) ) in GetIndexAtPoint() 876 aPoint.Move( -aBulletInfo.aBounds.Left(), -aBulletInfo.aBounds.Top() ); in GetIndexAtPoint()
|
/aoo42x/main/chart2/source/controller/accessibility/ |
H A D | AccessibleChartShape.cxx | 182 awt::Rectangle aBounds; in getBounds() local 185 aBounds = m_pAccShape->getBounds(); in getBounds() 187 return aBounds; in getBounds()
|