|
LibreOffice Module sc (master) 1
|
#include <XMLStylesExportHelper.hxx>
Public Member Functions | |
| ScMyRowFormatRange () | |
| bool | operator< (const ScMyRowFormatRange &rRange) const |
Public Attributes | |
| sal_Int32 | nStartColumn |
| sal_Int32 | nRepeatColumns |
| sal_Int32 | nRepeatRows |
| sal_Int32 | nIndex |
| sal_Int32 | nValidationIndex |
| bool | bIsAutoStyle |
Definition at line 108 of file XMLStylesExportHelper.hxx.
| ScMyRowFormatRange::ScMyRowFormatRange | ( | ) |
Definition at line 469 of file XMLStylesExportHelper.cxx.
References nIndex.
| bool ScMyRowFormatRange::operator< | ( | const ScMyRowFormatRange & | rRange | ) | const |
Definition at line 479 of file XMLStylesExportHelper.cxx.
References nStartColumn.
| bool ScMyRowFormatRange::bIsAutoStyle |
Definition at line 115 of file XMLStylesExportHelper.hxx.
Referenced by ScRowFormatRanges::AddRange(), ScFormatRangeStyles::GetFormatRanges(), and ScXMLExport::WriteRowContent().
| sal_Int32 ScMyRowFormatRange::nIndex |
Definition at line 113 of file XMLStylesExportHelper.hxx.
Referenced by ScRowFormatRanges::AddRange(), ScFormatRangeStyles::GetFormatRanges(), and ScXMLExport::WriteRowContent().
| sal_Int32 ScMyRowFormatRange::nRepeatColumns |
Definition at line 111 of file XMLStylesExportHelper.hxx.
Referenced by ScRowFormatRanges::AddRange(), ScFormatRangeStyles::GetFormatRanges(), and ScXMLExport::WriteRowContent().
| sal_Int32 ScMyRowFormatRange::nRepeatRows |
Definition at line 112 of file XMLStylesExportHelper.hxx.
Referenced by ScRowFormatRanges::AddRange(), and ScFormatRangeStyles::GetFormatRanges().
| sal_Int32 ScMyRowFormatRange::nStartColumn |
Definition at line 110 of file XMLStylesExportHelper.hxx.
Referenced by ScRowFormatRanges::AddRange(), ScFormatRangeStyles::GetFormatRanges(), operator<(), and ScXMLExport::WriteRowContent().
| sal_Int32 ScMyRowFormatRange::nValidationIndex |
Definition at line 114 of file XMLStylesExportHelper.hxx.
Referenced by ScRowFormatRanges::AddRange(), ScFormatRangeStyles::GetFormatRanges(), and ScXMLExport::WriteRowContent().