LibreOffice Module sc (master) 1
|
#include <orcusinterface.hxx>
Public Member Functions | |
ScOrucsImportCellStyle (ScOrcusFactory &rFactory, ScOrcusStyles &rStyles, const std::vector< ScOrcusXf > &rXfs) | |
void | reset () |
void | set_name (std::string_view s) override |
void | set_display_name (std::string_view s) override |
void | set_xf (std::size_t index) override |
void | set_builtin (std::size_t index) override |
void | set_parent_name (std::string_view s) override |
void | commit () override |
Private Attributes | |
ScOrcusCellStyle | maCurrentStyle |
ScOrcusFactory & | mrFactory |
ScOrcusStyles & | mrStyles |
const std::vector< ScOrcusXf > & | mrXfs |
Definition at line 577 of file orcusinterface.hxx.
ScOrucsImportCellStyle::ScOrucsImportCellStyle | ( | ScOrcusFactory & | rFactory, |
ScOrcusStyles & | rStyles, | ||
const std::vector< ScOrcusXf > & | rXfs | ||
) |
Definition at line 2019 of file interface.cxx.
|
override |
Definition at line 2060 of file interface.cxx.
References ScOrcusStyles::applyXfToItemSet(), ScDocumentImport::getDoc(), ScOrcusFactory::getDoc(), SfxStyleSheetBase::GetItemSet(), ScDocument::GetStyleSheetPool(), maCurrentStyle, ScStyleSheetPool::Make(), ScOrcusCellStyle::maName, ScOrcusCellStyle::maParentName, ScOrcusCellStyle::mnXFId, mrFactory, mrStyles, mrXfs, ScStyleNameConversion::ProgrammaticToDisplayName(), rSet, SAL_INFO, SAL_WARN, and SfxStyleSheetBase::SetParent().
void ScOrucsImportCellStyle::reset | ( | ) |
Definition at line 2027 of file interface.cxx.
References maCurrentStyle.
Referenced by ScOrcusStyles::start_cell_style().
|
override |
Definition at line 2049 of file interface.cxx.
References index, maCurrentStyle, and ScOrcusCellStyle::mnBuiltInId.
|
override |
Definition at line 2038 of file interface.cxx.
References aName, ScOrcusFactory::getGlobalSettings(), ScOrcusGlobalSettings::getTextEncoding(), maCurrentStyle, ScOrcusCellStyle::maDisplayName, mrFactory, and name.
|
override |
Definition at line 2032 of file interface.cxx.
References aName, ScOrcusFactory::getGlobalSettings(), ScOrcusGlobalSettings::getTextEncoding(), maCurrentStyle, ScOrcusCellStyle::maName, mrFactory, and name.
|
override |
Definition at line 2054 of file interface.cxx.
References ScOrcusFactory::getGlobalSettings(), ScOrcusGlobalSettings::getTextEncoding(), maCurrentStyle, ScOrcusCellStyle::maParentName, mrFactory, and name.
|
override |
Definition at line 2044 of file interface.cxx.
References index, maCurrentStyle, and ScOrcusCellStyle::mnXFId.
|
private |
Definition at line 579 of file orcusinterface.hxx.
Referenced by commit(), reset(), set_builtin(), set_display_name(), set_name(), set_parent_name(), and set_xf().
|
private |
Definition at line 580 of file orcusinterface.hxx.
Referenced by commit(), set_display_name(), set_name(), and set_parent_name().
|
private |
Definition at line 581 of file orcusinterface.hxx.
Referenced by commit().
|
private |
Definition at line 582 of file orcusinterface.hxx.
Referenced by commit().