LibreOffice Module sc (master) 1
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
ScMyStyleRanges Class Reference

#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< ScRangeListmpTextList
 
std::shared_ptr< ScRangeListmpNumberList
 
std::shared_ptr< ScRangeListmpTimeList
 
std::shared_ptr< ScRangeListmpDateTimeList
 
std::shared_ptr< ScRangeListmpPercentList
 
std::shared_ptr< ScRangeListmpLogicalList
 
std::shared_ptr< ScRangeListmpUndefinedList
 
std::unique_ptr< ScMyCurrencyStylesSetpCurrencyList
 

Detailed Description

Definition at line 84 of file XMLStylesImportHelper.hxx.

Constructor & Destructor Documentation

◆ ScMyStyleRanges()

ScMyStyleRanges::ScMyStyleRanges ( )

Definition at line 42 of file XMLStylesImportHelper.cxx.

◆ ~ScMyStyleRanges()

ScMyStyleRanges::~ScMyStyleRanges ( )

Definition at line 46 of file XMLStylesImportHelper.cxx.

Member Function Documentation

◆ AddCurrencyRange()

void ScMyStyleRanges::AddCurrencyRange ( const ScRange rRange,
const std::optional< OUString > &  pCurrency 
)

Definition at line 111 of file XMLStylesImportHelper.cxx.

References pCurrencyList, and ScMyCurrencyStyle::sCurrency.

◆ AddRange()

void ScMyStyleRanges::AddRange ( const ScRange rRange,
const sal_Int16  nType 
)

◆ InsertCol()

void ScMyStyleRanges::InsertCol ( const sal_Int32  nCol,
const sal_Int32  nTab 
)

◆ SetStylesToRanges() [1/2]

void ScMyStyleRanges::SetStylesToRanges ( const OUString *  pStyleName,
ScXMLImport rImport 
)

◆ SetStylesToRanges() [2/2]

void ScMyStyleRanges::SetStylesToRanges ( const ScRangeList rList,
const OUString *  pStyleName,
const sal_Int16  nCellType,
const OUString *  pCurrency,
ScXMLImport rImport 
)
staticprivate

Definition at line 148 of file XMLStylesImportHelper.cxx.

References ScXMLImport::SetStyleToRanges().

Referenced by SetStylesToRanges().

Member Data Documentation

◆ mpDateTimeList

std::shared_ptr<ScRangeList> ScMyStyleRanges::mpDateTimeList
private

Definition at line 89 of file XMLStylesImportHelper.hxx.

Referenced by AddRange(), InsertCol(), and SetStylesToRanges().

◆ mpLogicalList

std::shared_ptr<ScRangeList> ScMyStyleRanges::mpLogicalList
private

Definition at line 91 of file XMLStylesImportHelper.hxx.

Referenced by AddRange(), InsertCol(), and SetStylesToRanges().

◆ mpNumberList

std::shared_ptr<ScRangeList> ScMyStyleRanges::mpNumberList
private

Definition at line 87 of file XMLStylesImportHelper.hxx.

Referenced by AddRange(), InsertCol(), and SetStylesToRanges().

◆ mpPercentList

std::shared_ptr<ScRangeList> ScMyStyleRanges::mpPercentList
private

Definition at line 90 of file XMLStylesImportHelper.hxx.

Referenced by AddRange(), InsertCol(), and SetStylesToRanges().

◆ mpTextList

std::shared_ptr<ScRangeList> ScMyStyleRanges::mpTextList
private

Definition at line 86 of file XMLStylesImportHelper.hxx.

Referenced by AddRange(), InsertCol(), and SetStylesToRanges().

◆ mpTimeList

std::shared_ptr<ScRangeList> ScMyStyleRanges::mpTimeList
private

Definition at line 88 of file XMLStylesImportHelper.hxx.

Referenced by AddRange(), InsertCol(), and SetStylesToRanges().

◆ mpUndefinedList

std::shared_ptr<ScRangeList> ScMyStyleRanges::mpUndefinedList
private

Definition at line 92 of file XMLStylesImportHelper.hxx.

Referenced by AddRange(), InsertCol(), and SetStylesToRanges().

◆ pCurrencyList

std::unique_ptr<ScMyCurrencyStylesSet> ScMyStyleRanges::pCurrencyList
private

Definition at line 93 of file XMLStylesImportHelper.hxx.

Referenced by AddCurrencyRange(), InsertCol(), and SetStylesToRanges().


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