Home
last modified time | relevance | path

Searched refs:PAINT_EXTRAS (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/inc/
H A Dglobal.hxx185 #define PAINT_EXTRAS 8 macro
190 #define PAINT_ALL ( PAINT_GRID | PAINT_TOP | PAINT_LEFT | PAINT_EXTRAS | PAINT_OBJECTS | PAINT_SI…
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx126 sal_uInt16 nLockPart = nPart & ~PAINT_EXTRAS; in PostPaint()
134 nPart &= PAINT_EXTRAS; // for broadcasting in PostPaint()
200 PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, PAINT_EXTRAS ); in PostPaintExtras()
H A Dtablink.cxx418 PAINT_GRID | PAINT_TOP | PAINT_LEFT | PAINT_EXTRAS ); in Refresh()
H A Ddocfunc.cxx2887 rDocShell.PostPaint(0,0,0,MAXCOL,MAXROW,MAXTAB, PAINT_EXTRAS); in SetTableVisible()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx243 pDocSh->PostPaint( aDrawRange, PAINT_GRID| PAINT_EXTRAS); in StopDragMode()
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx195 /*A*/ pDocShell->PostPaint( aRange, PAINT_GRID | PAINT_EXTRAS, nExtFlags ); in DoChange()
370 pDocShell->PostPaint(0,0,0,MAXCOL,MAXROW,MAXTAB, PAINT_GRID|PAINT_EXTRAS); in DoChange()
512 /*A*/ pDocShell->PostPaint( aEffRange, PAINT_GRID | PAINT_EXTRAS, nExtFlags ); in DoChange()
H A Dundoblk.cxx1516 pDocShell->PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, PAINT_GRID | PAINT_EXTRAS ); in Undo()
1518 pDocShell->PostPaint( aRange, PAINT_GRID | PAINT_EXTRAS ); in Undo()
1634 /*A*/ pDocShell->PostPaint( aWorkRange, PAINT_GRID | PAINT_EXTRAS, nExtFlags ); in DoChange()
H A Dundotab.cxx970 PAINT_GRID | PAINT_TOP | PAINT_LEFT | PAINT_EXTRAS ); in DoChange()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx153 if (nParts & PAINT_EXTRAS) // zuerst, falls Tabelle weg ist !!! in Notify()
H A Dviewfun2.cxx2489 PAINT_GRID | PAINT_TOP | PAINT_LEFT | PAINT_EXTRAS ); in ImportTables()
2719 PAINT_EXTRAS | PAINT_SIZE ); in MoveTable()
2878 pDocSh->PostPaint(0,0,0,MAXCOL,MAXROW,MAXTAB, PAINT_EXTRAS); in ShowTable()
2914 pDocSh->PostPaint(0,0,0,MAXCOL,MAXROW,MAXTAB, PAINT_EXTRAS); in HideTable()

Completed in 1113 milliseconds