LibreOffice Module sc (master) 1
|
#include <XMLExportIterator.hxx>
Public Member Functions | |
bool | operator< (const ScMyShape &aShape) const |
Public Attributes | |
ScAddress | aAddress |
ScAddress | aEndAddress |
sal_Int32 | nEndX |
sal_Int32 | nEndY |
css::uno::Reference< css::drawing::XShape > | xShape |
Definition at line 62 of file XMLExportIterator.hxx.
|
inline |
Definition at line 55 of file XMLExportIterator.cxx.
References aAddress, and ScAddress::lessThanByRow().
ScAddress ScMyShape::aAddress |
Definition at line 64 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::CollectSharedData(), and operator<().
ScAddress ScMyShape::aEndAddress |
Definition at line 65 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::CollectSharedData().
sal_Int32 ScMyShape::nEndX |
Definition at line 66 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::CollectSharedData().
sal_Int32 ScMyShape::nEndY |
Definition at line 67 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::CollectSharedData().
css::uno::Reference<css::drawing::XShape> ScMyShape::xShape |
Definition at line 68 of file XMLExportIterator.hxx.
Referenced by ScXMLExport::CollectSharedData().