Searched refs:aRetValue (Results 1 – 5 of 5) sorted by relevance
335 Size aRetValue( rDefault ); in ReadSize() local347 pPropWidth->Value >>= aRetValue.Width; in ReadSize()348 pPropHeight->Value >>= aRetValue.Height; in ReadSize()355 aAny >>= aRetValue.Width; in ReadSize()357 aAny >>= aRetValue.Height; in ReadSize()367 aWidth.Value <<= aRetValue.Width; in ReadSize()371 aHeight.Value <<= aRetValue.Height; in ReadSize()373 return aRetValue; in ReadSize()379 OUString aRetValue( rDefault ); in ReadString() local383 pPropVal->Value >>= aRetValue; in ReadString()[all …]
476 Any aRetValue; in GetConfigProperty() local482 case TK_Name : aRetValue <<= rSettings.maName; break; in GetConfigProperty()483 case TK_JPEGCompression : aRetValue <<= rSettings.mbJPEGCompression; break; in GetConfigProperty()484 case TK_JPEGQuality : aRetValue <<= rSettings.mnJPEGQuality; break; in GetConfigProperty()485 case TK_RemoveCropArea : aRetValue <<= rSettings.mbRemoveCropArea; break; in GetConfigProperty()486 case TK_ImageResolution : aRetValue <<= rSettings.mnImageResolution; break; in GetConfigProperty()487 … case TK_EmbedLinkedGraphics : aRetValue <<= rSettings.mbEmbedLinkedGraphics; break; in GetConfigProperty()488 case TK_OLEOptimization : aRetValue <<= rSettings.mbOLEOptimization; break; in GetConfigProperty()489 … case TK_OLEOptimizationType : aRetValue <<= rSettings.mnOLEOptimizationType; break; in GetConfigProperty()490 … case TK_DeleteUnusedMasterPages : aRetValue <<= rSettings.mbDeleteUnusedMasterPages; 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()201 drawing::Direction3D aRetValue( rDefault ); in GetDirection3D() local[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()