LibreOffice Module sc (master) 1
|
#include <viewutil.hxx>
Public Member Functions | |
ScUpdateRect (SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2) | |
void | SetNew (SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2) |
bool | GetDiff (SCCOL &rX1, SCROW &rY1, SCCOL &rX2, SCROW &rY2) |
Private Attributes | |
SCCOL | nOldStartX |
SCROW | nOldStartY |
SCCOL | nOldEndX |
SCROW | nOldEndY |
SCCOL | nNewStartX |
SCROW | nNewStartY |
SCCOL | nNewEndX |
SCROW | nNewEndY |
Definition at line 71 of file viewutil.hxx.
Definition at line 353 of file viewutil.cxx.
References nOldEndX, nOldEndY, nOldStartX, nOldStartY, and PutInOrder().
Definition at line 379 of file viewutil.cxx.
References nNewEndX, nNewEndY, nNewStartX, nNewStartY, nOldEndX, nOldEndY, nOldStartX, and nOldStartY.
Referenced by ScTabView::UpdateRef().
Definition at line 368 of file viewutil.cxx.
References nNewEndX, nNewEndY, nNewStartX, nNewStartY, and PutInOrder().
Referenced by ScTabView::UpdateRef().
|
private |
Definition at line 80 of file viewutil.hxx.
|
private |
Definition at line 81 of file viewutil.hxx.
|
private |
Definition at line 78 of file viewutil.hxx.
|
private |
Definition at line 79 of file viewutil.hxx.
|
private |
Definition at line 76 of file viewutil.hxx.
Referenced by GetDiff(), and ScUpdateRect().
|
private |
Definition at line 77 of file viewutil.hxx.
Referenced by GetDiff(), and ScUpdateRect().
|
private |
Definition at line 74 of file viewutil.hxx.
Referenced by GetDiff(), and ScUpdateRect().
|
private |
Definition at line 75 of file viewutil.hxx.
Referenced by GetDiff(), and ScUpdateRect().