Searched refs:aRetVal (Results 1 – 10 of 10) sorted by relevance
362 XRenderColor aRetVal; in GetXRenderColor() local364 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()
38 static vcl::DeleteOnDeinit< BitmapEx > aRetVal(0); in createDefaultCross_3x3() local42 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() local87 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()
1244 Any aRetVal; in implRekMultiDimArrayToSequence() local1287 return aRetVal; in implRekMultiDimArrayToSequence()1323 Any aRetVal; in sbxToUnoValue() local1329 return aRetVal; in sbxToUnoValue()1371 aRetVal <<= aDecimal; in sbxToUnoValue()1382 aRetVal <<= aCurrency; in sbxToUnoValue()1389 aRetVal <<= aDate; in sbxToUnoValue()1404 aRetVal <<= xInt; in sbxToUnoValue()1428 aRetVal <<= aType; in sbxToUnoValue()1438 aRetVal <<= aType; in sbxToUnoValue()[all …]
587 Any aRetVal; in RTL_Impl_CreateUnoDialog() local588 aRetVal <<= xCntrl; in RTL_Impl_CreateUnoDialog()590 unoToSbxValue( (SbxVariable*)refVar, aRetVal ); in RTL_Impl_CreateUnoDialog()
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()
928 awt::Rectangle aRetVal( rRect ); in getAbsoluteWindowRect() local933 ::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()
2024 String aRetVal; in ReadMedia() local2029 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()
2205 String aRetVal(ret_val, osl_getThreadTextEncoding()); in TempName() local2206 String aRedirected (aRetVal); in TempName()2214 aRet = DirEntry( aRetVal ); in TempName()2223 aRet = DirEntry( aRetVal ); in TempName()2230 aRet = DirEntry( aRetVal ); in TempName()
448 sal_Bool aRetVal; in CopyText() local455 aRetVal = rCacheVF.Copy(); in CopyText()458 return aRetVal; in CopyText()
2460 sal_Bool aRetVal; in copyText() local2478 aRetVal = rCacheVF.Copy(); in copyText()2481 return aRetVal; in copyText()
Completed in 90 milliseconds