Searched refs:DoPaint (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 124 void ScHeaderControl::DoPaint( SCCOLROW nStart, SCCOLROW nEnd ) in DoPaint() function in ScHeaderControl 168 DoPaint( Min( nNewEnd, nOldEnd ) + 1, Max( nNewEnd, nOldEnd ) ); in SetMark() 172 DoPaint( Min( nNewStart, nOldStart ), Max( nNewStart, nOldStart ) - 1 ); in SetMark() 176 DoPaint( nOldStart, nOldEnd ); in SetMark() 177 DoPaint( nNewStart, nNewEnd ); in SetMark() 180 DoPaint( Min( nNewStart, nOldStart ), Max( nNewEnd, nOldEnd ) ); in SetMark() 183 DoPaint( nNewStart, nNewEnd ); // komplett neu in SetMark() 186 DoPaint( nOldStart, nOldEnd ); // komplett aufheben in SetMark()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 931 DoPaint( Rectangle( Point(0,0), GetSizePixel() ) ); in NotifyChange() 936 void ScAutoFmtPreview::DoPaint( const Rectangle& /* rRect */ ) in DoPaint() function in ScAutoFmtPreview 973 DoPaint( rRect ); in Paint()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 106 void DoPaint ( const Rectangle& rRect ); 990 DoPaint( Rectangle( Point(0,0), GetSizePixel() ) ); in NotifyChange() 996 void AutoFmtPreview::DoPaint( const Rectangle& /*rRect*/ ) in DoPaint() function in AutoFmtPreview 1052 DoPaint( rRect ); in Paint()
|
/aoo41x/main/sc/source/ui/cctrl/ |
H A D | tbzoomsliderctrl.cxx | 436 DoPaint( rRect ); in Paint() 441 void ScZoomSliderWnd::DoPaint( const Rectangle& /*rRect*/ ) in DoPaint() function in ScZoomSliderWnd
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tbzoomsliderctrl.hxx | 70 void DoPaint( const Rectangle& rRect );
|
H A D | hdrcont.hxx | 79 void DoPaint( SCCOLROW nStart, SCCOLROW nEnd );
|
H A D | autofmt.hxx | 158 SC_DLLPRIVATE void DoPaint ( const Rectangle& rRect );
|
Completed in 50 milliseconds