Searched refs:aContentRange (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgmasknode.cxx | 214 const basegfx::B2DRange aContentRange( in apply() local 218 const double fContentWidth(aContentRange.getWidth()); in apply() 219 const double fContentHeight(aContentRange.getHeight()); in apply() 235 aContentRange.getMinX() + (fX * fContentWidth), in apply() 236 aContentRange.getMinY() + (fY * fContentHeight), in apply() 237 aContentRange.getMinX() + ((fX + fW) * fContentWidth), in apply() 238 aContentRange.getMinY() + ((fY + fH) * fContentHeight)); in apply() 258 aContentRange.getRange(), in apply() 259 aContentRange.getMinimum()), in apply() 299 if(!aOffscreenBufferRange.isInside(aContentRange)) in apply()
|
H A D | svgclippathnode.cxx | 174 const basegfx::B2DRange aContentRange( in apply() local 181 aContentRange.getRange(), in apply() 182 aContentRange.getMinimum())); in apply() 203 const basegfx::B2DRange aContentRange( in apply() local 208 if(aClipRange.isInside(aContentRange)) in apply() 213 else if(aClipRange.overlaps(aContentRange)) in apply() 219 basegfx::B2DRange aCommonRange(aContentRange); in apply()
|
H A D | svgsvgnode.cxx | 597 const basegfx::B2DRange aContentRange( in decomposeSvgNode() local 602 if(aSvgCanvasRange.isInside(aContentRange)) in decomposeSvgNode() 620 else if(aSvgCanvasRange.overlaps(aContentRange)) in decomposeSvgNode()
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dscene.cxx | 322 const basegfx::B3DRange aContentRange( in createScenePrimitive2DSequence() local 332 getViewInformation3D(aContentRange))); in createScenePrimitive2DSequence() 378 basegfx::B3DRange aContentRange(getAllContentRange3D()); in getViewInformation3D() local 380 if(aContentRange.isEmpty()) in getViewInformation3D() 385 aContentRange.expand(basegfx::B3DPoint(-100.0, -100.0, -100.0)); in getViewInformation3D() 386 aContentRange.expand(basegfx::B3DPoint( 100.0, 100.0, 100.0)); in getViewInformation3D() 389 const_cast < ViewContactOfE3dScene* >(this)->createViewInformation3D(aContentRange); in getViewInformation3D()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | patternfillprimitive2d.cxx | 66 …const basegfx::B2DRange aContentRange(getB2DRangeFromPrimitive2DSequence(getChildren(), rViewInfor… in create2DDecomposition() local 69 if(!aUnitRange.isInside(aContentRange)) in create2DDecomposition()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 141 rtl::OUString aAcceptRanges, aContentRange, aContentLength; in lcl_sendPartialGETRequest() local 149 it->Value >>= aContentRange; in lcl_sendPartialGETRequest() 164 aContentRange.getLength() && in lcl_sendPartialGETRequest() 170 sal_Int32 nSlash = aContentRange.lastIndexOf( sal_Unicode('/')); in lcl_sendPartialGETRequest() 173 rtl::OUString aSize = aContentRange.copy( nSlash + 1 ); in lcl_sendPartialGETRequest()
|
Completed in 76 milliseconds