Searched refs:fTRRotate (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport2.cxx | 76 double fTRRotate(0.0); in ImpExportNewTrans() local 78 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP… in ImpExportNewTrans() 81 ImpExportNewTrans_FeaturesAndWrite(aTRScale, fTRShear, fTRRotate, aTRTranslate, nFeatures); in ImpExportNewTrans() 127 rMatrix.decompose(rTRScale, rTRTranslate, fTRRotate, fTRShear); in ImpExportNewTrans_DecomposeAndRefPoint() 137 double fTRRotate, ::basegfx::B2DTuple& rTRTranslate, const sal_Int32 nFeatures) in ImpExportNewTrans_FeaturesAndWrite() argument 180 sal_Bool bTransformationIsNeccessary(fTRShear != 0.0 || fTRRotate != 0.0); in ImpExportNewTrans_FeaturesAndWrite() 195 aTransform.AddRotate(-fTRRotate); in ImpExportNewTrans_FeaturesAndWrite() 825 double fTRRotate(0.0); local 827 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP… 999 double fTRRotate(0.0); local [all …]
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | shapeexport.hxx | 223 …mMatrix& rMat, ::basegfx::B2DTuple& rTRScale, double& fTRShear, double& fTRRotate, ::basegfx::B2DT… 224 …FeaturesAndWrite(::basegfx::B2DTuple& rTRScale, double fTRShear, double fTRRotate, ::basegfx::B2DT…
|
Completed in 35 milliseconds