LibreOffice Module sc (master)
1
|
#include <XMLExportIterator.hxx>
Public Member Functions | |
ScMyAreaLink () | |
sal_Int32 | GetColCount () const |
sal_Int32 | GetRowCount () const |
bool | Compare (const ScMyAreaLink &rAreaLink) const |
bool | operator< (const ScMyAreaLink &rAreaLink) const |
Public Attributes | |
OUString | sFilter |
OUString | sFilterOptions |
OUString | sURL |
OUString | sSourceStr |
ScRange | aDestRange |
sal_Int32 | nRefresh |
Definition at line 151 of file XMLExportIterator.hxx.
|
inline |
Definition at line 160 of file XMLExportIterator.hxx.
bool ScMyAreaLink::Compare | ( | const ScMyAreaLink & | rAreaLink | ) | const |
Definition at line 245 of file XMLExportIterator.cxx.
References GetRowCount(), sFilter, sFilterOptions, sSourceStr, and sURL.
Referenced by ScXMLExport::IsCellEqual().
|
inline |
Definition at line 162 of file XMLExportIterator.hxx.
References ScRange::aEnd, ScRange::aStart, and ScAddress::Col().
Referenced by ScXMLExport::IsCellEqual(), and ScXMLExport::WriteAreaLink().
|
inline |
Definition at line 163 of file XMLExportIterator.hxx.
References ScRange::aEnd, ScRange::aStart, and ScAddress::Row().
Referenced by Compare(), and ScXMLExport::WriteAreaLink().
|
inline |
Definition at line 254 of file XMLExportIterator.cxx.
References aDestRange, ScRange::aStart, and ScAddress::lessThanByRow().
ScRange ScMyAreaLink::aDestRange |
Definition at line 157 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::GetAreaLinks(), and operator<().
sal_Int32 ScMyAreaLink::nRefresh |
Definition at line 158 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sFilter |
Definition at line 153 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sFilterOptions |
Definition at line 154 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sSourceStr |
Definition at line 156 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sURL |
Definition at line 155 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().