Searched refs:aRetValue (Results 1 – 5 of 5) sorted by relevance
335 Size aRetValue( rDefault ); in ReadSize() local355 aAny >>= aRetValue.Width; in ReadSize()357 aAny >>= aRetValue.Height; in ReadSize()373 return aRetValue; in ReadSize()387 aAny >>= aRetValue; in ReadString()391 aString.Value <<= aRetValue; in ReadString()393 return aRetValue; in ReadString()402 aRetValue = pPropVal->Value; in ReadAny()406 aRetValue = aAny; in ReadAny()410 aPropValue.Value = aRetValue; in ReadAny()[all …]
479 Any aRetValue; in GetConfigProperty() local485 case TK_Name : aRetValue <<= rSettings.maName; break; in GetConfigProperty()486 case TK_JPEGCompression : aRetValue <<= rSettings.mbJPEGCompression; break; in GetConfigProperty()487 case TK_JPEGQuality : aRetValue <<= rSettings.mnJPEGQuality; break; in GetConfigProperty()488 case TK_RemoveCropArea : aRetValue <<= rSettings.mbRemoveCropArea; break; in GetConfigProperty()489 case TK_ImageResolution : aRetValue <<= rSettings.mnImageResolution; break; in GetConfigProperty()491 case TK_OLEOptimization : aRetValue <<= rSettings.mbOLEOptimization; break; in GetConfigProperty()496 case TK_SaveAs : aRetValue <<= rSettings.mbSaveAs; break; in GetConfigProperty()497 case TK_SaveAsURL : aRetValue <<= rSettings.maSaveAsURL; break; in GetConfigProperty()498 case TK_FilterName : aRetValue <<= rSettings.maFilterName; break; in GetConfigProperty()[all …]
176 awt::Point aRetValue( rDefault ); in GetPoint() local179 *pAny >>= aRetValue; in GetPoint()180 return aRetValue; in GetPoint()186 drawing::Position3D aRetValue( rDefault ); in GetPosition3D() local189 *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()204 *pAny >>= aRetValue; in GetDirection3D()[all …]
928 Point aRetValue; in GetPoint() local951 aRetValue.Y() = (sal_Int32)fVal; in GetPoint()964 aRetValue.X() = (sal_Int32)fVal; in GetPoint()968 return aRetValue; in GetPoint()
1185 void SetReturnValue( sal_Int16 aRetValue ) in SetReturnValue() argument1186 { ::vos::OGuard aGuard( maMutex ); mnRet = aRetValue; } in SetReturnValue()
Completed in 95 milliseconds