LibreOffice Module sc (master) 1
|
#include <XMLStylesExportHelper.hxx>
Public Member Functions | |
ScMyFormatRange () | |
bool | operator< (const ScMyFormatRange &rRange) const |
Public Attributes | |
css::table::CellRangeAddress | aRangeAddress |
sal_Int32 | nStyleNameIndex |
sal_Int32 | nValidationIndex |
sal_Int32 | nNumberFormat |
bool | bIsAutoStyle |
Definition at line 146 of file XMLStylesExportHelper.hxx.
ScMyFormatRange::ScMyFormatRange | ( | ) |
Definition at line 633 of file XMLStylesExportHelper.cxx.
bool ScMyFormatRange::operator< | ( | const ScMyFormatRange & | rRange | ) | const |
Definition at line 641 of file XMLStylesExportHelper.cxx.
References aRangeAddress.
css::table::CellRangeAddress ScMyFormatRange::aRangeAddress |
Definition at line 148 of file XMLStylesExportHelper.hxx.
Referenced by ScFormatRangeStyles::AddRangeStyleName(), and operator<().
bool ScMyFormatRange::bIsAutoStyle |
Definition at line 152 of file XMLStylesExportHelper.hxx.
Referenced by ScFormatRangeStyles::AddRangeStyleName().
sal_Int32 ScMyFormatRange::nNumberFormat |
Definition at line 151 of file XMLStylesExportHelper.hxx.
Referenced by ScFormatRangeStyles::AddRangeStyleName().
sal_Int32 ScMyFormatRange::nStyleNameIndex |
Definition at line 149 of file XMLStylesExportHelper.hxx.
Referenced by ScFormatRangeStyles::AddRangeStyleName().
sal_Int32 ScMyFormatRange::nValidationIndex |
Definition at line 150 of file XMLStylesExportHelper.hxx.
Referenced by ScFormatRangeStyles::AddRangeStyleName().