Home
last modified time | relevance | path

Searched refs:aRetValue (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx335 Size aRetValue( rDefault ); in ReadSize() local
355 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 …]
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx479 Any aRetValue; in GetConfigProperty() local
485 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 …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx176 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()
204 *pAny >>= aRetValue; in GetDirection3D()
[all …]
H A DEnhancedCustomShape2d.cxx928 Point aRetValue; in GetPoint() local
951 aRetValue.Y() = (sal_Int32)fVal; in GetPoint()
964 aRetValue.X() = (sal_Int32)fVal; in GetPoint()
968 return aRetValue; in GetPoint()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1185 void SetReturnValue( sal_Int16 aRetValue ) in SetReturnValue() argument
1186 { ::vos::OGuard aGuard( maMutex ); mnRet = aRetValue; } in SetReturnValue()

Completed in 133 milliseconds