Home
last modified time | relevance | path

Searched refs:aContentRange (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgmasknode.cxx214 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 Dsvgclippathnode.cxx174 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 Dsvgsvgnode.cxx597 const basegfx::B2DRange aContentRange( in decomposeSvgNode() local
602 if(aSvgCanvasRange.isInside(aContentRange)) in decomposeSvgNode()
620 else if(aSvgCanvasRange.overlaps(aContentRange)) in decomposeSvgNode()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dscene.cxx322 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpatternfillprimitive2d.cxx66 …const basegfx::B2DRange aContentRange(getB2DRangeFromPrimitive2DSequence(getChildren(), rViewInfor… in create2DDecomposition() local
69 if(!aUnitRange.isInside(aContentRange)) in create2DDecomposition()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx141 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 47 milliseconds