LibreOffice Module sc (master) 1
|
#include <orcusinterface.hxx>
Public Member Functions | |
ScOrcusXf () | |
Public Attributes | |
std::size_t | mnFontId |
std::size_t | mnFillId |
std::size_t | mnBorderId |
std::size_t | mnProtectionId |
std::size_t | mnNumberFormatId |
std::size_t | mnStyleXf |
bool | mbApplyAlignment |
std::optional< bool > | mbWrapText |
std::optional< bool > | mbShrinkToFit |
SvxCellHorJustify | meHorAlignment |
SvxCellVerJustify | meVerAlignment |
SvxCellJustifyMethod | meHorAlignMethod |
SvxCellJustifyMethod | meVerAlignMethod |
Definition at line 421 of file orcusinterface.hxx.
ScOrcusXf::ScOrcusXf | ( | ) |
Definition at line 1534 of file interface.cxx.
bool ScOrcusXf::mbApplyAlignment |
Definition at line 430 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), ScOrcusImportXf::set_apply_alignment(), ScOrcusImportXf::set_horizontal_alignment(), and ScOrcusImportXf::set_vertical_alignment().
std::optional<bool> ScOrcusXf::mbShrinkToFit |
Definition at line 432 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_shrink_to_fit().
std::optional<bool> ScOrcusXf::mbWrapText |
Definition at line 431 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_wrap_text().
SvxCellHorJustify ScOrcusXf::meHorAlignment |
Definition at line 434 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_horizontal_alignment().
SvxCellJustifyMethod ScOrcusXf::meHorAlignMethod |
Definition at line 436 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_horizontal_alignment().
SvxCellVerJustify ScOrcusXf::meVerAlignment |
Definition at line 435 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_vertical_alignment().
SvxCellJustifyMethod ScOrcusXf::meVerAlignMethod |
Definition at line 437 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_vertical_alignment().
std::size_t ScOrcusXf::mnBorderId |
Definition at line 425 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_border().
std::size_t ScOrcusXf::mnFillId |
Definition at line 424 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_fill().
std::size_t ScOrcusXf::mnFontId |
Definition at line 423 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_font().
std::size_t ScOrcusXf::mnNumberFormatId |
Definition at line 427 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_number_format().
std::size_t ScOrcusXf::mnProtectionId |
Definition at line 426 of file orcusinterface.hxx.
Referenced by ScOrcusStyles::applyXfToItemSet(), and ScOrcusImportXf::set_protection().
std::size_t ScOrcusXf::mnStyleXf |
Definition at line 428 of file orcusinterface.hxx.
Referenced by ScOrcusImportXf::set_style_xf().