LibreOffice Module writerfilter (master) 1
|
Handler for sprms that contain 'track changes' attributes. More...
#include <TrackChangesHandler.hxx>
Public Member Functions | |
TrackChangesHandler (sal_Int32 nToken) | |
virtual | ~TrackChangesHandler () override |
css::uno::Sequence< css::beans::PropertyValue > | getRedlineProperties () const |
Compute the UNO properties for the track changes object based on the received tokens. More... | |
![]() | |
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 |
Private Member Functions | |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
Private Attributes | |
RedlineParamsPtr | m_pRedlineParams |
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 |
Handler for sprms that contain 'track changes' attributes.
Definition at line 23 of file TrackChangesHandler.hxx.
|
explicit |
Definition at line 23 of file TrackChangesHandler.cxx.
References m_pRedlineParams, and nToken.
|
overridevirtual |
Definition at line 31 of file TrackChangesHandler.cxx.
uno::Sequence< beans::PropertyValue > writerfilter::dmapper::TrackChangesHandler::getRedlineProperties | ( | ) | const |
Compute the UNO properties for the track changes object based on the received tokens.
Definition at line 58 of file TrackChangesHandler.cxx.
References writerfilter::dmapper::ConversionHelper::ConvertDateStringToDateTime(), writerfilter::dmapper::getPropertyName(), m_pRedlineParams, comphelper::makePropertyValue(), writerfilter::dmapper::PROP_REDLINE_AUTHOR, writerfilter::dmapper::PROP_REDLINE_DATE_TIME, writerfilter::dmapper::PROP_REDLINE_TYPE, writerfilter::dmapper::PROP_TABLE_CELL_DELETE, writerfilter::dmapper::PROP_TABLE_CELL_INSERT, writerfilter::dmapper::PROP_TABLE_ROW_DELETE, writerfilter::dmapper::PROP_TABLE_ROW_INSERT, and sType.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 36 of file TrackChangesHandler.cxx.
References writerfilter::Value::getString(), and m_pRedlineParams.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 84 of file TrackChangesHandler.cxx.
|
private |
Definition at line 25 of file TrackChangesHandler.hxx.
Referenced by getRedlineProperties(), lcl_attribute(), and TrackChangesHandler().