/trunk/main/basegfx/source/range/ |
H A D | b2dpolyrange.cxx | 51 maBounds.reset(); in updateBounds() 63 maBounds(), in ImplB2DPolyRange() 69 maBounds( boost::get<0>(rElem) ), in ImplB2DPolyRange() 75 maBounds( rRange ), in ImplB2DPolyRange() 121 maBounds.expand(rRange); in insertElement() 135 maBounds.expand(rRange); in appendElement() 171 maBounds.reset(); in clear() 185 return maBounds; in getBounds() 190 if( !maBounds.isInside( rValue ) ) in isInside() 207 if( !maBounds.overlaps( rRange ) ) in overlaps() [all …]
|
/trunk/main/canvas/inc/canvas/base/ |
H A D | bufferedgraphicdevicebase.hxx | 100 maBounds(), in BufferedGraphicDeviceBase() 176 maBounds = transformBounds( mxWindow->getPosSize() ); in setWindow() 231 if( rNewBounds.X != maBounds.X || in boundsChanged() 232 rNewBounds.Y != maBounds.Y || in boundsChanged() 233 rNewBounds.Width != maBounds.Width || in boundsChanged() 234 rNewBounds.Height != maBounds.Height ) in boundsChanged() 236 maBounds = rNewBounds; in boundsChanged() 237 BaseType::maDeviceHelper.notifySizeUpdate( maBounds ); in boundsChanged() 278 ::com::sun::star::awt::Rectangle maBounds;
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 125 maBounds = aScrollRect; in forceScrollTextMetaFile() 127 maBounds = aPaintRect; in forceScrollTextMetaFile() 183 maBounds, in getViewRenderArgs() 205 if( maBounds.isEmpty() ) in implRender() 424 maBounds( getAPIShapeBounds( xShape ) ), in DrawShape() 485 maBounds( getAPIShapeBounds( xShape ) ), in DrawShape() 537 maBounds( rSrc.maBounds ), in DrawShape() 790 return getShapePosSize( maBounds, in getBounds() 796 return maBounds; in getDomBounds() 842 if( !maBounds.isEmpty() ) in getUpdateArea() [all …]
|
H A D | backgroundshape.cxx | 123 ::basegfx::B2DRectangle maBounds; // always needed for rendering 138 maBounds(), in BackgroundShape() 167 maBounds = ::basegfx::B2DRectangle( 0,0,nDocWidth, nDocHeight ); in BackgroundShape() 197 maBounds ) ) ); in addViewLayer() 245 return maBounds; in getBounds() 250 return maBounds; in getDomBounds() 259 return maBounds; in getUpdateArea()
|
H A D | externalshapebase.cxx | 102 maBounds( getAPIShapeBounds( xShape ) ) in ExternalShapeBase() 181 if( maBounds.getRange().equalZero() ) in render() 188 return implRender( maBounds ); in render() 202 return maBounds; in getBounds() 209 return maBounds; in getDomBounds() 216 return maBounds; in getUpdateArea()
|
H A D | viewbackgroundshape.cxx | 82 maBounds, in prefetch() 118 maBounds.getWidth(), maBounds.getHeight(), in prefetch() 119 maBounds.getMinX(), maBounds.getMinY())); in prefetch() 148 maBounds( rShapeBounds ) in ViewBackgroundShape()
|
H A D | viewmediashape.cxx | 81 maBounds(), in ViewMediaShape() 129 implInitialize( maBounds ); in startMedia() 206 maBounds = rNewBounds; in resize()
|
H A D | viewshape.hxx | 156 maBounds( rBounds ), in RenderArgs() 166 const ::basegfx::B2DRectangle maBounds; member
|
H A D | viewshape.cxx | 875 rArgs.maBounds, in update() 885 rArgs.maBounds, in update()
|
H A D | viewbackgroundshape.hxx | 92 const ::basegfx::B2DRectangle maBounds; member in slideshow::internal::ViewBackgroundShape
|
H A D | externalshapebase.hxx | 136 ::basegfx::B2DRectangle maBounds;
|
H A D | viewmediashape.hxx | 156 mutable ::basegfx::B2DRectangle maBounds;
|
H A D | drawshape.hxx | 315 …::basegfx::B2DRectangle maBounds; // always needed…
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | polypolyaction.cxx | 88 const ::basegfx::B2DRange maBounds; member in cppcanvas::internal::__anon4d4e83f00111::PolyPolyAction 104 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in PolyPolyAction() 126 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in PolyPolyAction() 226 maBounds, in getBounds() 279 const ::basegfx::B2DRectangle maBounds; member in cppcanvas::internal::__anon4d4e83f00111::TexturedPolyPolyAction 293 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in TexturedPolyPolyAction() 341 maBounds, in getBounds() 393 const ::basegfx::B2DRectangle maBounds; member in cppcanvas::internal::__anon4d4e83f00111::StrokedPolyPolyAction 405 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in StrokedPolyPolyAction() 451 maBounds, in getBounds()
|
H A D | implrenderer.cxx | 2768 maBounds() in AreaQuery() 2779 maBounds.expand( rAction.mpAction->getBounds( maTransformation ) ); in operator ()() 2785 maBounds.expand( rAction.mpAction->getBounds( maTransformation, in operator ()() 2791 return maBounds; in getBounds() 2796 ::basegfx::B2DRange maBounds;
|
/trunk/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 989 basegfx::B2IRange maBounds; member 1040 mpImpl->maBounds = rBounds; in BitmapDevice() 1059 mpImpl->maBounds.getMaxX() - mpImpl->maBounds.getMinX(), in getSize() 1060 mpImpl->maBounds.getMaxY() - mpImpl->maBounds.getMinY() ); in getSize() 1389 mpImpl->maBounds, in drawBitmap() 1418 mpImpl->maBounds, in drawBitmap() 1449 mpImpl->maBounds )) in drawMaskedColor() 1500 mpImpl->maBounds )) in drawMaskedColor() 1554 mpImpl->maBounds, in drawMaskedBitmap() 1586 mpImpl->maBounds, in drawMaskedBitmap() [all …]
|
/trunk/main/slideshow/source/engine/slide/ |
H A D | layer.cxx | 52 maBounds(), in Layer() 63 maBounds(), in Layer() 95 pNewLayer = rNewView->createViewLayer(maBounds); in addView() 151 aIter->mpViewLayer->resize(maBounds); in viewChanged() 166 boost::cref(maBounds))); in viewsChanged() 224 if( maNewBounds == maBounds ) in commitBounds() 227 maBounds = maNewBounds; in commitBounds() 233 boost::cref(maBounds)) ) == 0 ) in commitBounds()
|
H A D | layer.hxx | 294 basegfx::B2DRange maBounds; member in slideshow::internal::Layer
|
/trunk/main/slideshow/test/ |
H A D | testview.cxx | 52 basegfx::B2DRange maBounds; member in ImplTestView 66 maBounds(), in ImplTestView() 175 return maBounds; in getBounds() 243 const bool bRet( maBounds != rArea ); in resize() 244 maBounds = rArea; in resize()
|
/trunk/main/extensions/source/update/ui/ |
H A D | updatecheckui.cxx | 100 Region maBounds; member in __anond983826c0111::BubbleWindow 866 maBounds = aRegion; in Resize() 868 SetWindowRegionPixel( maBounds ); in Resize()
|
/trunk/main/canvas/source/null/ |
H A D | null_spritecanvas.cxx | 136 ::basegfx::unotools::b2IRectangleFromAwtRectangle(maBounds), in updateScreen()
|
/trunk/main/canvas/source/directx/ |
H A D | dx_spritecanvas.cxx | 162 ::basegfx::unotools::b2IRectangleFromAwtRectangle(maBounds), in updateScreen()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_spritecanvas.cxx | 151 ::basegfx::unotools::b2IRectangleFromAwtRectangle(maBounds), in updateScreen()
|