Searched refs:bErase (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | virdev.cxx | 206 sal_Bool VirtualDevice::ImplSetOutputSizePixel( const Size& rNewSize, sal_Bool bErase ) in ImplSetOutputSizePixel() argument 208 …evice::ImplSetOutputSizePixel( %ld, %ld, %d )", rNewSize.Width(), rNewSize.Height(), (int)bErase ); in ImplSetOutputSizePixel() 214 if ( bErase ) in ImplSetOutputSizePixel() 228 if ( bErase ) in ImplSetOutputSizePixel() 317 sal_Bool VirtualDevice::SetOutputSizePixel( const Size& rNewSize, sal_Bool bErase ) in SetOutputSizePixel() argument 319 if( ImplSetOutputSizePixel(rNewSize, bErase) ) in SetOutputSizePixel() 333 mpAlphaVDev->ImplSetOutputSizePixel(rNewSize, bErase); in SetOutputSizePixel()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | virdev.hxx | 54 SAL_DLLPRIVATE sal_Bool ImplSetOutputSizePixel( const Size& rNewSize, sal_Bool bErase ); 101 sal_Bool SetOutputSizePixel( const Size& rNewSize, sal_Bool bErase = sal_True ); 102 sal_Bool SetOutputSize( const Size& rNewSize, sal_Bool bErase = sal_True ) in SetOutputSize() argument 103 { return SetOutputSizePixel( LogicToPixel( rNewSize ), bErase ); } in SetOutputSize()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbunocontroller.cxx | 58 void statusChanged_Impl( long nHeight, bool bErase = false ); 142 void SvxFontSizeBox_Impl::statusChanged_Impl( long nPoint, bool bErase ) in statusChanged_Impl() argument 144 if ( !bErase ) in statusChanged_Impl()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | ruler.hxx | 731 SVT_DLLPRIVATE void ImplInvertLines( sal_Bool bErase = sal_False );
|
/aoo41x/main/vcl/inc/ |
H A D | ilstbox.hxx | 270 void ImplPaint( sal_uInt16 nPos, sal_Bool bErase = sal_False, bool bLayout = false );
|
/aoo41x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1780 void ImplListBoxWindow::ImplPaint( sal_uInt16 nPos, sal_Bool bErase, bool bLayout ) in ImplPaint() argument 1807 if( bErase ) in ImplPaint()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1194 bool bErase, bContainsText; in TxbxChainContainsRealText() local 1195 InsertTxbxText( 0,0,nTxBxS,USHRT_MAX,0,0,0, bErase, &bContainsText, in TxbxChainContainsRealText()
|
/aoo41x/main/svtools/source/control/ |
H A D | ruler.cxx | 400 void Ruler::ImplInvertLines( sal_Bool bErase ) in ImplInvertLines() argument 435 if ( bErase ) in ImplInvertLines()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 2949 sal_Bool bErase = (nFlags & SCROLL_NOERASE) == 0; in ImplScroll() local 2980 bErase = sal_True; in ImplScroll() 3054 if ( !bErase ) in ImplScroll()
|
Completed in 141 milliseconds