LibreOffice Module sc (master)
1
|
#include <XMLStylesImportHelper.hxx>
Public Member Functions | |
ScMyStyleRanges () | |
~ScMyStyleRanges () | |
void | AddRange (const ScRange &rRange, const sal_Int16 nType) |
void | AddCurrencyRange (const ScRange &rRange, const std::optional< OUString > &pCurrency) |
void | InsertCol (const sal_Int32 nCol, const sal_Int32 nTab) |
void | SetStylesToRanges (const OUString *pStyleName, ScXMLImport &rImport) |
Static Private Member Functions | |
static void | SetStylesToRanges (const ScRangeList &rList, const OUString *pStyleName, const sal_Int16 nCellType, const OUString *pCurrency, ScXMLImport &rImport) |
Private Attributes | |
std::shared_ptr< ScRangeList > | mpTextList |
std::shared_ptr< ScRangeList > | mpNumberList |
std::shared_ptr< ScRangeList > | mpTimeList |
std::shared_ptr< ScRangeList > | mpDateTimeList |
std::shared_ptr< ScRangeList > | mpPercentList |
std::shared_ptr< ScRangeList > | mpLogicalList |
std::shared_ptr< ScRangeList > | mpUndefinedList |
std::unique_ptr< ScMyCurrencyStylesSet > | pCurrencyList |
Definition at line 84 of file XMLStylesImportHelper.hxx.
ScMyStyleRanges::ScMyStyleRanges | ( | ) |
Definition at line 43 of file XMLStylesImportHelper.cxx.
ScMyStyleRanges::~ScMyStyleRanges | ( | ) |
Definition at line 47 of file XMLStylesImportHelper.cxx.
void ScMyStyleRanges::AddCurrencyRange | ( | const ScRange & | rRange, |
const std::optional< OUString > & | pCurrency | ||
) |
Definition at line 112 of file XMLStylesImportHelper.cxx.
References ScMyCurrencyStyle::sCurrency.
Definition at line 51 of file XMLStylesImportHelper.cxx.
References PERCENT().
void ScMyStyleRanges::InsertCol | ( | const sal_Int32 | nCol, |
const sal_Int32 | nTab | ||
) |
Definition at line 123 of file XMLStylesImportHelper.cxx.
|
staticprivate |
Definition at line 149 of file XMLStylesImportHelper.cxx.
References ScXMLImport::SetStyleToRanges().
void ScMyStyleRanges::SetStylesToRanges | ( | const OUString * | pStyleName, |
ScXMLImport & | rImport | ||
) |
Definition at line 156 of file XMLStylesImportHelper.cxx.
References PERCENT().
|
private |
Definition at line 89 of file XMLStylesImportHelper.hxx.
|
private |
Definition at line 91 of file XMLStylesImportHelper.hxx.
|
private |
Definition at line 87 of file XMLStylesImportHelper.hxx.
|
private |
Definition at line 90 of file XMLStylesImportHelper.hxx.
|
private |
Definition at line 86 of file XMLStylesImportHelper.hxx.
|
private |
Definition at line 88 of file XMLStylesImportHelper.hxx.
|
private |
Definition at line 92 of file XMLStylesImportHelper.hxx.
|
private |
Definition at line 93 of file XMLStylesImportHelper.hxx.