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
347 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() local
383 pPropVal->Value >>= aRetValue; in ReadString()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx476 Any aRetValue; in GetConfigProperty() local
482 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 …]
/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()
201 drawing::Direction3D aRetValue( rDefault ); in GetDirection3D() local
[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()