Searched refs:aRetVal (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | xrender_peer.hxx | 362 XRenderColor aRetVal; in GetXRenderColor() local 364 aRetVal.red = SALCOLOR_RED( rSalColor ); aRetVal.red |= (aRetVal.red << 8); in GetXRenderColor() 365 aRetVal.green = SALCOLOR_GREEN( rSalColor ); aRetVal.green |= (aRetVal.green << 8); in GetXRenderColor() 366 aRetVal.blue = SALCOLOR_BLUE( rSalColor ); aRetVal.blue |= (aRetVal.blue << 8); in GetXRenderColor() 369 aRetVal.alpha = 0xFFFF; // default to opaque in GetXRenderColor() 373 aRetVal.alpha = static_cast<sal_uInt16>(fAlpha * 0xFFFF + 0.5); in GetXRenderColor() 375 aRetVal.red = static_cast<sal_uInt16>(fAlpha * aRetVal.red + 0.5); in GetXRenderColor() 376 aRetVal.green = static_cast<sal_uInt16>(fAlpha * aRetVal.green + 0.5); in GetXRenderColor() 377 aRetVal.blue = static_cast<sal_uInt16>(fAlpha * aRetVal.blue + 0.5); in GetXRenderColor() 380 return aRetVal; in GetXRenderColor()
|
| /AOO41X/main/svx/source/sdr/primitive2d/ |
| H A D | sdrprimitivetools.cxx | 38 static vcl::DeleteOnDeinit< BitmapEx > aRetVal(0); in createDefaultCross_3x3() local 42 if(!aRetVal.get() || rBColor != aColor) in createDefaultCross_3x3() 73 delete aRetVal.set(new BitmapEx(aContent, aMask)); in createDefaultCross_3x3() 76 return aRetVal.get() ? *aRetVal.get() : BitmapEx(); in createDefaultCross_3x3() 82 static vcl::DeleteOnDeinit< BitmapEx > aRetVal(0); in createDefaultGluepoint_9x9() local 87 if(!aRetVal.get() || rBColorA != aColorA || rBColorB != aColorB) in createDefaultGluepoint_9x9() 193 delete aRetVal.set(new BitmapEx(aContent, aMask)); in createDefaultGluepoint_9x9() 196 return aRetVal.get() ? *aRetVal.get() : BitmapEx(); in createDefaultGluepoint_9x9()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 1244 Any aRetVal; in implRekMultiDimArrayToSequence() local 1246 xIdlTargetClass->createObject( aRetVal ); in implRekMultiDimArrayToSequence() 1253 xArray->realloc( aRetVal, nSeqSize ); in implRekMultiDimArrayToSequence() 1275 xArray->set( aRetVal, i, aElementVal ); in implRekMultiDimArrayToSequence() 1287 return aRetVal; in implRekMultiDimArrayToSequence() 1323 Any aRetVal; in sbxToUnoValue() local 1329 return aRetVal; in sbxToUnoValue() 1357 aRetVal.setValue( &xRef, aClassType ); in sbxToUnoValue() 1371 aRetVal <<= aDecimal; in sbxToUnoValue() 1382 aRetVal <<= aCurrency; in sbxToUnoValue() [all …]
|
| H A D | eventatt.cxx | 587 Any aRetVal; in RTL_Impl_CreateUnoDialog() local 588 aRetVal <<= xCntrl; in RTL_Impl_CreateUnoDialog() 590 unoToSbxValue( (SbxVariable*)refVar, aRetVal ); in RTL_Impl_CreateUnoDialog()
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | animationfactory.cxx | 174 ::basegfx::B2DTuple aRetVal; in getUnderlyingValue() 179 aRetVal.setX( (mpAttrLayer.get()->*mpIs1stValidFunc)() ? in getUnderlyingValue() 182 aRetVal.setY( (mpAttrLayer.get()->*mpIs2ndValidFunc)() ? in getUnderlyingValue() 191 aRetVal /= maReferenceSize; in getUnderlyingValue() 193 return aRetVal; in getUnderlyingValue()
|
| /AOO41X/main/canvas/source/tools/ |
| H A D | canvastools.cxx | 928 awt::Rectangle aRetVal( rRect ); in getAbsoluteWindowRect() local 933 ::Point aPoint( aRetVal.X, in getAbsoluteWindowRect() 934 aRetVal.Y ); in getAbsoluteWindowRect() 938 aRetVal.X = aPoint.X(); in getAbsoluteWindowRect() 939 aRetVal.Y = aPoint.Y(); in getAbsoluteWindowRect() 942 return aRetVal; in getAbsoluteWindowRect()
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 2024 String aRetVal; in ReadMedia() local 2029 while ( ( rStCtrl.Tell() < pHd->GetRecEndFilePos() ) && !aRetVal.Len() ) in ReadMedia() 2061 … if( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aStr, aRetVal ) ) in ReadMedia() 2063 … aRetVal = INetURLObject( aRetVal ).GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ); in ReadMedia() 2065 aRetVal = aStr; in ReadMedia() 2083 return aRetVal; in ReadMedia()
|
| /AOO41X/main/tools/source/fsys/ |
| H A D | dirent.cxx | 2208 String aRetVal(ret_val, osl_getThreadTextEncoding()); in TempName() local 2209 String aRedirected (aRetVal); in TempName() 2217 aRet = DirEntry( aRetVal ); in TempName() 2226 aRet = DirEntry( aRetVal ); in TempName() 2233 aRet = DirEntry( aRetVal ); in TempName()
|
| /AOO41X/main/editeng/source/accessibility/ |
| H A D | AccessibleStaticTextBase.cxx | 448 sal_Bool aRetVal; in CopyText() local 455 aRetVal = rCacheVF.Copy(); in CopyText() 458 return aRetVal; in CopyText()
|
| H A D | AccessibleEditableTextPara.cxx | 2459 sal_Bool aRetVal; in copyText() local 2477 aRetVal = rCacheVF.Copy(); in copyText() 2480 return aRetVal; in copyText()
|