Lines Matching refs:bLeft
2021 void SplitWindow::ImplDrawFadeArrow( const Point& rPt, sal_Bool bHorz, sal_Bool bLeft ) in ImplDrawFadeArrow() argument
2032 if( bLeft ) in ImplDrawFadeArrow()
2055 if( bLeft ) in ImplDrawFadeArrow()
2077 void SplitWindow::ImplDrawGrip( const Rectangle& rRect, sal_Bool bHorz, sal_Bool bLeft ) in ImplDrawGrip() argument
2093 ImplDrawFadeArrow( Point( i-8, y), bHorz, bLeft ); in ImplDrawGrip()
2108 ImplDrawFadeArrow( Point( i+3, y), bHorz, bLeft ); in ImplDrawGrip()
2116 ImplDrawFadeArrow( Point( x, i-8), bHorz, bLeft ); in ImplDrawGrip()
2131 ImplDrawFadeArrow( Point( x, i+3), bHorz, bLeft ); in ImplDrawGrip()
2143 sal_Bool bLeft; in ImplDrawFadeIn() local
2145 bLeft = sal_False; in ImplDrawFadeIn()
2147 bLeft = sal_True; in ImplDrawFadeIn()
2149 bLeft = sal_False; in ImplDrawFadeIn()
2151 bLeft = sal_True; in ImplDrawFadeIn()
2153 bLeft = sal_True; in ImplDrawFadeIn()
2158 … ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeIn()
2172 sal_Bool bLeft; in ImplDrawFadeOut() local
2174 bLeft = sal_True; in ImplDrawFadeOut()
2176 bLeft = sal_False; in ImplDrawFadeOut()
2178 bLeft = sal_True; in ImplDrawFadeOut()
2180 bLeft = sal_False; in ImplDrawFadeOut()
2182 bLeft = sal_True; in ImplDrawFadeOut()
2187 … ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeOut()