Home
last modified time | relevance | path

Searched refs:aNormal (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dpolygn3d.cxx142 basegfx::B3DVector aNormal(-basegfx::tools::getNormal(aPolygon)); in CreateDefaultNormals() local
147 aNormals.append(aNormal); in CreateDefaultNormals()
180 basegfx::B3DVector aNormal(basegfx::tools::getNormal(aPolygon)); in CreateDefaultTexture() local
181 aNormal.setX(fabs(aNormal.getX())); in CreateDefaultTexture()
182 aNormal.setY(fabs(aNormal.getY())); in CreateDefaultTexture()
183 aNormal.setZ(fabs(aNormal.getZ())); in CreateDefaultTexture()
190 if(!(aNormal.getX() > aNormal.getY() && aNormal.getX() > aNormal.getZ())) in CreateDefaultTexture()
192 if(aNormal.getY() > aNormal.getZ()) in CreateDefaultTexture()
/trunk/main/chart2/source/view/main/
H A DStripe.cxx142 ::basegfx::B3DVector aNormal(::basegfx::tools::getNormal(aPolygon3D)); in getNormal()
143 aRet = B3DVectorToDirection3D(aNormal); in getNormal()
175 drawing::Direction3D aNormal( getNormal() ); in getNormalsPolygon() local
179 *pInnerSequenceX++ = aNormal.DirectionX; in getNormalsPolygon()
180 *pInnerSequenceY++ = aNormal.DirectionY; in getNormalsPolygon()
181 *pInnerSequenceZ++ = aNormal.DirectionZ; in getNormalsPolygon()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx679 basegfx::B3DVector aNormal(0.0, 0.0, -1.0); in extractPlanesFromSlice() local
683 aNormal = -aFront.getB3DPolygon(0L).getNormal(); in extractPlanesFromSlice()
686 impSetNormal(aFront, aNormal); in extractPlanesFromSlice()
775 …const basegfx::B3DVector aNormal(aBack.count() ? aBack.getB3DPolygon(0L).getNormal() : basegfx::B3… in extractPlanesFromSlice() local
776 impSetNormal(aBack, aNormal); in extractPlanesFromSlice()
875 basegfx::B3DVector aNormal(0.0, 0.0, -1.0); in extractPlanesFromSlice() local
879 aNormal = -aFront.getB3DPolygon(0L).getNormal(); in extractPlanesFromSlice()
882 impSetNormal(aFront, aNormal); in extractPlanesFromSlice()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx342 SwRect aNormal( Frm().Pos() + Prt().Pos(), Prt().SSize() ); in Paint() local
343 aNormal.Justify(); //Normalisiertes Rechteck fuer die Vergleiche in Paint()
345 if( aPaintArea.IsOver( aNormal ) ) in Paint()
349 ::lcl_ClearArea( *this, *pSh->GetOut(), aPaintArea, aNormal ); in Paint()
353 aPaintArea._Intersection( aNormal ); in Paint()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx446 const basegfx::B3DVector aNormal(aPartFill.getNormal(b)); in impRenderPolyPolygonMaterialPrimitive3D() local
447 …t basegfx::BColor aSolvedColor(getSdrLightingAttribute().solveColorModel(aNormal, aColor, rSpecula… in impRenderPolyPolygonMaterialPrimitive3D()
/trunk/main/starmath/source/
H A Ddialog.cxx71 String aNormal; member in SmFontStyles
87 aNormal ( ResId( RID_FONTREGULAR, *SM_MOD()->GetResMgr() ) ), in SmFontStyles()
112 return aNormal; in GetStyleName()
126 case 0 : return aNormal; in GetStyleName()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx131 String aNormal( SdResId( STR_CUSTOMANIMATION_DURATION_NORMAL ) ); in fillDurationComboBox() local
132 pBox->SetEntryData( pBox->InsertEntry( aNormal ), (void*)&gdNormal ); in fillDurationComboBox()

Completed in 57 milliseconds