Lines Matching refs:pAny

155 		com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion );  in impl_execute()  local
157 if( pAny ) in impl_execute()
160 (*pAny) >>= bOn; in impl_execute()
162 (*pAny) <<= bOn; in impl_execute()
188 com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in impl_execute() local
189 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()
657 com::sun::star::uno::Any* pAny; in getExtrusionDirectionState() local
687 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode ); in getExtrusionDirectionState()
689 if( pAny && ( *pAny >>= nProjectionMode ) ) in getExtrusionDirectionState()
695 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sSkew ); in getExtrusionDirectionState()
696 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()
708 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sViewPoint ); in getExtrusionDirectionState()
709 if( pAny ) in getExtrusionDirectionState()
710 *pAny >>= aViewPoint; in getExtrusionDirectionState()
713 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sOrigin ); in getExtrusionDirectionState()
714 if( pAny && ( *pAny >>= aOriginPropPair ) ) in getExtrusionDirectionState()
805 com::sun::star::uno::Any* pAny; in getExtrusionProjectionState() local
830 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode ); in getExtrusionProjectionState()
832 if( pAny && ( *pAny >>= eProjectionMode ) ) in getExtrusionProjectionState()
864 com::sun::star::uno::Any* pAny; in getExtrusionSurfaceState() local
890 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sShadeMode ); in getExtrusionSurfaceState()
891 if( pAny ) in getExtrusionSurfaceState()
892 *pAny >>= eShadeMode; in getExtrusionSurfaceState()
897 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sMetal ); in getExtrusionSurfaceState()
898 if( pAny ) in getExtrusionSurfaceState()
899 *pAny >>= bMetal; in getExtrusionSurfaceState()
908 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sSpecularity ); in getExtrusionSurfaceState()
909 if( pAny ) in getExtrusionSurfaceState()
910 *pAny >>= fSpecularity; in getExtrusionSurfaceState()
950 com::sun::star::uno::Any* pAny; in getExtrusionDepthState() local
974 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sDepth ); in getExtrusionDepthState()
975 if( pAny ) in getExtrusionDepthState()
978 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()
1036 com::sun::star::uno::Any* pAny; in getExtrusionLightingDirectionState() local
1062 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sFirstLightDirection ); in getExtrusionLightingDirectionState()
1063 if( pAny ) in getExtrusionLightingDirectionState()
1064 *pAny >>= aFirstLightDirection; in getExtrusionLightingDirectionState()
1066 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sSecondLightDirection ); in getExtrusionLightingDirectionState()
1067 if( pAny ) in getExtrusionLightingDirectionState()
1068 *pAny >>= aSecondLightDirection; in getExtrusionLightingDirectionState()
1111 com::sun::star::uno::Any* pAny; in getExtrusionLightingIntensityState() local
1135 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sBrightness ); in getExtrusionLightingIntensityState()
1136 if( pAny ) in getExtrusionLightingIntensityState()
1137 *pAny >>= fBrightness; in getExtrusionLightingIntensityState()
1179 com::sun::star::uno::Any* pAny; in getExtrusionColorState() local
1207 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusionColor ); in getExtrusionColorState()
1208 if( pAny ) in getExtrusionColorState()
1209 *pAny >>= bUseColor; in getExtrusionColorState()
1260 Any* pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in checkForSelectedCustomShapes() local
1261 if( pAny ) in checkForSelectedCustomShapes()
1262 *pAny >>= bFound; in checkForSelectedCustomShapes()