Lines Matching refs:pAny
161 com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in impl_execute() local
163 if( pAny ) in impl_execute()
166 (*pAny) >>= bOn; in impl_execute()
168 (*pAny) <<= bOn; in impl_execute()
194 com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in impl_execute() local
195 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()
663 com::sun::star::uno::Any* pAny; in getExtrusionDirectionState() local
693 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode ); in getExtrusionDirectionState()
695 if( pAny && ( *pAny >>= nProjectionMode ) ) in getExtrusionDirectionState()
701 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sSkew ); in getExtrusionDirectionState()
702 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()
714 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sViewPoint ); in getExtrusionDirectionState()
715 if( pAny ) in getExtrusionDirectionState()
716 *pAny >>= aViewPoint; in getExtrusionDirectionState()
719 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sOrigin ); in getExtrusionDirectionState()
720 if( pAny && ( *pAny >>= aOriginPropPair ) ) in getExtrusionDirectionState()
811 com::sun::star::uno::Any* pAny; in getExtrusionProjectionState() local
836 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode ); in getExtrusionProjectionState()
838 if( pAny && ( *pAny >>= eProjectionMode ) ) in getExtrusionProjectionState()
870 com::sun::star::uno::Any* pAny; in getExtrusionSurfaceState() local
896 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sShadeMode ); in getExtrusionSurfaceState()
897 if( pAny ) in getExtrusionSurfaceState()
898 *pAny >>= eShadeMode; in getExtrusionSurfaceState()
903 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sMetal ); in getExtrusionSurfaceState()
904 if( pAny ) in getExtrusionSurfaceState()
905 *pAny >>= bMetal; in getExtrusionSurfaceState()
914 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sSpecularity ); in getExtrusionSurfaceState()
915 if( pAny ) in getExtrusionSurfaceState()
916 *pAny >>= fSpecularity; in getExtrusionSurfaceState()
956 com::sun::star::uno::Any* pAny; in getExtrusionDepthState() local
980 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sDepth ); in getExtrusionDepthState()
981 if( pAny ) in getExtrusionDepthState()
984 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()
1042 com::sun::star::uno::Any* pAny; in getExtrusionLightingDirectionState() local
1068 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sFirstLightDirection ); in getExtrusionLightingDirectionState()
1069 if( pAny ) in getExtrusionLightingDirectionState()
1070 *pAny >>= aFirstLightDirection; in getExtrusionLightingDirectionState()
1072 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sSecondLightDirection ); in getExtrusionLightingDirectionState()
1073 if( pAny ) in getExtrusionLightingDirectionState()
1074 *pAny >>= aSecondLightDirection; in getExtrusionLightingDirectionState()
1117 com::sun::star::uno::Any* pAny; in getExtrusionLightingIntensityState() local
1141 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sBrightness ); in getExtrusionLightingIntensityState()
1142 if( pAny ) in getExtrusionLightingIntensityState()
1143 *pAny >>= fBrightness; in getExtrusionLightingIntensityState()
1185 com::sun::star::uno::Any* pAny; in getExtrusionColorState() local
1213 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusionColor ); in getExtrusionColorState()
1214 if( pAny ) in getExtrusionColorState()
1215 *pAny >>= bUseColor; in getExtrusionColorState()
1266 Any* pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in checkForSelectedCustomShapes() local
1267 if( pAny ) in checkForSelectedCustomShapes()
1268 *pAny >>= bFound; in checkForSelectedCustomShapes()