Lines Matching refs:pAny

76 	Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sOrigin );  in GetOrigin()  local
77 …if ( ! ( pAny && ( *pAny >>= aOriginParaPair ) && ( aOriginParaPair.First.Value >>= rOriginX ) && … in GetOrigin()
88 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in GetRotateAngle() local
89 …if ( ! ( pAny && ( *pAny >>= aRotateAngleParaPair ) && ( aRotateAngleParaPair.First.Value >>= rAng… in GetRotateAngle()
102 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sSkew ); in GetSkew() local
103 …if ( ! ( pAny && ( *pAny >>= aSkewParaPair ) && ( aSkewParaPair.First.Value >>= rSkewAmount ) && (… in GetSkew()
116 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sDepth ); in GetExtrusionDepth() local
117 …if ( pAny && ( *pAny >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepth… in GetExtrusionDepth()
138 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetDouble() local
139 if ( pAny ) in GetDouble()
140 *pAny >>= fRetValue; in GetDouble()
150 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sShadeMode ); in GetShadeMode() local
151 if ( pAny ) in GetShadeMode()
152 *pAny >>= eRet; in GetShadeMode()
159 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetInt32() local
160 if ( pAny ) in GetInt32()
161 *pAny >>= nRetValue; in GetInt32()
168 const Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetBool() local
169 if ( pAny ) in GetBool()
170 *pAny >>= bRetValue; in GetBool()
177 const Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetPoint() local
178 if ( pAny ) in GetPoint()
179 *pAny >>= aRetValue; in GetPoint()
187 const Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetPosition3D() local
188 if ( pAny ) in GetPosition3D()
189 *pAny >>= aRetValue; in GetPosition3D()
202 const Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetDirection3D() local
203 if ( pAny ) in GetDirection3D()
204 *pAny >>= aRetValue; in GetDirection3D()
215 Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode ); in Transformation2D() local
216 if ( pAny ) in Transformation2D()
217 *pAny >>= eProjectionMode; in Transformation2D()
346 Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode ); in Create3DObject() local
347 if ( pAny ) in Create3DObject()
348 *pAny >>= eProjectionMode; in Create3DObject()