LibreOffice Module writerfilter (master) 1
|
Class to process all text effects like glow, textOutline, ... More...
#include <TextEffectsHandler.hxx>
Public Member Functions | |
TextEffectsHandler (sal_uInt32 aElementId) | |
virtual | ~TextEffectsHandler () override |
const std::optional< PropertyIds > & | getGrabBagPropertyId () const |
css::beans::PropertyValue | getInteropGrabBag () |
virtual void | lcl_attribute (Id aName, Value &aValue) override |
virtual void | lcl_sprm (Sprm &sprm) override |
![]() | |
LoggedProperties (const std::string &sPrefix) | |
virtual | ~LoggedProperties () override |
void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Static Public Member Functions | |
static OUString | getSchemeColorValTypeString (sal_Int32 nType) |
static OUString | getRectAlignmentString (sal_Int32 nType) |
static OUString | getLineCapString (sal_Int32 nType) |
static OUString | getCompoundLineString (sal_Int32 nType) |
static OUString | getPenAlignmentString (sal_Int32 nType) |
static OUString | getOnOffString (sal_Int32 nType) |
static OUString | getPathShadeTypeString (sal_Int32 nType) |
static OUString | getPresetLineDashValString (sal_Int32 nType) |
static OUString | getPresetCameraTypeString (sal_Int32 nType) |
static OUString | getLightRigTypeString (sal_Int32 nType) |
static OUString | getLightRigDirectionString (sal_Int32 nType) |
static OUString | getBevelPresetTypeString (sal_Int32 nType) |
static OUString | getPresetMaterialTypeString (sal_Int32 nType) |
static OUString | getLigaturesString (sal_Int32 nType) |
static OUString | getNumFormString (sal_Int32 nType) |
static OUString | getNumSpacingString (sal_Int32 nType) |
static sal_uInt8 | GetTextFillSolidFillAlpha (const css::beans::PropertyValue &rValue) |
Private Member Functions | |
void | convertElementIdToPropertyId (sal_Int32 aElementId) |
Private Attributes | |
std::optional< PropertyIds > | maPropertyId |
OUString | maElementName |
std::unique_ptr< oox::GrabBagStack > | mpGrabBagStack |
Additional Inherited Members | |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Class to process all text effects like glow, textOutline, ...
Definition at line 27 of file TextEffectsHandler.hxx.
|
explicit |
Definition at line 484 of file TextEffectsHandler.cxx.
References convertElementIdToPropertyId(), maElementName, and mpGrabBagStack.
|
overridevirtual |
Definition at line 491 of file TextEffectsHandler.cxx.
|
private |
Definition at line 427 of file TextEffectsHandler.cxx.
References maElementName, maPropertyId, writerfilter::dmapper::PROP_CHAR_CNTXTALTS_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_GLOW_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_LIGATURES_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_NUMFORM_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_NUMSPACING_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_PROPS3D_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_REFLECTION_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_SCENE3D_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_SHADOW_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_STYLISTICSETS_TEXT_EFFECT, writerfilter::dmapper::PROP_CHAR_TEXTFILL_TEXT_EFFECT, and writerfilter::dmapper::PROP_CHAR_TEXTOUTLINE_TEXT_EFFECT.
Referenced by TextEffectsHandler().
|
static |
Definition at line 332 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 136 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
inline |
Definition at line 40 of file TextEffectsHandler.hxx.
References maPropertyId.
beans::PropertyValue writerfilter::dmapper::TextEffectsHandler::getInteropGrabBag | ( | ) |
Definition at line 747 of file TextEffectsHandler.cxx.
References mpGrabBagStack.
|
static |
Definition at line 378 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 314 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 278 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 124 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 403 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 415 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 161 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute(), and writerfilter::dmapper::DomainMapper::sprmWithProps().
|
static |
Definition at line 174 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 150 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 206 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 186 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 353 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 104 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 78 of file TextEffectsHandler.cxx.
References nType.
Referenced by lcl_attribute().
|
static |
Definition at line 754 of file TextEffectsHandler.cxx.
References aMap, aPropertyValues, comphelper::SequenceAsHashMap::end(), comphelper::SequenceAsHashMap::find(), and oox::drawingml::PER_PERCENT.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
overridevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 496 of file TextEffectsHandler.cxx.
References aBuffer, aName, getBevelPresetTypeString(), getCompoundLineString(), writerfilter::Value::getInt(), getLigaturesString(), getLightRigDirectionString(), getLightRigTypeString(), getLineCapString(), getNumFormString(), getNumSpacingString(), getOnOffString(), getPathShadeTypeString(), getPenAlignmentString(), getPresetCameraTypeString(), getPresetLineDashValString(), getPresetMaterialTypeString(), getRectAlignmentString(), getSchemeColorValTypeString(), mpGrabBagStack, and comphelper::string::padToLength().
|
overridevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 720 of file TextEffectsHandler.cxx.
References writerfilter::Sprm::getId(), writerfilter::Sprm::getProps(), and mpGrabBagStack.
|
private |
Definition at line 31 of file TextEffectsHandler.hxx.
Referenced by convertElementIdToPropertyId(), and TextEffectsHandler().
|
private |
Definition at line 30 of file TextEffectsHandler.hxx.
Referenced by convertElementIdToPropertyId(), and getGrabBagPropertyId().
|
private |
Definition at line 32 of file TextEffectsHandler.hxx.
Referenced by getInteropGrabBag(), lcl_attribute(), lcl_sprm(), and TextEffectsHandler().