Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddecoview.cxx685 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()
/trunk/main/vcl/source/control/
H A Dlongcurr.cxx233 sal_Bool bRound = sal_False; in ImplNumericGetValue() local
237 bRound = sal_True; in ImplNumericGetValue()
248 if ( bRound ) in ImplNumericGetValue()
H A Dfield.cxx196 sal_Bool bRound = sal_False; in ImplNumericGetValue() local
200 bRound = sal_True; in ImplNumericGetValue()
211 if ( bRound ) in ImplNumericGetValue()
/trunk/main/sw/inc/
H A Dcalc.hxx214 String GetStrResult( const SwSbxValue& rValue, sal_Bool bRound = sal_True );
215 String GetStrResult( double, sal_Bool bRound = sal_True );
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx469 String SwCalc::GetStrResult( const SwSbxValue& rVal, sal_Bool bRound ) in GetStrResult() argument
474 return GetStrResult( rVal.GetDouble(), bRound ); in GetStrResult()

Completed in 46 milliseconds