Searched refs:bRound (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/window/ |
H A D | decoview.cxx | 685 const Color* pColor, sal_Bool bRound = sal_False ) in ImplDrawDPILineRect() argument 700 if( bRound ) in ImplDrawDPILineRect() 763 sal_Bool bRound = (bFlatBorders && !(nStyle & FRAME_DRAW_WINDOWBORDER)); in ImplDrawFrame() local 784 ImplDrawDPILineRect( pDev, rRect, NULL, bRound ); in ImplDrawFrame() 837 Color aColor = bRound ? rStyleSettings.GetShadowColor() in ImplDrawFrame() 841 (bRound && aColor.IsDark()) || in ImplDrawFrame() 850 ImplDrawDPILineRect( pDev, rRect, &aColor, bRound ); in ImplDrawFrame()
|
/aoo4110/main/sw/inc/ |
H A D | calc.hxx | 214 String GetStrResult( const SwSbxValue& rValue, sal_Bool bRound = sal_True ); 215 String GetStrResult( double, sal_Bool bRound = sal_True );
|
/aoo4110/main/vcl/source/control/ |
H A D | longcurr.cxx | 233 sal_Bool bRound = sal_False; in ImplNumericGetValue() local 237 bRound = sal_True; in ImplNumericGetValue() 248 if ( bRound ) in ImplNumericGetValue()
|
H A D | field.cxx | 196 sal_Bool bRound = sal_False; in ImplNumericGetValue() local 200 bRound = sal_True; in ImplNumericGetValue() 211 if ( bRound ) in ImplNumericGetValue()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 469 String SwCalc::GetStrResult( const SwSbxValue& rVal, sal_Bool bRound ) in GetStrResult() argument 474 return GetStrResult( rVal.GetDouble(), bRound ); in GetStrResult()
|
Completed in 46 milliseconds