Lines Matching refs:maProjection

67 			basegfx::B3DHomMatrix						maProjection;  member in drawinglayer::geometry::ImpViewInformation3D
176 const double f_30(maProjection.get(3, 0)); in impInterpretPropertyValues()
177 const double f_31(maProjection.get(3, 1)); in impInterpretPropertyValues()
178 const double f_32(maProjection.get(3, 2)); in impInterpretPropertyValues()
179 const double f_33(maProjection.get(3, 3)); in impInterpretPropertyValues()
183 maProjection = basegfx::unotools::homMatrixFromAffineMatrix3D(aAffineMatrix3D); in impInterpretPropertyValues()
185 maProjection.set(3, 0, f_30); in impInterpretPropertyValues()
186 maProjection.set(3, 1, f_31); in impInterpretPropertyValues()
187 maProjection.set(3, 2, f_32); in impInterpretPropertyValues()
188 maProjection.set(3, 3, f_33); in impInterpretPropertyValues()
194 maProjection.set(3, 0, f_30); in impInterpretPropertyValues()
200 maProjection.set(3, 1, f_31); in impInterpretPropertyValues()
206 maProjection.set(3, 2, f_32); in impInterpretPropertyValues()
212 maProjection.set(3, 3, f_33); in impInterpretPropertyValues()
243 const bool bProjectionUsed(!maProjection.isIdentity()); in impFillViewInformationFromContent()
251 …const bool bProjectionUsed_30(bProjectionUsed && !basegfx::fTools::equalZero(maProjection.get(3, 0… in impFillViewInformationFromContent()
252 …const bool bProjectionUsed_31(bProjectionUsed && !basegfx::fTools::equalZero(maProjection.get(3, 1… in impFillViewInformationFromContent()
253 …const bool bProjectionUsed_32(bProjectionUsed && !basegfx::fTools::equalZero(maProjection.get(3, 2… in impFillViewInformationFromContent()
254 …const bool bProjectionUsed_33(bProjectionUsed && !basegfx::fTools::equal(maProjection.get(3, 3), 1… in impFillViewInformationFromContent()
292 basegfx::unotools::affineMatrixFromHomMatrix3D(aAffineMatrix3D, maProjection); in impFillViewInformationFromContent()
301 mxViewInformation[nIndex].Value <<= maProjection.get(3, 0); in impFillViewInformationFromContent()
308 mxViewInformation[nIndex].Value <<= maProjection.get(3, 1); in impFillViewInformationFromContent()
315 mxViewInformation[nIndex].Value <<= maProjection.get(3, 2); in impFillViewInformationFromContent()
322 mxViewInformation[nIndex].Value <<= maProjection.get(3, 3); in impFillViewInformationFromContent()
364 maProjection(rProjection), in ImpViewInformation3D()
377 maProjection(), in ImpViewInformation3D()
390 maProjection(), in ImpViewInformation3D()
400 const basegfx::B3DHomMatrix& getProjection() const { return maProjection; } in getProjection()
411 …const_cast< ImpViewInformation3D* >(this)->maObjectToView = maDeviceToView * maProjection * maOrie… in getObjectToView()
438 && maProjection == rCandidate.maProjection in operator ==()