Home
last modified time | relevance | path

Searched refs:bErase (Results 1 – 9 of 9) sorted by path

/trunk/main/svtools/inc/svtools/
H A Druler.hxx731 SVT_DLLPRIVATE void ImplInvertLines( sal_Bool bErase = sal_False );
/trunk/main/svtools/source/control/
H A Druler.cxx400 void Ruler::ImplInvertLines( sal_Bool bErase ) in ImplInvertLines() argument
435 if ( bErase ) in ImplInvertLines()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx58 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1191 bool bErase, bContainsText; in TxbxChainContainsRealText() local
1192 InsertTxbxText( 0,0,nTxBxS,USHRT_MAX,0,0,0, bErase, &bContainsText, in TxbxChainContainsRealText()
/trunk/main/vcl/inc/
H A Dilstbox.hxx270 void ImplPaint( sal_uInt16 nPos, sal_Bool bErase = sal_False, bool bLayout = false );
/trunk/main/vcl/inc/vcl/
H A Dvirdev.hxx54 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()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1780 void ImplListBoxWindow::ImplPaint( sal_uInt16 nPos, sal_Bool bErase, bool bLayout ) in ImplPaint() argument
1807 if( bErase ) in ImplPaint()
/trunk/main/vcl/source/gdi/
H A Dvirdev.cxx206 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()
/trunk/main/vcl/source/window/
H A Dwindow.cxx2949 sal_Bool bErase = (nFlags & SCROLL_NOERASE) == 0; in ImplScroll() local
2980 bErase = sal_True; in ImplScroll()
3054 if ( !bErase ) in ImplScroll()

Completed in 120 milliseconds