LibreOffice Module writerfilter (master) 1
|
#include <SettingsTable.hxx>
Public Member Functions | |
SettingsTable (const DomainMapper &rDomainMapper) | |
virtual | ~SettingsTable () override |
int | GetDefaultTabStop () const |
bool | GetLinkStyles () const |
Automatically update styles from document template? More... | |
sal_Int16 | GetZoomFactor () const |
What's the zoom factor set in percents? More... | |
sal_Int16 | GetZoomType () const |
Gets the type of the zoom. More... | |
Id | GetView () const |
What's the requested view? E.g. "web". More... | |
bool | GetEvenAndOddHeaders () const |
bool | GetUsePrinterMetrics () const |
bool | GetEmbedTrueTypeFonts () const |
bool | GetEmbedSystemFonts () const |
bool | GetDoNotUseHTMLParagraphAutoSpacing () const |
bool | GetSplitPgBreakAndParaMark () const |
bool | GetMirrorMarginSettings () const |
bool | GetDisplayBackgroundShape () const |
bool | GetDoNotExpandShiftReturn () const |
bool | GetNoColumnBalance () const |
bool | GetProtectForm () const |
bool | GetReadOnly () const |
bool | GetLongerSpaceSequence () const |
bool | GetNoLeading () const |
bool | GetNoHyphenateCaps () const |
sal_Int16 | GetHyphenationZone () const |
const OUString & | GetDecimalSymbol () const |
const OUString & | GetListSeparator () const |
css::uno::Sequence< css::beans::PropertyValue > const & | GetThemeFontLangProperties () const |
css::uno::Sequence< css::beans::PropertyValue > | GetCompatSettings () const |
css::uno::Sequence< css::beans::PropertyValue > | GetDocumentProtectionSettings () const |
css::uno::Sequence< css::beans::PropertyValue > | GetWriteProtectionSettings () const |
void | ApplyProperties (css::uno::Reference< css::text::XTextDocument > const &xDoc) |
bool | GetCompatSettingValue (std::u16string_view sCompatName) const |
sal_Int32 | GetWordCompatibilityMode () const |
const OUString & | GetCurrentDatabaseDataSource () const |
bool | GetGutterAtTop () const |
![]() | |
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 |
![]() | |
LoggedTable (const std::string &sPrefix) | |
virtual | ~LoggedTable () override |
void | entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref) override |
Receives an entry of the table. More... | |
virtual void | entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref)=0 |
Receives an entry of the table. More... | |
Private Member Functions | |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
virtual void | lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref) override |
Private Attributes | |
std::unique_ptr< SettingsTable_Impl > | m_pImpl |
Additional Inherited Members | |
![]() | |
typedef tools::SvRef< Table > | Pointer_t |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
virtual void | lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
![]() | |
~Table () override | |
Definition at line 38 of file SettingsTable.hxx.
writerfilter::dmapper::SettingsTable::SettingsTable | ( | const DomainMapper & | rDomainMapper | ) |
Definition at line 145 of file SettingsTable.cxx.
References writerfilter::dmapper::DomainMapper::IsRTFImport(), m_pImpl, and m_pImpl.
|
overridevirtual |
Definition at line 162 of file SettingsTable.cxx.
void writerfilter::dmapper::SettingsTable::ApplyProperties | ( | css::uno::Reference< css::text::XTextDocument > const & | xDoc | ) |
Definition at line 571 of file SettingsTable.cxx.
References GetHyphenationZone(), writerfilter::dmapper::getPropertyName(), GetWordCompatibilityMode(), writerfilter::dmapper::lcl_isDefault(), m_pImpl, writerfilter::dmapper::PROP_CONTENT, and writerfilter::dmapper::PROP_NAME.
uno::Sequence< beans::PropertyValue > writerfilter::dmapper::SettingsTable::GetCompatSettings | ( | ) | const |
Definition at line 530 of file SettingsTable.cxx.
References comphelper::containerToSequence(), GetWordCompatibilityMode(), comphelper::InitPropertySequence(), and m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetCompatSettingValue | ( | std::u16string_view | sCompatName | ) | const |
Definition at line 679 of file SettingsTable.cxx.
const OUString & writerfilter::dmapper::SettingsTable::GetCurrentDatabaseDataSource | ( | ) | const |
Definition at line 561 of file SettingsTable.cxx.
References m_pImpl.
const OUString & writerfilter::dmapper::SettingsTable::GetDecimalSymbol | ( | ) | const |
Definition at line 514 of file SettingsTable.cxx.
References m_pImpl.
int writerfilter::dmapper::SettingsTable::GetDefaultTabStop | ( | ) | const |
Definition at line 419 of file SettingsTable.cxx.
References writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), and m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetDisplayBackgroundShape | ( | ) | const |
Definition at line 481 of file SettingsTable.cxx.
References m_pImpl.
uno::Sequence< beans::PropertyValue > writerfilter::dmapper::SettingsTable::GetDocumentProtectionSettings | ( | ) | const |
Definition at line 551 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetDoNotExpandShiftReturn | ( | ) | const |
Definition at line 486 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetDoNotUseHTMLParagraphAutoSpacing | ( | ) | const |
Definition at line 461 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetEmbedSystemFonts | ( | ) | const |
Definition at line 456 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetEmbedTrueTypeFonts | ( | ) | const |
Definition at line 451 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetEvenAndOddHeaders | ( | ) | const |
Definition at line 446 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetGutterAtTop | ( | ) | const |
Definition at line 754 of file SettingsTable.cxx.
References m_pImpl.
sal_Int16 writerfilter::dmapper::SettingsTable::GetHyphenationZone | ( | ) | const |
Definition at line 509 of file SettingsTable.cxx.
References m_pImpl.
Referenced by ApplyProperties().
bool writerfilter::dmapper::SettingsTable::GetLinkStyles | ( | ) | const |
Automatically update styles from document template?
Definition at line 424 of file SettingsTable.cxx.
References m_pImpl.
const OUString & writerfilter::dmapper::SettingsTable::GetListSeparator | ( | ) | const |
Definition at line 519 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetLongerSpaceSequence | ( | ) | const |
Definition at line 744 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetMirrorMarginSettings | ( | ) | const |
Definition at line 476 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetNoColumnBalance | ( | ) | const |
Definition at line 466 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetNoHyphenateCaps | ( | ) | const |
Definition at line 504 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetNoLeading | ( | ) | const |
Definition at line 749 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetProtectForm | ( | ) | const |
Definition at line 491 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetReadOnly | ( | ) | const |
Definition at line 497 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetSplitPgBreakAndParaMark | ( | ) | const |
Definition at line 471 of file SettingsTable.cxx.
References m_pImpl.
uno::Sequence< beans::PropertyValue > const & writerfilter::dmapper::SettingsTable::GetThemeFontLangProperties | ( | ) | const |
Definition at line 525 of file SettingsTable.cxx.
References m_pImpl.
bool writerfilter::dmapper::SettingsTable::GetUsePrinterMetrics | ( | ) | const |
Definition at line 441 of file SettingsTable.cxx.
References m_pImpl.
Id writerfilter::dmapper::SettingsTable::GetView | ( | ) | const |
What's the requested view? E.g. "web".
Definition at line 436 of file SettingsTable.cxx.
References m_pImpl.
sal_Int32 writerfilter::dmapper::SettingsTable::GetWordCompatibilityMode | ( | ) | const |
Definition at line 710 of file SettingsTable.cxx.
References m_pImpl, and sName.
Referenced by ApplyProperties(), and GetCompatSettings().
uno::Sequence< beans::PropertyValue > writerfilter::dmapper::SettingsTable::GetWriteProtectionSettings | ( | ) | const |
Definition at line 556 of file SettingsTable.cxx.
References m_pImpl.
sal_Int16 writerfilter::dmapper::SettingsTable::GetZoomFactor | ( | ) | const |
What's the zoom factor set in percents?
Definition at line 429 of file SettingsTable.cxx.
References m_pImpl.
sal_Int16 writerfilter::dmapper::SettingsTable::GetZoomType | ( | ) | const |
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 166 of file SettingsTable.cxx.
References writerfilter::TagLogger::element(), writerfilter::TagLogger::getInstance(), writerfilter::Value::getInt(), writerfilter::Value::getString(), m_pImpl, and comphelper::makePropertyValue().
|
overrideprivatevirtual |
Implements writerfilter::LoggedTable.
Definition at line 413 of file SettingsTable.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 230 of file SettingsTable.cxx.
References writerfilter::TagLogger::element(), writerfilter::Sprm::getId(), writerfilter::TagLogger::getInstance(), writerfilter::Sprm::getProps(), writerfilter::Sprm::getValue(), m_pImpl, and writerfilter::dmapper::resolveSprmProps().
|
private |
Definition at line 40 of file SettingsTable.hxx.
Referenced by ApplyProperties(), GetCompatSettings(), GetCompatSettingValue(), GetCurrentDatabaseDataSource(), GetDecimalSymbol(), GetDefaultTabStop(), GetDisplayBackgroundShape(), GetDocumentProtectionSettings(), GetDoNotExpandShiftReturn(), GetDoNotUseHTMLParagraphAutoSpacing(), GetEmbedSystemFonts(), GetEmbedTrueTypeFonts(), GetEvenAndOddHeaders(), GetGutterAtTop(), GetHyphenationZone(), GetLinkStyles(), GetListSeparator(), GetLongerSpaceSequence(), GetMirrorMarginSettings(), GetNoColumnBalance(), GetNoHyphenateCaps(), GetNoLeading(), GetProtectForm(), GetReadOnly(), GetSplitPgBreakAndParaMark(), GetThemeFontLangProperties(), GetUsePrinterMetrics(), GetView(), GetWordCompatibilityMode(), GetWriteProtectionSettings(), GetZoomFactor(), GetZoomType(), lcl_attribute(), lcl_sprm(), and SettingsTable().