LibreOffice Module sw (master)
1
|
Represents the style of a paragraph. More...
#include <fmtcol.hxx>
Public Member Functions | |
virtual | ~SwTextFormatColl () |
void | SetNextTextFormatColl (SwTextFormatColl &rNext) |
Inline implementations. More... | |
SwTextFormatColl & | GetNextTextFormatColl () const |
void | SetLinkedCharFormat (SwCharFormat &rLink) |
const SwCharFormat * | GetLinkedCharFormat () const |
bool | IsAtDocNodeSet () const |
void | SetAttrOutlineLevel (int) |
int | GetAttrOutlineLevel () const |
int | GetAssignedOutlineStyleLevel () const |
bool | IsAssignedToListLevelOfOutlineStyle () const |
void | AssignToListLevelOfOutlineStyle (const int nAssignedListLevel) |
void | DeleteAssignmentToListLevelOfOutlineStyle () |
virtual bool | SetFormatAttr (const SfxPoolItem &rAttr) override |
Override to recognize changes on the <SwNumRuleItem> and register/unregister the paragragh style at the corresponding <SwNumRule> instance. More... | |
virtual bool | SetFormatAttr (const SfxItemSet &rSet) override |
virtual bool | ResetFormatAttr (sal_uInt16 nWhich1, sal_uInt16 nWhich2=0) override |
virtual sal_uInt16 | ResetAllFormatAttr () override |
Override <ResetAllFormatAttr()> to stay assigned to list level of outline style. More... | |
bool | StayAssignedToListLevelOfOutlineStyle () const |
bool | AreListLevelIndentsApplicable () const |
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual void | FormatDropNotify (const SwFormatDrop &rDrop) override |
bool | IsInSwFntCache () const |
void | SetInSwFntCache () |
virtual void | InvalidateInSwFntCache (sal_uInt16 nWhich) override |
![]() | |
virtual | ~SwFormat () override |
SwFormat & | operator= (const SwFormat &) |
sal_uInt16 | Which () const |
for Querying of Writer-functions. More... | |
void | CopyAttrs (const SwFormat &) |
Copy attributes even among documents. More... | |
void | DelDiffs (const SfxItemSet &rSet) |
Delete all attributes that are not in rFormat. More... | |
void | DelDiffs (const SwFormat &rFormat) |
bool | SetDerivedFrom (SwFormat *pDerivedFrom=nullptr) |
0 is Default. More... | |
const SfxPoolItem & | GetFormatAttr (sal_uInt16 nWhich, bool bInParents=true) const |
If bInParents is FALSE, search only in this format for attribute. More... | |
template<class T > | |
const T & | GetFormatAttr (TypedWhichId< T > nWhich, bool bInParents=true) const |
SfxItemState | GetItemState (sal_uInt16 nWhich, bool bSrchInParent=true, const SfxPoolItem **ppItem=nullptr) const |
template<class T > | |
SfxItemState | GetItemState (TypedWhichId< T > nWhich, bool bSrchInParent=true, const T **ppItem=nullptr) const |
template<class T > | |
const T * | GetItemIfSet (TypedWhichId< T > nWhich, bool bSrchInParent=true) const |
Templatized version of GetItemState() to directly return the correct type. More... | |
SfxItemState | GetBackgroundState (std::unique_ptr< SvxBrushItem > &rItem) const |
SwFormat * | DerivedFrom () const |
bool | IsDefault () const |
const OUString & | GetName () const |
bool | HasName (std::u16string_view rName) const |
virtual void | SetName (const OUString &rNewName, bool bBroadcast=false) |
const SwAttrSet & | GetAttrSet () const |
For querying the attribute array. More... | |
const SwDoc * | GetDoc () const |
The document is set in SwAttrPool now, therefore you always can access it. More... | |
SwDoc * | GetDoc () |
const IDocumentSettingAccess & | getIDocumentSettingAccess () const |
Provides access to the document settings interface. More... | |
const IDocumentDrawModelAccess & | getIDocumentDrawModelAccess () const |
Provides access to the document draw model interface. More... | |
IDocumentDrawModelAccess & | getIDocumentDrawModelAccess () |
const IDocumentLayoutAccess & | getIDocumentLayoutAccess () const |
Provides access to the document layout interface. More... | |
IDocumentLayoutAccess & | getIDocumentLayoutAccess () |
IDocumentTimerAccess & | getIDocumentTimerAccess () |
Provides access to the document idle timer interface. More... | |
IDocumentFieldsAccess & | getIDocumentFieldsAccess () |
Provides access to the document idle timer interface. More... | |
IDocumentChartDataProviderAccess & | getIDocumentChartDataProviderAccess () |
Gives access to the chart data-provider. More... | |
sal_uInt16 | GetPoolFormatId () const |
Get and set Pool style IDs. More... | |
void | SetPoolFormatId (sal_uInt16 nId) |
sal_uInt16 | GetPoolHelpId () const |
Get and set Help-IDs for document templates. More... | |
void | SetPoolHelpId (sal_uInt16 nId) |
sal_uInt8 | GetPoolHlpFileId () const |
void | SetPoolHlpFileId (sal_uInt8 nId) |
void | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText) const |
Get attribute-description. Returns passed string. More... | |
bool | IsAuto () const |
Query / set AutoFormat-flag. More... | |
void | SetAuto (bool bNew) |
bool | IsHidden () const |
void | SetHidden (bool bValue) |
void | GetGrabBagItem (css::uno::Any &rVal) const |
void | SetGrabBagItem (const css::uno::Any &rVal) |
bool | IsAutoUpdateFormat () const |
Query / set bAutoUpdateFormat-flag. More... | |
void | SetAutoUpdateFormat (bool bNew=true) |
bool | IsFormatInDTOR () const |
const SvxUnderlineItem & | GetUnderline (bool=true) const |
GetMethods: Bool indicates whether to search only in Set (FALSE) or also in Parents. More... | |
const SvxFontHeightItem & | GetSize (bool=true) const |
const SvxFontItem & | GetFont (bool=true) const |
const SvxColorItem & | GetColor (bool=true) const |
const SvxFontItem & | GetCJKFont (bool=true) const |
const SvxFontItem & | GetCTLFont (bool=true) const |
const SwFormatFillOrder & | GetFillOrder (bool=true) const |
Frame-attributes - implemented in frmatr.hxx. More... | |
const SwFormatFrameSize & | GetFrameSize (bool=true) const |
const SwFormatHeader & | GetHeader (bool=true) const |
const SwFormatFooter & | GetFooter (bool=true) const |
const SwFormatSurround & | GetSurround (bool=true) const |
const SwFormatHoriOrient & | GetHoriOrient (bool=true) const |
const SwFormatAnchor & | GetAnchor (bool=true) const |
const SwFormatCol & | GetCol (bool=true) const |
const SvxPaperBinItem & | GetPaperBin (bool=true) const |
const SvxLRSpaceItem & | GetLRSpace (bool=true) const |
const SvxULSpaceItem & | GetULSpace (bool=true) const |
const SwFormatContent & | GetContent (bool=true) const |
const SvxPrintItem & | GetPrint (bool=true) const |
const SvxOpaqueItem & | GetOpaque (bool=true) const |
const SvxProtectItem & | GetProtect (bool=true) const |
const SwFormatVertOrient & | GetVertOrient (bool=true) const |
const SvxBoxItem & | GetBox (bool=true) const |
const SvxFormatKeepItem & | GetKeep (bool=true) const |
std::unique_ptr< SvxBrushItem > | makeBackgroundBrushItem (bool=true) const |
const SvxShadowItem & | GetShadow (bool=true) const |
const SwFormatPageDesc & | GetPageDesc (bool=true) const |
const SvxFormatBreakItem & | GetBreak (bool=true) const |
const SvxMacroItem & | GetMacro (bool=true) const |
const SwFormatURL & | GetURL (bool=true) const |
const SwFormatEditInReadonly & | GetEditInReadonly (bool=true) const |
const SwFormatLayoutSplit & | GetLayoutSplit (bool=true) const |
const SwFormatRowSplit & | GetRowSplit (bool=true) const |
const SwFormatChain & | GetChain (bool=true) const |
const SwFormatFootnoteAtTextEnd & | GetFootnoteAtTextEnd (bool=true) const |
const SwFormatEndAtTextEnd & | GetEndAtTextEnd (bool=true) const |
const SwFormatNoBalancedColumns & | GetBalancedColumns (bool=true) const |
const SvxFrameDirectionItem & | GetFrameDir (bool=true) const |
const SwTextGridItem & | GetTextGrid (bool=true) const |
const SwHeaderAndFooterEatSpacingItem & | GetHeaderAndFooterEatSpacing (bool=true) const |
const SwFormatFollowTextFlow & | GetFollowTextFlow (bool=true) const |
const SwFormatWrapInfluenceOnObjPos & | GetWrapInfluenceOnObjPos (bool=true) const |
const SdrTextVertAdjustItem & | GetTextVertAdjust (bool=true) const |
const SvxLineSpacingItem & | GetLineSpacing (bool=true) const |
Paragraph-attributes - implemented in paratr.hxx. More... | |
const SwNumRuleItem & | GetNumRule (bool=true) const |
const SvxTabStopItem & | GetTabStops (bool=true) const |
const SwFormatDrop & | GetDrop (bool=true) const |
const SwTableBoxNumFormat & | GetTableBoxNumFormat (bool=true) const |
TableBox attributes - implemented in cellatr.hxx. More... | |
const SwTableBoxFormula & | GetTableBoxFormula (bool=true) const |
const SwTableBoxValue & | GetTableBoxValue (bool=true) const |
void | SetPageFormatToDefault () |
virtual bool | IsBackgroundTransparent () const |
SwFormat::IsBackgroundTransparent. More... | |
virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr | getSdrAllFillAttributesHelper () const |
virtual bool | supportsFullDrawingLayerFillAttributeSet () const |
void | RemoveAllUnos () |
![]() | |
BorderCacheOwner () | |
BorderCacheOwner (BorderCacheOwner &) | |
BorderCacheOwner & | operator= (const BorderCacheOwner &) |
~BorderCacheOwner () | |
bool | IsInCache () const |
void | InvalidateInSwCache (const sal_uInt16) |
![]() | |
virtual void | CallSwClientNotify (const SfxHint &rHint) const override |
![]() | |
SwModify () | |
virtual | ~SwModify () override |
void | Add (SwClient *pDepend) |
SwClient * | Remove (SwClient *pDepend) |
bool | HasWriterListeners () const |
bool | HasOnlyOneListener () const |
virtual bool | GetInfo (SfxPoolItem &) const override |
void | LockModify () |
void | UnlockModify () |
bool | IsModifyLocked () const |
![]() | |
SwClient () | |
SwClient (SwClient &&) noexcept | |
virtual | ~SwClient () override |
std::optional< sw::ModifyChangedHint > | CheckRegistration (const SfxPoolItem *pOldValue) |
void | CheckRegistrationFormat (SwFormat &rOld) |
const SwModify * | GetRegisteredIn () const |
SwModify * | GetRegisteredIn () |
void | EndListeningAll () |
void | StartListeningToSameModifyAs (const SwClient &) |
![]() | |
bool | IsLast () const |
virtual const SwCellFrame * | DynCastCellFrame () const |
virtual const SwTabFrame * | DynCastTabFrame () const |
virtual const SwRowFrame * | DynCastRowFrame () const |
![]() | |
BroadcasterMixin ()=default | |
BroadcasterMixin (BroadcasterMixin const &)=default | |
BroadcasterMixin & | operator= (const BroadcasterMixin &) |
SvtBroadcaster & | GetNotifier () |
Protected Member Functions | |
SwTextFormatColl (SwAttrPool &rPool, const char *pFormatCollName, SwTextFormatColl *pDerFrom=nullptr, sal_uInt16 nFormatWh=RES_TXTFMTCOLL) | |
SwTextFormatColl (SwAttrPool &rPool, const OUString &rFormatCollName, SwTextFormatColl *pDerFrom, sal_uInt16 nFormatWh=RES_TXTFMTCOLL) | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
To get UL- / LR- / FontHeight-changes. More... | |
![]() | |
SwFormatColl (SwAttrPool &rPool, const char *pFormatName, const WhichRangesContainer &pWhichRanges, SwFormatColl *pDerFrom, sal_uInt16 nFormatWhich) | |
SwFormatColl (SwAttrPool &rPool, const OUString &rFormatName, const WhichRangesContainer &pWhichRanges, SwFormatColl *pDerFrom, sal_uInt16 nFormatWhich) | |
![]() | |
SwFormat (SwAttrPool &rPool, const char *pFormatNm, const WhichRangesContainer &pWhichRanges, SwFormat *pDrvdFrame, sal_uInt16 nFormatWhich) | |
SwFormat (SwAttrPool &rPool, const OUString &rFormatNm, const WhichRangesContainer &pWhichRanges, SwFormat *pDrvdFrame, sal_uInt16 nFormatWhich) | |
SwFormat (const SwFormat &rFormat) | |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
![]() | |
virtual | ~FormatDropDefiner () |
Private Member Functions | |
SwTextFormatColl (const SwTextFormatColl &rRef)=delete | |
Private Attributes | |
bool | mbStayAssignedToListLevelOfOutlineStyle |
bool | mbAssignedToOutlineStyle |
bool | m_bInSwFntCache |
SwTextFormatColl * | mpNextTextFormatColl |
SwCharFormat * | mpLinkedCharFormat = nullptr |
Friends | |
class | SwDoc |
class | ::sw::DocumentStylePoolManager |
Represents the style of a paragraph.
Definition at line 56 of file fmtcol.hxx.
|
privatedelete |
|
inlineprotected |
Definition at line 76 of file fmtcol.hxx.
References false.
|
inlineprotected |
Definition at line 87 of file fmtcol.hxx.
References false.
|
virtual |
Definition at line 112 of file fmtcol.cxx.
References SwCache::Delete(), m_bInSwFntCache, and pSwFontCache.
bool SwTextFormatColl::AreListLevelIndentsApplicable | ( | ) | const |
Definition at line 414 of file fmtcol.cxx.
References SwFormat::DerivedFrom(), SwFormat::GetAttrSet(), SfxItemSet::GetItemState(), SwFormat::GetItemState(), RES_LR_SPACE(), and RES_PARATR_NUMRULE().
Referenced by SwDocStyleSheet::MergeIndentAttrsOfListStyle().
Definition at line 611 of file fmtcol.cxx.
References SwIterator< TElementType, TSource, eMode >::First(), SwFormat::GetItemState(), IsAssignedToListLevelOfOutlineStyle(), mbAssignedToOutlineStyle, SwIterator< TElementType, TSource, eMode >::Next(), RES_PARATR_NUMRULE(), RES_PARATR_OUTLINELEVEL(), SetAttrOutlineLevel(), and SetFormatAttr().
Referenced by SwDoc::CopyTextColl(), lcl_AdjustOutlineStylesForOOo(), SwOutlineTabDialog::Ok(), ResetAllFormatAttr(), SwDocStyleSheet::SetItemSet(), SwXNumberingRules::SetNumberingRuleByIndex(), and SwWW8ImplReader::SetOutlineStyles().
void SwTextFormatColl::DeleteAssignmentToListLevelOfOutlineStyle | ( | ) |
Definition at line 638 of file fmtcol.cxx.
References mbAssignedToOutlineStyle, RES_PARATR_OUTLINELEVEL(), and ResetFormatAttr().
Referenced by TextFormatCollFunc::CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle(), SwOutlineTabDialog::Ok(), SwWW8ImplReader::Read_POutLvl(), SwDocStyleSheet::SetItemSet(), SwXNumberingRules::SetNumberingRuleByIndex(), and SwWW8ImplReader::SetOutlineStyles().
void SwTextFormatColl::dumpAsXml | ( | xmlTextWriterPtr | pWriter | ) | const |
Definition at line 467 of file fmtcol.cxx.
References SfxItemSet::dumpAsXml(), SwFormat::GetAttrSet(), SwFormat::GetName(), mpLinkedCharFormat, mpNextTextFormatColl, and void().
Referenced by SwTextFormatColls::dumpAsXml().
|
inlineoverridevirtual |
Implements sw::FormatDropDefiner.
Definition at line 147 of file fmtcol.hxx.
References sw::BroadcastingModify::CallSwClientNotify(), SwModify::HasWriterListeners(), and SwModify::IsModifyLocked().
int SwTextFormatColl::GetAssignedOutlineStyleLevel | ( | ) | const |
Definition at line 604 of file fmtcol.cxx.
References GetAttrOutlineLevel(), and IsAssignedToListLevelOfOutlineStyle().
Referenced by MSWordStyles::BuildStylesTable(), SwTextNode::ChgTextCollUpdateNum(), SwDoc::CopyFormatArr(), SwDoc::CopyTextColl(), SwXNumberingRules::GetNumberingRuleByIndex(), sw::DocumentStylePoolManager::GetTextCollFromPool(), SwEditWin::KeyInput(), lcl_AdjustOutlineStylesForOOo(), lcl_dbg_out(), SwWrtShell::NumOrBulletOn(), SwDoc::OutlineUpDown(), ResetAllFormatAttr(), SwDocStyleSheet::SetItemSet(), SwXNumberingRules::SetNumberingRuleByIndex(), AttributeOutputBase::StartTOX(), SwOutlineTabDialog::SwOutlineTabDialog(), and SwTextNode::SwTextNode().
int SwTextFormatColl::GetAttrOutlineLevel | ( | ) | const |
Definition at line 599 of file fmtcol.cxx.
References SwFormat::GetFormatAttr(), and RES_PARATR_OUTLINELEVEL().
Referenced by GetAssignedOutlineStyleLevel(), GetEndNode(), lcl_dbg_out(), SwDoc::SplitDoc(), SwTOXBaseSection::UpdateContent(), and SwTOXBaseSection::UpdateTable().
const SwCharFormat * SwTextFormatColl::GetLinkedCharFormat | ( | ) | const |
Definition at line 321 of file fmtcol.cxx.
References mpLinkedCharFormat.
Referenced by SwDocStyleSheet::FillStyleSheet().
|
inline |
Definition at line 104 of file fmtcol.hxx.
Referenced by SwAutoFormat::BuildHeadLine(), SwDoc::CopyFormatArr(), SwDoc::CopyTextColl(), SwInsertDBColAutoPilot::DataToDoc(), SwTextFrame::FillCursorPos(), SwDocStyleSheet::FillStyleSheet(), lcl_FindParaFormat(), SwTextNode::MakeCopy(), SwTextNode::MakeNewTextNode(), SwDocStyleSheet::SetItemSet(), SwCursorShell::SetShadowCursorPos(), and SetTextFormatCollNext().
|
inlineoverridevirtual |
Reimplemented from SwFormat.
Definition at line 154 of file fmtcol.hxx.
References isCHRATR(), RES_ATTRSET_CHG(), RES_FMT_CHG(), and RES_OBJECTDYING().
|
inline |
Definition at line 120 of file fmtcol.hxx.
Referenced by AssignToListLevelOfOutlineStyle(), MSWordStyles::BuildStylesTable(), TextFormatCollFunc::CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle(), SwTextNode::ChgTextCollUpdateNum(), SwDoc::CopyFormatArr(), SwDoc::CopyTextColl(), GetAssignedOutlineStyleLevel(), SwXNumberingRules::GetNumberingRuleByIndex(), sw::DocumentStylePoolManager::GetTextCollFromPool(), SwNodes::InsBoxen(), SwMultiTOXTabDialog::IsNoNum(), SwEditWin::KeyInput(), lcl_AdjustOutlineStylesForOOo(), lcl_dbg_out(), SwWrtShell::NumOrBulletOn(), SwOutlineTabDialog::Ok(), SwDoc::OutlineUpDown(), SwParaDlg::PageCreated(), SwTemplateDlgController::PageCreated(), ResetAllFormatAttr(), SwDocStyleSheet::SetItemSet(), SwXNumberingRules::SetNumberingRuleByIndex(), AttributeOutputBase::StartTOX(), SwDoc::Summary(), SwClientNotify(), SwOutlineTabDialog::SwOutlineTabDialog(), SwTextNode::SwTextNode(), SwTOXBaseSection::UpdateContent(), SwTOXBaseSection::UpdateTable(), and SwTOXBaseSection::UpdateTemplate().
bool SwTextFormatColl::IsAtDocNodeSet | ( | ) | const |
Definition at line 323 of file fmtcol.cxx.
References SwIterator< TElementType, TSource, eMode >::First(), SwFormat::GetDoc(), SwDoc::GetNodes(), and SwIterator< TElementType, TSource, eMode >::Next().
Referenced by SwDocShell::Execute().
|
inline |
Definition at line 152 of file fmtcol.hxx.
|
overridevirtual |
Override <ResetAllFormatAttr()> to stay assigned to list level of outline style.
Reimplemented from SwFormat.
Definition at line 389 of file fmtcol.cxx.
References AssignToListLevelOfOutlineStyle(), GetAssignedOutlineStyleLevel(), IsAssignedToListLevelOfOutlineStyle(), mbStayAssignedToListLevelOfOutlineStyle, and SwFormat::ResetAllFormatAttr().
|
overridevirtual |
Reimplemented from SwFormat.
Definition at line 371 of file fmtcol.cxx.
References TextFormatCollFunc::RemoveFromNumRule(), RES_PARATR_NUMRULE(), and SwFormat::ResetFormatAttr().
Referenced by DeleteAssignmentToListLevelOfOutlineStyle(), SwStdFontTabPage::FillItemSet(), SwDocShell::InitNew(), SwOutlineTabDialog::Ok(), SwDoc::RemoveAllFormatLanguageDependencies(), and SwLangHelper::SetLanguage().
Definition at line 592 of file fmtcol.cxx.
References MAXLEVEL, RES_PARATR_OUTLINELEVEL(), and SetFormatAttr().
Referenced by AssignToListLevelOfOutlineStyle().
|
overridevirtual |
Override to recognize changes on the <SwNumRuleItem> and register/unregister the paragragh style at the corresponding <SwNumRule> instance.
Reimplemented from SwFormat.
Definition at line 334 of file fmtcol.cxx.
References TextFormatCollFunc::AddToNumRule(), TextFormatCollFunc::RemoveFromNumRule(), RES_PARATR_NUMRULE(), SwFormat::SetFormatAttr(), and SfxPoolItem::Which().
Referenced by AssignToListLevelOfOutlineStyle(), SwTextShell::ExecCharAttrArgs(), sw::DocumentStylePoolManager::GetTextCollFromPool(), SwDocShell::InitNew(), ItemSetToPageDesc(), lcl_AdjustOutlineStylesForOOo(), lcl_CopyCollAttr(), lcl_SetColl(), SwOutlineTabDialog::Ok(), SwEnvDlg::Ok(), SetAttrOutlineLevel(), SwXNumberingRules::SetNumberingRuleByIndex(), SwWW8ImplReader::SetOutlineStyles(), SetTextCollAttrs(), SwCSS1Parser::StyleParsed(), and SwClientNotify().
|
overridevirtual |
Reimplemented from SwFormat.
Definition at line 352 of file fmtcol.cxx.
References TextFormatCollFunc::AddToNumRule(), SfxItemSet::GetItemState(), TextFormatCollFunc::RemoveFromNumRule(), RES_PARATR_NUMRULE(), and SwFormat::SetFormatAttr().
|
inline |
Definition at line 153 of file fmtcol.hxx.
Referenced by SwFontAccess::NewObj().
void SwTextFormatColl::SetLinkedCharFormat | ( | SwCharFormat & | rLink | ) |
Definition at line 319 of file fmtcol.cxx.
References mpLinkedCharFormat.
Referenced by SwDocStyleSheet::SetLink().
|
inline |
Inline implementations.
Definition at line 263 of file fmtcol.hxx.
References mpNextTextFormatColl.
Referenced by SwDoc::CopyFormatArr(), SwDoc::CopyTextColl(), sw::DocumentStylePoolManager::GetTextCollFromPool(), SwDocStyleSheet::SetFollow(), SwDocStyleSheet::SetItemSet(), and SetTextFormatCollNext().
|
inline |
Definition at line 139 of file fmtcol.hxx.
Referenced by TextFormatCollFunc::CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle().
|
overrideprotectedvirtual |
To get UL- / LR- / FontHeight-changes.
Reimplemented from SwFormat.
Definition at line 117 of file fmtcol.cxx.
References TextFormatCollFunc::CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle(), SfxItemSet::Get(), SwFormat::GetAttrSet(), SwAttrSetChg::GetChgSet(), SwFormat::GetDoc(), SvxFontHeightItem::GetHeight(), SfxHint::GetId(), SfxItemSet::GetItemIfSet(), SwFormat::GetItemIfSet(), SwFormat::GetItemState(), SvxLRSpaceItem::GetLeft(), SvxULSpaceItem::GetLower(), SfxItemSet::GetParent(), SvxLRSpaceItem::GetPropLeft(), SvxULSpaceItem::GetPropLower(), SvxLRSpaceItem::GetPropRight(), SvxLRSpaceItem::GetPropTextFirstLineOffset(), SvxULSpaceItem::GetPropUpper(), SvxLRSpaceItem::GetRight(), SvxLRSpaceItem::GetTextFirstLineOffset(), SwAttrSetChg::GetTheChgdSet(), SvxULSpaceItem::GetUpper(), IsAssignedToListLevelOfOutlineStyle(), SwDoc::IsInDtor(), RES_ATTRSET_CHG(), RES_CHRATR_CJK_FONTSIZE(), RES_CHRATR_CTL_FONTSIZE(), RES_CHRATR_FONTSIZE(), RES_FMT_CHG(), RES_LR_SPACE(), RES_PARATR_NUMRULE(), RES_UL_SPACE(), SAL_N_ELEMENTS, SetFormatAttr(), SvxFontHeightItem::SetHeight(), SvxLRSpaceItem::SetLeft(), SvxULSpaceItem::SetLower(), SvxLRSpaceItem::SetRight(), SvxLRSpaceItem::SetTextFirstLineOffset(), SvxULSpaceItem::SetUpper(), SfxPoolItem::StaticWhichCast(), and SwFormat::SwClientNotify().
|
friend |
Definition at line 61 of file fmtcol.hxx.
|
friend |
Definition at line 60 of file fmtcol.hxx.
|
private |
Definition at line 69 of file fmtcol.hxx.
Referenced by ~SwTextFormatColl().
|
private |
Definition at line 67 of file fmtcol.hxx.
Referenced by AssignToListLevelOfOutlineStyle(), and DeleteAssignmentToListLevelOfOutlineStyle().
|
private |
Definition at line 65 of file fmtcol.hxx.
Referenced by ResetAllFormatAttr().
|
private |
Definition at line 73 of file fmtcol.hxx.
Referenced by dumpAsXml(), GetLinkedCharFormat(), and SetLinkedCharFormat().
|
private |
Definition at line 71 of file fmtcol.hxx.
Referenced by dumpAsXml(), and SetNextTextFormatColl().