Lines Matching refs:rProp

157 						const beans::PropertyValue& rProp = rViewParameters[a];  in impInterpretPropertyValues()  local
159 if(rProp.Name == getNamePropertyObjectTransformation()) in impInterpretPropertyValues()
162 rProp.Value >>= aAffineMatrix3D; in impInterpretPropertyValues()
165 else if(rProp.Name == getNamePropertyOrientation()) in impInterpretPropertyValues()
168 rProp.Value >>= aAffineMatrix3D; in impInterpretPropertyValues()
171 else if(rProp.Name == getNamePropertyProjection()) in impInterpretPropertyValues()
182 rProp.Value >>= aAffineMatrix3D; in impInterpretPropertyValues()
190 else if(rProp.Name == getNamePropertyProjection_30()) in impInterpretPropertyValues()
193 rProp.Value >>= f_30; in impInterpretPropertyValues()
196 else if(rProp.Name == getNamePropertyProjection_31()) in impInterpretPropertyValues()
199 rProp.Value >>= f_31; in impInterpretPropertyValues()
202 else if(rProp.Name == getNamePropertyProjection_32()) in impInterpretPropertyValues()
205 rProp.Value >>= f_32; in impInterpretPropertyValues()
208 else if(rProp.Name == getNamePropertyProjection_33()) in impInterpretPropertyValues()
211 rProp.Value >>= f_33; in impInterpretPropertyValues()
214 else if(rProp.Name == getNamePropertyDeviceToView()) in impInterpretPropertyValues()
217 rProp.Value >>= aAffineMatrix3D; in impInterpretPropertyValues()
220 else if(rProp.Name == getNamePropertyTime()) in impInterpretPropertyValues()
222 rProp.Value >>= mfViewTime; in impInterpretPropertyValues()
227 mxExtendedInformation[nExtendedInsert++] = rProp; in impInterpretPropertyValues()