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 | nRefreshDelaySeconds |
Definition at line 148 of file XMLExportIterator.hxx.
|
inline |
Definition at line 157 of file XMLExportIterator.hxx.
bool ScMyAreaLink::Compare | ( | const ScMyAreaLink & | rAreaLink | ) | const |
Definition at line 242 of file XMLExportIterator.cxx.
References GetRowCount(), sFilter, sFilterOptions, sSourceStr, and sURL.
Referenced by ScXMLExport::IsCellEqual().
|
inline |
Definition at line 159 of file XMLExportIterator.hxx.
References aDestRange, ScRange::aEnd, ScRange::aStart, and ScAddress::Col().
Referenced by ScXMLExport::IsCellEqual(), and ScXMLExport::WriteAreaLink().
|
inline |
Definition at line 160 of file XMLExportIterator.hxx.
References aDestRange, ScRange::aEnd, ScRange::aStart, and ScAddress::Row().
Referenced by Compare(), and ScXMLExport::WriteAreaLink().
|
inline |
Definition at line 251 of file XMLExportIterator.cxx.
References aDestRange, ScRange::aStart, and ScAddress::lessThanByRow().
ScRange ScMyAreaLink::aDestRange |
Definition at line 154 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::GetAreaLinks(), GetColCount(), GetRowCount(), and operator<().
sal_Int32 ScMyAreaLink::nRefreshDelaySeconds |
Definition at line 155 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sFilter |
Definition at line 150 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sFilterOptions |
Definition at line 151 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sSourceStr |
Definition at line 153 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().
OUString ScMyAreaLink::sURL |
Definition at line 152 of file XMLExportIterator.hxx.
Referenced by Compare(), ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().