/aoo41x/main/basegfx/inc/basegfx/tuple/ |
H A D | b2dtuple.hxx | 82 B2DTuple(const B2DTuple& rTup) in B2DTuple() function in basegfx::B2DTuple 173 B2DTuple& operator+=( const B2DTuple& rTup ) in operator +=() 231 B2DTuple& operator=( const B2DTuple& rTup ) in operator =() 246 inline B2DTuple minimum(const B2DTuple& rTupA, const B2DTuple& rTupB) in minimum() 253 inline B2DTuple maximum(const B2DTuple& rTupA, const B2DTuple& rTupB) in maximum() 290 inline B2DTuple average(const B2DTuple& rOld1, const B2DTuple& rOld2) in average() 297 inline B2DTuple average(const B2DTuple& rOld1, const B2DTuple& rOld2, const B2DTuple& rOld3) in average() 304 inline B2DTuple operator+(const B2DTuple& rTupA, const B2DTuple& rTupB) in operator +() 311 inline B2DTuple operator-(const B2DTuple& rTupA, const B2DTuple& rTupB) in operator -() 318 inline B2DTuple operator/(const B2DTuple& rTupA, const B2DTuple& rTupB) in operator /() [all …]
|
/aoo41x/main/basegfx/inc/basegfx/point/ |
H A D | b2dpoint.hxx | 45 class B2DPoint : public ::basegfx::B2DTuple 53 : B2DTuple() in B2DPoint() 67 : B2DTuple(fX, fY) in B2DPoint() 76 : B2DTuple(rPoint) in B2DPoint() 85 : B2DTuple(rPoint) in B2DPoint() 91 B2DPoint(const ::basegfx::B2DTuple& rTuple) in B2DPoint() 92 : B2DTuple(rTuple) in B2DPoint() 119 B2DPoint& operator=( const ::basegfx::B2DTuple& rPoint ); 130 return (const B2DPoint&) ::basegfx::B2DTuple::getEmptyTuple(); in getEmptyPoint()
|
/aoo41x/main/basegfx/inc/basegfx/vector/ |
H A D | b2dvector.hxx | 44 class B2DVector : public ::basegfx::B2DTuple 52 : B2DTuple() in B2DVector() 66 : B2DTuple(fX, fY) in B2DVector() 75 : B2DTuple(rVec) in B2DVector() 84 : B2DTuple(rVec) in B2DVector() 90 B2DVector(const ::basegfx::B2DTuple& rTuple) in B2DVector() 91 : B2DTuple(rTuple) in B2DVector() 118 B2DVector& operator=( const ::basegfx::B2DTuple& rVec );
|
/aoo41x/main/basegfx/source/tuple/ |
H A D | b2dtuple.cxx | 30 namespace { struct EmptyTuple : public rtl::Static<basegfx::B2DTuple, EmptyTuple> {}; } 35 const B2DTuple& B2DTuple::getEmptyTuple() in getEmptyTuple() 40 B2DTuple::B2DTuple(const B2ITuple& rTup) in B2DTuple() function in basegfx::B2DTuple 45 void B2DTuple::correctValues(const double fCompareValue) in correctValues() 73 B2ITuple fround(const B2DTuple& rTup) in fround()
|
/aoo41x/main/basegfx/inc/basegfx/matrix/ |
H A D | b2dhommatrixtools.hxx | 60 inline B2DHomMatrix createScaleB2DHomMatrix(const B2DTuple& rScale) in createScaleB2DHomMatrix() 65 inline B2DHomMatrix createTranslateB2DHomMatrix(const B2DTuple& rTranslate) in createTranslateB2DHomMatrix() 83 const B2DTuple& rScale, in createScaleShearXRotateTranslateB2DHomMatrix() 86 const B2DTuple& rTranslate) in createScaleShearXRotateTranslateB2DHomMatrix() 102 const B2DTuple& rTranslate) in createShearXRotateTranslateB2DHomMatrix() 114 const B2DTuple& rScale, in createScaleTranslateB2DHomMatrix() 115 const B2DTuple& rTranslate) in createScaleTranslateB2DHomMatrix() 127 const B2DTuple& rPoint, in createRotateAroundPoint()
|
H A D | b2dhommatrix.hxx | 32 class B2DTuple; 123 bool decompose(B2DTuple& rScale, B2DTuple& rTranslate, double& rRotate, double& rShearX) const;
|
/aoo41x/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 41 using ::basegfx::B2DTuple; 97 bool lcl_clip2d(B2DTuple& rPoint0, B2DTuple& rPoint1, const B2DRectangle& rRectangle) in lcl_clip2d() 100 B2DTuple aDirection = rPoint1 - rPoint0; in lcl_clip2d() 143 B2DTuple aP0(rPoint0.PositionX,rPoint0.PositionY); in lcl_clip2d_() 144 B2DTuple aP1(rPoint1.PositionX,rPoint1.PositionY); in lcl_clip2d_()
|
/aoo41x/main/basegfx/inc/basegfx/range/ |
H A D | b2drange.hxx | 50 explicit B2DRange(const B2DTuple& rTuple) in B2DRange() 67 B2DRange(const B2DTuple& rTuple1, in B2DRange() 68 const B2DTuple& rTuple2) in B2DRange() 194 bool isInside(const B2DTuple& rTuple) const in isInside() 226 void expand(const B2DTuple& rTuple) in expand()
|
H A D | b2dpolyrange.hxx | 33 class B2DTuple; 109 bool isInside( const B2DTuple& rTuple ) const;
|
/aoo41x/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 293 ::basegfx::B2DTuple maScale; 294 ImpSdXMLExpTransObj2DScale(const ::basegfx::B2DTuple& rNew) in ImpSdXMLExpTransObj2DScale() 299 ::basegfx::B2DTuple maTranslate; 300 ImpSdXMLExpTransObj2DTranslate(const ::basegfx::B2DTuple& rNew) in ImpSdXMLExpTransObj2DTranslate() 385 void SdXMLImExTransform2D::AddScale(const ::basegfx::B2DTuple& rNew) in AddScale() 391 void SdXMLImExTransform2D::AddTranslate(const ::basegfx::B2DTuple& rNew) in AddTranslate() 567 ::basegfx::B2DTuple aValue(1.0, 1.0); in SetString() 581 ::basegfx::B2DTuple aValue; in SetString() 683 const ::basegfx::B2DTuple& rScale = ((ImpSdXMLExpTransObj2DScale*)pObj)->maScale; in GetFullTransform() 689 const ::basegfx::B2DTuple& rTranslate = ((ImpSdXMLExpTransObj2DTranslate*)pObj)->maTranslate; in GetFullTransform()
|
H A D | shapeexport2.cxx | 74 ::basegfx::B2DTuple aTRScale; in ImpExportNewTrans() 77 ::basegfx::B2DTuple aTRTranslate; in ImpExportNewTrans() 124 …double& fTRShear, double& fTRRotate, ::basegfx::B2DTuple& rTRTranslate, com::sun::star::awt::Point… in ImpExportNewTrans_DecomposeAndRefPoint() 132 rTRTranslate -= ::basegfx::B2DTuple(pRefPoint->X, pRefPoint->Y); in ImpExportNewTrans_DecomposeAndRefPoint() 136 void XMLShapeExport::ImpExportNewTrans_FeaturesAndWrite(::basegfx::B2DTuple& rTRScale, double fTRSh… in ImpExportNewTrans_FeaturesAndWrite() 137 double fTRRotate, ::basegfx::B2DTuple& rTRTranslate, const sal_Int32 nFeatures) in ImpExportNewTrans_FeaturesAndWrite() 143 ::basegfx::B2DTuple aTRScale(rTRScale); in ImpExportNewTrans_FeaturesAndWrite() 823 ::basegfx::B2DTuple aTRScale; 826 ::basegfx::B2DTuple aTRTranslate; 997 ::basegfx::B2DTuple aTRScale; [all …]
|
/aoo41x/main/xmloff/inc/ |
H A D | xexptran.hxx | 47 class B2DTuple; 73 void AddScale(const ::basegfx::B2DTuple& rNew); 74 void AddTranslate(const ::basegfx::B2DTuple& rNew);
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | shapeexport.hxx | 157 class B2DTuple; 223 …segfx::B2DHomMatrix& rMat, ::basegfx::B2DTuple& rTRScale, double& fTRShear, double& fTRRotate, ::b… 224 …rtNewTrans_FeaturesAndWrite(::basegfx::B2DTuple& rTRScale, double fTRShear, double fTRRotate, ::ba…
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | ShadowOverlayObject.cxx | 91 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (2.0 * ge… in create2DDecomposition() 112 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition() 133 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 383 … aOuterRange.expand(basegfx::B2DTuple(aOuterRectangle.Left(), aOuterRectangle.Top())); in getOuterBound() 384 … aOuterRange.expand(basegfx::B2DTuple(aOuterRectangle.Right(), aOuterRectangle.Bottom())); in getOuterBound() 409 aInnerRange.expand(basegfx::B2DTuple(aInnerRectangle.Left(), aInnerRectangle.Top())); in getInnerBound() 410 aInnerRange.expand(basegfx::B2DTuple(aInnerRectangle.Right(), aInnerRectangle.Bottom())); in getInnerBound()
|
/aoo41x/main/basegfx/source/vector/ |
H A D | b2dvector.cxx | 60 B2DVector& B2DVector::operator=( const B2DTuple& rVec ) in operator =() 100 return (const B2DVector&) B2DTuple::getEmptyTuple(); in getEmptyVector()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotext.cxx | 1713 basegfx::B2DTuple aScale(aRectangle.GetWidth(), aRectangle.GetHeight()); in TRGetBaseGeometry() 1714 basegfx::B2DTuple aTranslate(aRectangle.Left(), aRectangle.Top()); in TRGetBaseGeometry() 1721 aTranslate -= basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRGetBaseGeometry() 1766 basegfx::B2DTuple aScale; in TRSetBaseGeometry() 1767 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry() 1817 aTranslate += basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRSetBaseGeometry()
|
H A D | svdocapt.cxx | 782 basegfx::B2DTuple aScale; in TRSetBaseGeometry() 783 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry() 826 aTranslate += basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRSetBaseGeometry()
|
H A D | svddrgmt.cxx | 631 basegfx::B2DTuple aScale; in applyCurrentTransformationToSdrObject() 632 basegfx::B2DTuple aTranslate; in applyCurrentTransformationToSdrObject() 3778 basegfx::B2DTuple aScale; in EndSdrDrag() 3779 basegfx::B2DTuple aTranslate; in EndSdrDrag() 3869 basegfx::B2DTuple aScale; in EndSdrDrag() 3870 basegfx::B2DTuple aTranslate; in EndSdrDrag() 3896 basegfx::B2DTuple aScale; in EndSdrDrag() 3897 basegfx::B2DTuple aTranslate; in EndSdrDrag()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | objectcontactofpageview.cxx | 217 aDiscreteClipRange.expand(basegfx::B2DTuple( in DoProcessDisplay() 220 aDiscreteClipRange.expand(basegfx::B2DTuple( in DoProcessDisplay()
|
/aoo41x/main/basegfx/source/matrix/ |
H A D | b2dhommatrix.cxx | 301 …bool B2DHomMatrix::decompose(B2DTuple& rScale, B2DTuple& rTranslate, double& rRotate, double& rShe… in decompose()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper_text.cxx | 81 ::basegfx::B2DTuple aScale; in setupFontTransform() 82 ::basegfx::B2DTuple aTranslate; in setupFontTransform()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | animationfactory.cxx | 148 virtual bool operator()( const ::basegfx::B2DTuple& rValue ) in operator ()() 169 virtual ::basegfx::B2DTuple getUnderlyingValue() const in getUnderlyingValue() 174 ::basegfx::B2DTuple aRetVal; in getUnderlyingValue()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | transparencygroupaction.cxx | 288 ::basegfx::B2DTuple aScale; in render() 289 ::basegfx::B2DTuple aTranslate; in render()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | impltools.cxx | 121 ::basegfx::B2DTuple aScale; in setupFontTransform() 122 ::basegfx::B2DTuple aTranslate; in setupFontTransform()
|