Searched refs:nRotatedTexture (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/chart2/source/view/main/ |
H A D | Stripe.cxx | 186 uno::Any Stripe::getTexturePolygon( short nRotatedTexture ) const in getTexturePolygon() 206 if( nRotatedTexture==0 ) in getTexturePolygon() 224 else if( nRotatedTexture==1 ) in getTexturePolygon() 242 else if( nRotatedTexture==2 ) in getTexturePolygon() 260 else if( nRotatedTexture==3 ) in getTexturePolygon() 278 else if( nRotatedTexture==4 ) in getTexturePolygon() 296 else if( nRotatedTexture==5 ) in getTexturePolygon() 314 else if( nRotatedTexture==6 ) in getTexturePolygon() 332 else if( nRotatedTexture==7 ) in getTexturePolygon()
|
H A D | ShapeFactory.cxx | 558 short nRotatedTexture = 0; in createPyramid() local 634 nRotatedTexture = 2; in createPyramid() 641 nRotatedTexture = 1; in createPyramid() 651 nRotatedTexture = 2; in createPyramid() 656 nRotatedTexture = 3; in createPyramid() 695 …ripe( xGroup, aStripe1, xSourceProp, rPropertyNameMap, bDoubleSided, nRotatedTexture, bFlatNormals… in createPyramid() 696 …ripe( xGroup, aStripe2, xSourceProp, rPropertyNameMap, bDoubleSided, nRotatedTexture, bFlatNormals… in createPyramid() 697 …ripe( xGroup, aStripe3, xSourceProp, rPropertyNameMap, bDoubleSided, nRotatedTexture, bFlatNormals… in createPyramid() 698 …ripe( xGroup, aStripe4, xSourceProp, rPropertyNameMap, bDoubleSided, nRotatedTexture, bFlatNormals… in createPyramid() 1133 , short nRotatedTexture in createStripe() argument [all …]
|
/aoo41x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 553 short nRotatedTexture = ( CuboidPlanePosition_Front==eBackWallPos ) ? 3 : 1; in createShapes_3d() local 562 nRotatedTexture = ( CuboidPlanePosition_Front==eBackWallPos ) ? 2 : 0; in createShapes_3d() 571 …yMapper::getPropertyNameMapForFillAndLineProperties(), bDoubleSided, nRotatedTexture, bFlatNormals… in createShapes_3d() 581 short nRotatedTexture = 0; in createShapes_3d() local 593 nRotatedTexture = 3; in createShapes_3d() 599 …yMapper::getPropertyNameMapForFillAndLineProperties(), bDoubleSided, nRotatedTexture, bFlatNormals… in createShapes_3d()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | Stripe.hxx | 64 …::com::sun::star::uno::Any getTexturePolygon( short nRotatedTexture ) const; //0 to 7 are the…
|
H A D | ShapeFactory.hxx | 123 , short nRotatedTexture = 0 //0 to 7 are the different possibilities
|
Completed in 40 milliseconds