|
LibreOffice Module sc (master) 1
|
#include <rangeutl.hxx>
Public Member Functions | |
| ScArea (SCTAB tab=0, SCCOL colStart=0, SCROW rowStart=0, SCCOL colEnd=0, SCROW rowEnd=0) | |
| bool | operator== (const ScArea &r) const |
Public Attributes | |
| SCTAB | nTab |
| SCCOL | nColStart |
| SCROW | nRowStart |
| SCCOL | nColEnd |
| SCROW | nRowEnd |
Definition at line 235 of file rangeutl.hxx.
| ScArea::ScArea | ( | SCTAB | tab = 0, |
| SCCOL | colStart = 0, |
||
| SCROW | rowStart = 0, |
||
| SCCOL | colEnd = 0, |
||
| SCROW | rowEnd = 0 |
||
| ) |
Definition at line 976 of file rangeutl.cxx.
| bool ScArea::operator== | ( | const ScArea & | r | ) | const |
| SCCOL ScArea::nColEnd |
Definition at line 250 of file rangeutl.hxx.
Referenced by ScDocShell::DoConsolidate(), ScRangeStringConverter::GetAreaFromString(), ScConsolidationDescriptor::getSources(), ScRangeStringConverter::GetStringFromArea(), IMPL_LINK(), ScConsolidateDlg::Init(), lcl_GetAreaName(), operator==(), ScUndoUseScenario::ScUndoUseScenario(), and ScUndoConsolidate::Undo().
| SCCOL ScArea::nColStart |
Definition at line 248 of file rangeutl.hxx.
Referenced by ScDocShell::DoConsolidate(), ScRangeStringConverter::GetAreaFromString(), ScConsolidationDescriptor::getSources(), ScRangeStringConverter::GetStringFromArea(), IMPL_LINK(), ScConsolidateDlg::Init(), lcl_GetAreaName(), operator==(), ScUndoUseScenario::ScUndoUseScenario(), and ScUndoConsolidate::Undo().
| SCROW ScArea::nRowEnd |
Definition at line 251 of file rangeutl.hxx.
Referenced by ScDocShell::DoConsolidate(), ScRangeStringConverter::GetAreaFromString(), ScConsolidationDescriptor::getSources(), ScRangeStringConverter::GetStringFromArea(), IMPL_LINK(), ScConsolidateDlg::Init(), lcl_GetAreaName(), operator==(), ScUndoUseScenario::ScUndoUseScenario(), and ScUndoConsolidate::Undo().
| SCROW ScArea::nRowStart |
Definition at line 249 of file rangeutl.hxx.
Referenced by ScDocShell::DoConsolidate(), ScRangeStringConverter::GetAreaFromString(), ScConsolidationDescriptor::getSources(), ScRangeStringConverter::GetStringFromArea(), IMPL_LINK(), ScConsolidateDlg::Init(), lcl_GetAreaName(), operator==(), ScUndoUseScenario::ScUndoUseScenario(), and ScUndoConsolidate::Undo().
| SCTAB ScArea::nTab |
Definition at line 247 of file rangeutl.hxx.
Referenced by ScDocShell::DoConsolidate(), ScRangeStringConverter::GetAreaFromString(), ScConsolidationDescriptor::getSources(), ScRangeStringConverter::GetStringFromArea(), IMPL_LINK(), ScConsolidateDlg::Init(), ScRangeUtil::IsAbsTabArea(), lcl_GetAreaName(), operator==(), ScUndoUseScenario::ScUndoUseScenario(), and ScUndoConsolidate::Undo().