Searched refs:PAINT_EXTRAS (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | global.hxx | 185 #define PAINT_EXTRAS 8 macro 190 #define PAINT_ALL ( PAINT_GRID | PAINT_TOP | PAINT_LEFT | PAINT_EXTRAS | PAINT_OBJECTS | PAINT_SI…
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 126 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 D | tablink.cxx | 418 PAINT_GRID | PAINT_TOP | PAINT_LEFT | PAINT_EXTRAS ); in Refresh()
|
H A D | docfunc.cxx | 2887 rDocShell.PostPaint(0,0,0,MAXCOL,MAXROW,MAXTAB, PAINT_EXTRAS); in SetTableVisible()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 243 pDocSh->PostPaint( aDrawRange, PAINT_GRID| PAINT_EXTRAS); in StopDragMode()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwsh5.cxx | 153 if (nParts & PAINT_EXTRAS) // zuerst, falls Tabelle weg ist !!! in Notify()
|
H A D | viewfun2.cxx | 2489 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()
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 195 /*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 D | undoblk.cxx | 1516 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 D | undotab.cxx | 970 PAINT_GRID | PAINT_TOP | PAINT_LEFT | PAINT_EXTRAS ); in DoChange()
|
Completed in 114 milliseconds