Searched refs:Stripe (Results 1 – 7 of 7) sorted by relevance
/trunk/main/chart2/source/view/main/ |
H A D | Stripe.cxx | 40 Stripe::Stripe( const drawing::Position3D& rPoint1 in Stripe() function in chart::Stripe 52 Stripe::Stripe( const drawing::Position3D& rPoint1 in Stripe() function in chart::Stripe 66 Stripe::Stripe( const drawing::Position3D& rPoint1 in Stripe() function in chart::Stripe 79 void Stripe::SetManualNormal( const drawing::Direction3D& rNormal ) in SetManualNormal() 85 void Stripe::InvertNormal( bool bInvertNormal ) in InvertNormal() 90 uno::Any Stripe::getPolyPolygonShape3D() const in getPolyPolygonShape3D() 129 drawing::Direction3D Stripe::getNormal() const in getNormal() 155 uno::Any Stripe::getNormalsPolygon() const in getNormalsPolygon() 186 uno::Any Stripe::getTexturePolygon( short nRotatedTexture ) const in getTexturePolygon()
|
H A D | ShapeFactory.cxx | 601 Stripe aStripeBottom( aBottomP1, aBottomP4, aBottomP3, aBottomP2 ); in createPyramid() 636 aStripeBottom = Stripe( aBottomP1, aBottomP4, aBottomP3, aBottomP2 ); in createPyramid() 663 Stripe aStripe1( aTopP2, aTopP1, aBottomP1, aBottomP2 ); in createPyramid() 664 Stripe aStripe2( aTopP3, aTopP2, aBottomP2, aBottomP3 ); in createPyramid() 665 Stripe aStripe3( aTopP4, aTopP3, aBottomP3, aBottomP4 ); in createPyramid() 666 Stripe aStripe4( aTopP1, aTopP4, aBottomP4, aBottomP1 ); in createPyramid() 670 aStripe1 = Stripe( aBottomP1, aTopP1, aTopP2, aBottomP2 ); in createPyramid() 671 aStripe2 = Stripe( aBottomP2, aTopP2, aTopP3, aBottomP3 ); in createPyramid() 672 aStripe3 = Stripe( aBottomP3, aTopP3, aTopP4, aBottomP4 ); in createPyramid() 673 aStripe4 = Stripe( aBottomP4, aTopP4, aTopP1, aBottomP1 ); in createPyramid() [all …]
|
H A D | makefile.mk | 43 $(SLO)$/Stripe.obj \
|
/trunk/main/chart2/source/view/inc/ |
H A D | Stripe.hxx | 41 class Stripe class 44 Stripe( const ::com::sun::star::drawing::Position3D& rPoint1 48 Stripe( const ::com::sun::star::drawing::Position3D& rPoint1 52 Stripe( const ::com::sun::star::drawing::Position3D& rPoint1
|
H A D | ShapeFactory.hxx | 45 class Stripe; 119 , const Stripe& rStripe
|
/trunk/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 557 Stripe aStripe( drawing::Position3D(xPos,FIXED_SIZE_FOR_3D_CHART_VOLUME,0) in createShapes_3d() 563 aStripe = Stripe( drawing::Position3D(xPos,FIXED_SIZE_FOR_3D_CHART_VOLUME,0) in createShapes_3d() 585 Stripe aStripe( drawing::Position3D(0,FIXED_SIZE_FOR_3D_CHART_VOLUME,zPos) in createShapes_3d() 590 aStripe = Stripe( drawing::Position3D(0,FIXED_SIZE_FOR_3D_CHART_VOLUME,zPos) in createShapes_3d() 666 Stripe aStripe( drawing::Position3D(0,0,0) in createShapes_3d()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 388 Stripe aStripe( aPoint1, aPoint2, fDepth ); in impl_createLine() 391 , Stripe( aPoint1, aPoint2, fDepth ) in impl_createLine()
|
Completed in 102 milliseconds