LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScMyAreaLink Struct Reference

#include <XMLExportIterator.hxx>

Collaboration diagram for ScMyAreaLink:
[legend]

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
 

Detailed Description

Definition at line 148 of file XMLExportIterator.hxx.

Constructor & Destructor Documentation

◆ ScMyAreaLink()

ScMyAreaLink::ScMyAreaLink ( )
inline

Definition at line 157 of file XMLExportIterator.hxx.

Member Function Documentation

◆ Compare()

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().

◆ GetColCount()

sal_Int32 ScMyAreaLink::GetColCount ( ) const
inline

◆ GetRowCount()

sal_Int32 ScMyAreaLink::GetRowCount ( ) const
inline

◆ operator<()

bool ScMyAreaLink::operator< ( const ScMyAreaLink rAreaLink) const
inline

Definition at line 251 of file XMLExportIterator.cxx.

References aDestRange, ScRange::aStart, and ScAddress::lessThanByRow().

Member Data Documentation

◆ aDestRange

ScRange ScMyAreaLink::aDestRange

◆ nRefreshDelaySeconds

sal_Int32 ScMyAreaLink::nRefreshDelaySeconds

Definition at line 155 of file XMLExportIterator.hxx.

Referenced by ScXMLExport::GetAreaLinks(), and ScXMLExport::WriteAreaLink().

◆ sFilter

OUString ScMyAreaLink::sFilter

◆ sFilterOptions

OUString ScMyAreaLink::sFilterOptions

◆ sSourceStr

OUString ScMyAreaLink::sSourceStr

◆ sURL

OUString ScMyAreaLink::sURL

The documentation for this struct was generated from the following files: