Home
last modified time | relevance | path

Searched refs:eProjectionMode (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx210 , eProjectionMode( drawing::ProjectionMode_PARALLEL ) in Transformation2D()
217 *pAny >>= eProjectionMode; in Transformation2D()
219 if ( eProjectionMode == drawing::ProjectionMode_PARALLEL ) in Transformation2D()
258 if ( eProjectionMode == drawing::ProjectionMode_PARALLEL ) in Transform2D()
277 return eProjectionMode == com::sun::star::drawing::ProjectionMode_PARALLEL; in IsParallel()
344 drawing::ProjectionMode eProjectionMode( drawing::ProjectionMode_PARALLEL ); in Create3DObject() local
348 *pAny >>= eProjectionMode; in Create3DObject()
349 …ProjectionType eProjectionType( eProjectionMode == drawing::ProjectionMode_PARALLEL ? PR_PARALLEL … in Create3DObject()
H A DEnhancedCustomShape3d.hxx41 com::sun::star::drawing::ProjectionMode eProjectionMode; member in EnhancedCustomShape3d::Transformation2D
/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx302 …ProjectionMode eProjectionMode = nProjection == 1 ? ProjectionMode_PARALLEL : ProjectionMode_PERSP… in impl_execute() local
305 aPropValue.Value <<= eProjectionMode; in impl_execute()
837 ProjectionMode eProjectionMode; in getExtrusionProjectionState() local
838 if( pAny && ( *pAny >>= eProjectionMode ) ) in getExtrusionProjectionState()
839 bParallel = eProjectionMode == ProjectionMode_PARALLEL; in getExtrusionProjectionState()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx761 drawing::ProjectionMode eProjectionMode; in ImpExportEnhancedGeometry() local
762 if ( rProp.Value >>= eProjectionMode ) in ImpExportEnhancedGeometry()
764eProjectionMode == drawing::ProjectionMode_PARALLEL ? GetXMLToken( XML_PARALLEL ) : GetXMLToken( X… in ImpExportEnhancedGeometry()
H A Dximpcustomshape.cxx983 drawing::ProjectionMode eProjectionMode( drawing::ProjectionMode_PERSPECTIVE ); in StartElement() local
985 eProjectionMode = drawing::ProjectionMode_PARALLEL; in StartElement()
989 aProp.Value <<= eProjectionMode; in StartElement()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx1930 …ProjectionMode eProjectionMode = GetPropertyValue( DFF_Prop_fc3DFillHarsh ) & 4 ? ProjectionMode_P… in ApplyCustomShapeGeometryAttributes() local
1932 aProp.Value <<= eProjectionMode; in ApplyCustomShapeGeometryAttributes()

Completed in 76 milliseconds