Lines Matching refs:aRetValue
176 awt::Point aRetValue( rDefault ); in GetPoint() local
179 *pAny >>= aRetValue; in GetPoint()
180 return aRetValue; in GetPoint()
186 drawing::Position3D aRetValue( rDefault ); in GetPosition3D() local
189 *pAny >>= aRetValue; in GetPosition3D()
192 aRetValue.PositionX *= *pMap; in GetPosition3D()
193 aRetValue.PositionY *= *pMap; in GetPosition3D()
194 aRetValue.PositionZ *= *pMap; in GetPosition3D()
196 return aRetValue; in GetPosition3D()
201 drawing::Direction3D aRetValue( rDefault ); in GetDirection3D() local
204 *pAny >>= aRetValue; in GetDirection3D()
205 return aRetValue; in GetDirection3D()