LibreOffice Module sw (master) 1
|
#include <DocumentSettingManager.hxx>
Public Member Functions | |
DocumentSettingManager (SwDoc &rDoc) | |
virtual | ~DocumentSettingManager () override |
virtual bool | get (DocumentSettingId id) const override |
Return the specified document setting. More... | |
virtual void | set (DocumentSettingId id, bool value) override |
Set the specified document setting. More... | |
virtual const css::i18n::ForbiddenCharacters * | getForbiddenCharacters (LanguageType nLang, bool bLocaleData) const override |
Return the forbidden characters. More... | |
virtual void | setForbiddenCharacters (LanguageType nLang, const css::i18n::ForbiddenCharacters &rForbiddenCharacters) override |
Set the forbidden characters. More... | |
virtual std::shared_ptr< SvxForbiddenCharactersTable > & | getForbiddenCharacterTable () override |
Get the forbidden character table and creates one if necessary. More... | |
virtual const std::shared_ptr< SvxForbiddenCharactersTable > & | getForbiddenCharacterTable () const override |
Get the forbidden character table. More... | |
virtual sal_uInt16 | getLinkUpdateMode (bool bGlobalSettings) const override |
Get the current link update mode. More... | |
virtual void | setLinkUpdateMode (sal_uInt16 nMode) override |
Set the current link update mode. More... | |
virtual SwFieldUpdateFlags | getFieldUpdateFlags (bool bGlobalSettings) const override |
Get the current field update mode. More... | |
virtual void | setFieldUpdateFlags (SwFieldUpdateFlags eMode) override |
Set the current field update mode. More... | |
virtual CharCompressType | getCharacterCompressionType () const override |
Get the character compression type for Asian characters. More... | |
virtual void | setCharacterCompressionType (CharCompressType nType) override |
Set the character compression type for Asian characters. More... | |
sal_Int32 | getImagePreferredDPI () override |
void | setImagePreferredDPI (sal_Int32 nValue) override |
void | ReplaceCompatibilityOptions (const DocumentSettingManager &rSource) |
sal_uInt32 | Getn32DummyCompatibilityOptions1 () const override |
Get the n32DummyCompatibilityOptions1. More... | |
void | Setn32DummyCompatibilityOptions1 (const sal_uInt32 CompatibilityOptions1) override |
Set the n32DummyCompatibilityOptions1. More... | |
sal_uInt32 | Getn32DummyCompatibilityOptions2 () const override |
Get the n32DummyCompatibilityOptions2. More... | |
void | Setn32DummyCompatibilityOptions2 (const sal_uInt32 CompatibilityOptions2) override |
Set the n32DummyCompatibilityOptions2. More... | |
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual bool | get (DocumentSettingId id) const =0 |
Return the specified document setting. More... | |
virtual void | set (DocumentSettingId id, bool value)=0 |
Set the specified document setting. More... | |
virtual const css::i18n::ForbiddenCharacters * | getForbiddenCharacters (LanguageType nLang, bool bLocaleData) const =0 |
Return the forbidden characters. More... | |
virtual void | setForbiddenCharacters (LanguageType nLang, const css::i18n::ForbiddenCharacters &rForbiddenCharacters)=0 |
Set the forbidden characters. More... | |
virtual std::shared_ptr< SvxForbiddenCharactersTable > & | getForbiddenCharacterTable ()=0 |
Get the forbidden character table and creates one if necessary. More... | |
virtual const std::shared_ptr< SvxForbiddenCharactersTable > & | getForbiddenCharacterTable () const =0 |
Get the forbidden character table. More... | |
virtual sal_uInt16 | getLinkUpdateMode (bool bGlobalSettings) const =0 |
Get the current link update mode. More... | |
virtual void | setLinkUpdateMode (sal_uInt16 nMode)=0 |
Set the current link update mode. More... | |
virtual SwFieldUpdateFlags | getFieldUpdateFlags (bool bGlobalSettings) const =0 |
Get the current field update mode. More... | |
virtual void | setFieldUpdateFlags (SwFieldUpdateFlags nMode)=0 |
Set the current field update mode. More... | |
virtual CharCompressType | getCharacterCompressionType () const =0 |
Get the character compression type for Asian characters. More... | |
virtual void | setCharacterCompressionType (CharCompressType nType)=0 |
Set the character compression type for Asian characters. More... | |
virtual sal_uInt32 | Getn32DummyCompatibilityOptions1 () const =0 |
Get the n32DummyCompatibilityOptions1. More... | |
virtual void | Setn32DummyCompatibilityOptions1 (const sal_uInt32 CompatibilityOptions1)=0 |
Set the n32DummyCompatibilityOptions1. More... | |
virtual sal_uInt32 | Getn32DummyCompatibilityOptions2 () const =0 |
Get the n32DummyCompatibilityOptions2. More... | |
virtual void | Setn32DummyCompatibilityOptions2 (const sal_uInt32 CompatibilityOptions2)=0 |
Set the n32DummyCompatibilityOptions2. More... | |
virtual sal_Int32 | getImagePreferredDPI ()=0 |
virtual void | setImagePreferredDPI (sal_Int32 nValue)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from IDocumentSettingAccess | |
virtual | ~IDocumentSettingAccess () |
Definition at line 27 of file DocumentSettingManager.hxx.
sw::DocumentSettingManager::DocumentSettingManager | ( | SwDoc & | rDoc | ) |
Definition at line 44 of file DocumentSettingManager.cxx.
References SvtCompatibilityEntry::AddSpacing, SvtCompatibilityEntry::AddSpacingAtPages, SvtCompatibilityEntry::AddTableLineSpacing, SvtCompatibilityEntry::AddTableSpacing, SvtCompatibilityEntry::ConsiderWrappingStyle, SvtCompatibilityEntry::EmptyDbFieldHidesPara, SvtCompatibilityEntry::ExpandWordSpace, SvtCompatibilityOptions::GetDefault(), utl::ConfigManager::IsFuzzing(), mbAddExternalLeading, mbAddParaLineSpacingToTableCells, mbAddParaSpacingToTableCells, mbConsiderWrapOnObjPos, mbDoNotJustifyLinesWithManualBreak, mbEmptyDbFieldHidesPara, mbMsWordCompTrailingBlanks, mbOldLineSpacing, mbParaSpaceMax, mbParaSpaceMaxAtPages, mbProtectForm, mbSubtractFlys, mbTabCompat, mbUseFormerObjectPos, mbUseFormerTextWrapping, mbUseVariableWidthNBSP, mbUseVirtualDevice, SvtCompatibilityEntry::MsWordTrailingBlanks, SvtCompatibilityEntry::NoExtLeading, SvtCompatibilityEntry::ProtectForm, SvtCompatibilityEntry::SubtractFlysAnchoredAtFlys, SvtCompatibilityEntry::UseLineSpacing, SvtCompatibilityEntry::UseObjectPositioning, SvtCompatibilityEntry::UseOurTabStops, SvtCompatibilityEntry::UseOurTextWrapping, and SvtCompatibilityEntry::UseVariableWidthNBSP.
|
overridevirtual |
Definition at line 169 of file DocumentSettingManager.cxx.
void sw::DocumentSettingManager::dumpAsXml | ( | xmlTextWriterPtr | pWriter | ) | const |
Definition at line 752 of file DocumentSettingManager.cxx.
|
overridevirtual |
Return the specified document setting.
id | [in] the identifier of the document setting to be returned. See above for a list of valid document setting identifiers. |
Implements IDocumentSettingAccess.
Definition at line 174 of file DocumentSettingManager.cxx.
References ADD_EXT_LEADING, ADD_FLY_OFFSETS, ADD_PARA_LINE_SPACING_TO_TABLE_CELLS, ADD_PARA_SPACING_TO_TABLE_CELLS, ADD_VERTICAL_FLY_OFFSETS, APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING, AUTO_FIRST_LINE_INDENT_DISREGARD_LINE_SPACE, BACKGROUND_PARA_OVER_DRAWINGS, BROWSE_MODE, CLIP_AS_CHARACTER_ANCHORED_WRITER_FLY_FRAME, CLIPPED_PICTURES, COLLAPSE_EMPTY_CELL_PARA, CONSIDER_WRAP_ON_OBJECT_POSITION, CONTINUOUS_ENDNOTES, DISABLE_OFF_PAGE_POSITIONING, DO_NOT_BREAK_WRAPPED_TABLES, DO_NOT_CAPTURE_DRAW_OBJS_ON_PAGE, DO_NOT_JUSTIFY_LINES_WITH_MANUAL_BREAK, DO_NOT_RESET_PARA_ATTRS_FOR_NUM_FONT, DROP_CAP_PUNCTUATION, EMBED_ASIAN_SCRIPT_FONTS, EMBED_COMPLEX_SCRIPT_FONTS, EMBED_FONTS, EMBED_LATIN_SCRIPT_FONTS, EMBED_SYSTEM_FONTS, EMBED_USED_FONTS, EMPTY_DB_FIELD_HIDES_PARA, FLOATTABLE_NOMARGINS, FOOTNOTE_IN_COLUMN_TO_PAGEEND, FRAME_AUTOWIDTH_WITH_MORE_PARA, GLOBAL_DOCUMENT, GLOBAL_DOCUMENT_SAVE_LINKS, GUTTER_AT_TOP, HEADER_SPACING_BELOW_LAST_PARA, HTML_MODE, HYPHENATE_URLS, IGNORE_FIRST_LINE_INDENT_IN_NUMBERING, IGNORE_TABS_AND_BLANKS_FOR_LINE_CALCULATION, INVERT_BORDER_SPACING, KERN_ASIAN_PUNCTUATION, LABEL_DOCUMENT, MATH_BASELINE_ALIGNMENT, MS_WORD_COMP_MIN_LINE_HEIGHT_BY_FLY, MS_WORD_COMP_TRAILING_BLANKS, NO_NUMBERING_SHOW_FOLLOWBY, OLD_LINE_SPACING, OLD_NUMBERING, PARA_SPACE_MAX, PARA_SPACE_MAX_AT_PAGES, PROP_LINE_SPACING_SHRINKS_FIRST_LINE, PROTECT_BOOKMARKS, PROTECT_FIELDS, PROTECT_FORM, PURGE_OLE, SMALL_CAPS_PERCENTAGE_66, STYLES_NODEFAULT, SUBTRACT_FLYS, SURROUND_TEXT_WRAP_SMALL, TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST, TAB_COMPAT, TAB_OVER_MARGIN, TAB_OVER_SPACING, TAB_OVERFLOW, TABLE_ROW_KEEP, TABS_RELATIVE_TO_INDENT, TREAT_SINGLE_COLUMN_BREAK_AS_PAGE_BREAK, UNBREAKABLE_NUMBERINGS, UNIX_FORCE_ZERO_EXT_LEADING, USE_FORMER_OBJECT_POS, USE_FORMER_TEXT_WRAPPING, USE_HIRES_VIRTUAL_DEVICE, USE_VARIABLE_WIDTH_NBSP, and USE_VIRTUAL_DEVICE.
Referenced by SwBorderAttrs::CalcLeft(), SwBorderAttrs::CalcRight(), SwDrawView::CheckPossibilities(), sw::DocumentDeviceManager::CreateVirtualDevice_(), SwDoc::FieldCanHideParaWeight(), sw::DocumentStylePoolManager::GetFormatFromPool(), sw::DocumentDeviceManager::getReferenceDevice(), sw::DocumentStylePoolManager::GetTextCollFromPool(), SwPaM::HasReadonlySel(), SwFrameNotify::ImplDestroy(), SwFrame::IsProtected(), lcl_MaskRedlinesAndHiddenText(), SwTabFrame::MakeAll(), SwRootFrame::PaintSwFrame(), sw::DocumentDeviceManager::PrtDataChanged(), sw::DocumentDeviceManager::setJobsetup(), sw::DocumentDeviceManager::setPrinter(), sw::DocumentDeviceManager::setReferenceDeviceType(), sw::DocumentDeviceManager::setVirtualDevice(), and SwTOXBaseSection::Update().
|
overridevirtual |
Get the character compression type for Asian characters.
Implements IDocumentSettingAccess.
Definition at line 631 of file DocumentSettingManager.cxx.
Referenced by SwDrawModel::SwDrawModel().
|
overridevirtual |
Get the current field update mode.
bGlobalSettings | [in] if set, the field update mode is obtained from the module, if it is set to GLOBALSETTING |
Implements IDocumentSettingAccess.
Definition at line 618 of file DocumentSettingManager.cxx.
References AUTOUPD_GLOBALSETTING, and SW_MOD.
Referenced by sw::DocumentTimerManager::GetNextIdleJob().
|
overridevirtual |
Return the forbidden characters.
nLang | [in] the language for which the forbidden character list is returned. |
bLocaleData | [in] if set and there is no user defined forbidden character list for language lang, the default list for language lang will be returned. |
Implements IDocumentSettingAccess.
Definition at line 557 of file DocumentSettingManager.cxx.
References g_pBreakIt, SwBreakIt::GetForbidden(), and nLang.
|
overridevirtual |
Get the forbidden character table.
Implements IDocumentSettingAccess.
Definition at line 600 of file DocumentSettingManager.cxx.
|
overridevirtual |
Get the forbidden character table and creates one if necessary.
Implements IDocumentSettingAccess.
Definition at line 593 of file DocumentSettingManager.cxx.
References SvxForbiddenCharactersTable::makeForbiddenCharactersTable().
Referenced by SwDrawModel::SwDrawModel().
|
inlineoverridevirtual |
Implements IDocumentSettingAccess.
Definition at line 203 of file DocumentSettingManager.hxx.
References mnImagePreferredDPI.
|
overridevirtual |
Get the current link update mode.
bGlobalSettings | [in] if set, the link update mode is obtained from the module, if it is set to GLOBALSETTING |
Implements IDocumentSettingAccess.
Definition at line 605 of file DocumentSettingManager.cxx.
References GLOBALSETTING, and SW_MOD.
Referenced by sw::DocumentLinksAdministrationManager::UpdateLinks().
|
overridevirtual |
Get the n32DummyCompatibilityOptions1.
Implements IDocumentSettingAccess.
Definition at line 732 of file DocumentSettingManager.cxx.
Referenced by ReplaceCompatibilityOptions().
|
overridevirtual |
Get the n32DummyCompatibilityOptions2.
Implements IDocumentSettingAccess.
Definition at line 742 of file DocumentSettingManager.cxx.
Referenced by ReplaceCompatibilityOptions().
void sw::DocumentSettingManager::ReplaceCompatibilityOptions | ( | const DocumentSettingManager & | rSource | ) |
Definition at line 663 of file DocumentSettingManager.cxx.
References Getn32DummyCompatibilityOptions1(), Getn32DummyCompatibilityOptions2(), mbAddExternalLeading, mbAddFlyOffsets, mbAddParaLineSpacingToTableCells, mbAddParaSpacingToTableCells, mbAddVerticalFlyOffsets, mbBackgroundParaOverDrawings, mbClipAsCharacterAnchoredWriterFlyFrames, mbClippedPictures, mbCollapseEmptyCellPara, mbConsiderWrapOnObjPos, mbContinuousEndnotes, mbDisableOffPagePositioning, mbDoNotCaptureDrawObjsOnPage, mbDoNotJustifyLinesWithManualBreak, mbDoNotResetParaAttrsForNumFont, mbDropCapPunctuation, mbEmptyDbFieldHidesPara, mbFloattableNomargins, mbFootnoteInColumnToPageEnd, mbFrameAutowidthWithMorePara, mbGlblDocSaveLinks, mbHeaderSpacingBelowLastPara, mbIgnoreFirstLineIndentInNumbering, mbIgnoreTabsAndBlanksForLineCalculation, mbInvertBorderSpacing, mbIsLabelDoc, mbKernAsianPunctuation, mbMathBaselineAlignment, mbMsWordCompMinLineHeightByFly, mbMsWordCompTrailingBlanks, mbOldLineSpacing, mbOldNumbering, mbParaSpaceMax, mbParaSpaceMaxAtPages, mbPropLineSpacingShrinksFirstLine, mbProtectForm, mbPurgeOLE, mbSmallCapsPercentage66, mbStylesNoDefault, mbSubtractFlys, mbSurroundTextWrapSmall, mbTabAtLeftIndentForParagraphsInList, mbTabCompat, mbTableRowKeep, mbTabOverflow, mbTabOverMargin, mbTabOverSpacing, mbTabRelativeToIndent, mbTreatSingleColumnBreakAsPageBreak, mbUnbreakableNumberings, mbUnixForceZeroExtLeading, mbUseFormerObjectPos, mbUseFormerTextWrapping, mbUseHiResolutionVirtualDevice, mbUseVariableWidthNBSP, and mbUseVirtualDevice.
|
overridevirtual |
Set the specified document setting.
id | [in] the identifier of the document setting to be set. See above for a list of valid document setting identifiers. |
value | [in] the new value of the specified document setting. |
Implements IDocumentSettingAccess.
Definition at line 265 of file DocumentSettingManager.cxx.
References ADD_EXT_LEADING, ADD_FLY_OFFSETS, ADD_PARA_LINE_SPACING_TO_TABLE_CELLS, ADD_PARA_SPACING_TO_TABLE_CELLS, ADD_VERTICAL_FLY_OFFSETS, APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING, AUTO_FIRST_LINE_INDENT_DISREGARD_LINE_SPACE, BACKGROUND_PARA_OVER_DRAWINGS, BROWSE_MODE, CLIP_AS_CHARACTER_ANCHORED_WRITER_FLY_FRAME, CLIPPED_PICTURES, COLLAPSE_EMPTY_CELL_PARA, CONSIDER_WRAP_ON_OBJECT_POSITION, CONTINUOUS_ENDNOTES, DISABLE_OFF_PAGE_POSITIONING, DO_NOT_BREAK_WRAPPED_TABLES, DO_NOT_CAPTURE_DRAW_OBJS_ON_PAGE, DO_NOT_JUSTIFY_LINES_WITH_MANUAL_BREAK, DO_NOT_RESET_PARA_ATTRS_FOR_NUM_FONT, DROP_CAP_PUNCTUATION, EMBED_ASIAN_SCRIPT_FONTS, EMBED_COMPLEX_SCRIPT_FONTS, EMBED_FONTS, EMBED_LATIN_SCRIPT_FONTS, EMBED_SYSTEM_FONTS, EMBED_USED_FONTS, EMPTY_DB_FIELD_HIDES_PARA, FLOATTABLE_NOMARGINS, FOOTNOTE_IN_COLUMN_TO_PAGEEND, FRAME_AUTOWIDTH_WITH_MORE_PARA, SwDoc::GetNumRuleTable(), SwDoc::GetOutlineNumRule(), GLOBAL_DOCUMENT, GLOBAL_DOCUMENT_SAVE_LINKS, GUTTER_AT_TOP, HEADER_SPACING_BELOW_LAST_PARA, HTML_MODE, HYPHENATE_URLS, IGNORE_FIRST_LINE_INDENT_IN_NUMBERING, IGNORE_TABS_AND_BLANKS_FOR_LINE_CALCULATION, INVERT_BORDER_SPACING, comphelper::LibreOfficeKit::isActive(), KERN_ASIAN_PUNCTUATION, LABEL_DOCUMENT, m_rDoc, MATH_BASELINE_ALIGNMENT, MS_WORD_COMP_MIN_LINE_HEIGHT_BY_FLY, MS_WORD_COMP_TRAILING_BLANKS, n, NO_NUMBERING_SHOW_FOLLOWBY, OLD_LINE_SPACING, OLD_NUMBERING, PARA_SPACE_MAX, PARA_SPACE_MAX_AT_PAGES, PROP_LINE_SPACING_SHRINKS_FIRST_LINE, PROTECT_BOOKMARKS, PROTECT_FIELDS, PROTECT_FORM, PURGE_OLE, SwNumRule::SetCountPhantoms(), SwVectorModifyBase< Value >::size(), SMALL_CAPS_PERCENTAGE_66, STYLES_NODEFAULT, SUBTRACT_FLYS, SURROUND_TEXT_WRAP_SMALL, TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST, TAB_COMPAT, TAB_OVER_MARGIN, TAB_OVER_SPACING, TAB_OVERFLOW, TABLE_ROW_KEEP, TABS_RELATIVE_TO_INDENT, TREAT_SINGLE_COLUMN_BREAK_AS_PAGE_BREAK, UNBREAKABLE_NUMBERINGS, UNIX_FORCE_ZERO_EXT_LEADING, SwDoc::UpdateNumRule(), USE_FORMER_OBJECT_POS, USE_FORMER_TEXT_WRAPPING, USE_HIRES_VIRTUAL_DEVICE, USE_VARIABLE_WIDTH_NBSP, USE_VIRTUAL_DEVICE, SwNumRule::Validate(), and value.
Referenced by PurgeGuard::PurgeGuard(), SwEditShell::SetLabelDoc(), sw::DocumentDeviceManager::setReferenceDeviceType(), SwDoc::SplitDoc(), and PurgeGuard::~PurgeGuard().
|
overridevirtual |
Set the character compression type for Asian characters.
nMode | [in] the new character compression type. |
Implements IDocumentSettingAccess.
Definition at line 636 of file DocumentSettingManager.cxx.
References SwRootFrame::EndAllAction(), SwDoc::GetAllLayouts(), IDocumentLayoutAccess::GetCurrentLayout(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::getIDocumentDrawModelAccess(), SwDoc::getIDocumentLayoutAccess(), SwDoc::getIDocumentState(), SwDoc::IsInReading(), m_rDoc, n, SdrModel::ReformatAllTextObjects(), SdrModel::SetCharCompressType(), IDocumentState::SetModified(), Size, and SwRootFrame::StartAllAction().
|
overridevirtual |
Set the current field update mode.
nMode | [in] the new field update mode. |
Implements IDocumentSettingAccess.
Definition at line 626 of file DocumentSettingManager.cxx.
References eMode.
|
overridevirtual |
Set the forbidden characters.
nLang | [in] the language for which the forbidden character list should be set. |
rForbiddenCharacters | [in] the new list of forbidden characters for language lang. |
Implements IDocumentSettingAccess.
Definition at line 567 of file DocumentSettingManager.cxx.
References SwRootFrame::EndAllAction(), SwDoc::GetAllLayouts(), IDocumentLayoutAccess::GetCurrentLayout(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::getIDocumentDrawModelAccess(), SwDoc::getIDocumentLayoutAccess(), SwDoc::getIDocumentState(), SwDoc::IsInReading(), m_rDoc, SvxForbiddenCharactersTable::makeForbiddenCharactersTable(), nLang, SdrModel::ReformatAllTextObjects(), SdrModel::SetForbiddenCharsTable(), IDocumentState::SetModified(), Size, and SwRootFrame::StartAllAction().
|
inlineoverridevirtual |
Implements IDocumentSettingAccess.
Definition at line 207 of file DocumentSettingManager.hxx.
References mnImagePreferredDPI, and nValue.
|
overridevirtual |
Set the current link update mode.
nMode | [in] the new link update mode. |
Implements IDocumentSettingAccess.
Definition at line 613 of file DocumentSettingManager.cxx.
References eMode.
|
overridevirtual |
Set the n32DummyCompatibilityOptions1.
Implements IDocumentSettingAccess.
Definition at line 737 of file DocumentSettingManager.cxx.
|
overridevirtual |
Set the n32DummyCompatibilityOptions2.
Implements IDocumentSettingAccess.
Definition at line 747 of file DocumentSettingManager.cxx.
|
private |
Definition at line 31 of file DocumentSettingManager.hxx.
|
private |
Definition at line 161 of file DocumentSettingManager.hxx.
|
private |
Definition at line 113 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 111 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 162 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 116 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 112 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 176 of file DocumentSettingManager.hxx.
|
private |
Definition at line 154 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 141 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 153 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 148 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 119 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 167 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 165 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 178 of file DocumentSettingManager.hxx.
|
private |
Definition at line 140 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 136 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 137 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 181 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 166 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 125 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 174 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 171 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 102 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Gutter position: false means left (not a compatibility setting).
Definition at line 173 of file DocumentSettingManager.hxx.
|
private |
Definition at line 170 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 100 of file DocumentSettingManager.hxx.
|
private |
Definition at line 177 of file DocumentSettingManager.hxx.
|
private |
Definition at line 135 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 139 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 147 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 101 of file DocumentSettingManager.hxx.
|
private |
Definition at line 103 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 105 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 164 of file DocumentSettingManager.hxx.
|
private |
Definition at line 123 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 146 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 145 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 180 of file DocumentSettingManager.hxx.
|
private |
Definition at line 115 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 134 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 107 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 108 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 159 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 168 of file DocumentSettingManager.hxx.
|
private |
Definition at line 169 of file DocumentSettingManager.hxx.
|
private |
Definition at line 144 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 104 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 150 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 124 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 160 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 158 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 149 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 109 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 138 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 151 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 155 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 156 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 143 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 157 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 152 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 142 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 117 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 118 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 114 of file DocumentSettingManager.hxx.
Referenced by ReplaceCompatibilityOptions().
|
private |
Definition at line 182 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 110 of file DocumentSettingManager.hxx.
Referenced by DocumentSettingManager(), and ReplaceCompatibilityOptions().
|
private |
Definition at line 36 of file DocumentSettingManager.hxx.
|
private |
Definition at line 35 of file DocumentSettingManager.hxx.
|
private |
Definition at line 129 of file DocumentSettingManager.hxx.
|
private |
Definition at line 130 of file DocumentSettingManager.hxx.
|
private |
Definition at line 126 of file DocumentSettingManager.hxx.
|
private |
Definition at line 128 of file DocumentSettingManager.hxx.
|
private |
Definition at line 131 of file DocumentSettingManager.hxx.
|
private |
Definition at line 127 of file DocumentSettingManager.hxx.
|
private |
Definition at line 38 of file DocumentSettingManager.hxx.
|
private |
Definition at line 39 of file DocumentSettingManager.hxx.
|
private |
Definition at line 175 of file DocumentSettingManager.hxx.
Referenced by getImagePreferredDPI(), and setImagePreferredDPI().
|
private |
Definition at line 33 of file DocumentSettingManager.hxx.
|
private |
Definition at line 30 of file DocumentSettingManager.hxx.