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()
2058 if( bLeft ) in ImplDrawFadeArrow()
2083 void SplitWindow::ImplDrawGrip( const Rectangle& rRect, sal_Bool bHorz, sal_Bool bLeft ) in ImplDrawGrip() argument
2099 ImplDrawFadeArrow( Point( i-9, y), bHorz, bLeft ); in ImplDrawGrip()
2110 ImplDrawFadeArrow( Point( i, y), bHorz, bLeft ); in ImplDrawGrip()
2118 ImplDrawFadeArrow( Point( x, i-9), bHorz, bLeft ); in ImplDrawGrip()
2129 ImplDrawFadeArrow( Point( x, i), bHorz, bLeft ); in ImplDrawGrip()
2141 sal_Bool bLeft; in ImplDrawFadeIn() local
2143 bLeft = sal_False; in ImplDrawFadeIn()
2145 bLeft = sal_True; in ImplDrawFadeIn()
2147 bLeft = sal_False; in ImplDrawFadeIn()
2149 bLeft = sal_True; in ImplDrawFadeIn()
2151 bLeft = sal_True; in ImplDrawFadeIn()
2156 ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeIn()
2170 sal_Bool bLeft; in ImplDrawFadeOut() local
2172 bLeft = sal_True; in ImplDrawFadeOut()
2174 bLeft = sal_False; in ImplDrawFadeOut()
2176 bLeft = sal_True; in ImplDrawFadeOut()
2178 bLeft = sal_False; in ImplDrawFadeOut()
2180 bLeft = sal_True; in ImplDrawFadeOut()
2185 ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeOut()