Lines Matching refs:maViewTransformation
60 basegfx::B2DHomMatrix maViewTransformation; member in drawinglayer::geometry::ImpViewInformation2D
162 basegfx::unotools::homMatrixFromAffineMatrix(maViewTransformation, aAffineMatrix2D); in impInterpretPropertyValues()
194 const bool bViewTransformationUsed(!maViewTransformation.isIdentity()); in impFillViewInformationFromContent()
224 basegfx::unotools::affineMatrixFromHomMatrix(aAffineMatrix2D, maViewTransformation); in impFillViewInformationFromContent()
273 maViewTransformation(rViewTransformation), in ImpViewInformation2D()
290 maViewTransformation(), in ImpViewInformation2D()
307 maViewTransformation(), in ImpViewInformation2D()
327 return maViewTransformation; in getViewTransformation()
354 (!maObjectTransformation.isIdentity() || !maViewTransformation.isIdentity())) in getObjectToViewTransformation()
356 basegfx::B2DHomMatrix aObjectToView(maViewTransformation * maObjectTransformation); in getObjectToViewTransformation()
368 (!maObjectTransformation.isIdentity() || !maViewTransformation.isIdentity())) in getInverseObjectToViewTransformation()
370 basegfx::B2DHomMatrix aInverseObjectToView(maViewTransformation * maObjectTransformation); in getInverseObjectToViewTransformation()
411 && maViewTransformation == rCandidate.maViewTransformation in operator ==()