Home
last modified time | relevance | path

Searched refs:SwTOXBase (Results 1 – 25 of 95) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Ddoctxm.hxx34 class SwTOXBaseSection : public SwTOXBase, public SwSection
77 SwTOXBaseSection(SwTOXBase const& rBase, SwSectionFormat & rFormat);
92 std::unique_ptr<SwTOXBase> pContBase;
93 std::unique_ptr<SwTOXBase> pIdxBase;
94 std::unique_ptr<SwTOXBase> pUserBase;
95 std::unique_ptr<SwTOXBase> pTableBase;
96 std::unique_ptr<SwTOXBase> pObjBase;
97 std::unique_ptr<SwTOXBase> pIllBase;
98 std::unique_ptr<SwTOXBase> pAuthBase;
99 std::unique_ptr<SwTOXBase> pBiblioBase;
H A DSwUndoTOXChange.hxx32 SwTOXBase m_Old;
33 SwTOXBase m_New;
38 SwUndoTOXChange(const SwDoc* pDoc, SwTOXBaseSection const& rTOX, const SwTOXBase & rNew);
H A DUndoSection.hxx31 class SwTOXBase;
41 …const std::unique_ptr<std::pair<SwTOXBase *, sw::RedlineMode>> m_pTOXBase; /// set iff section is …
56 std::pair<SwTOXBase const*, sw::RedlineMode> const* pTOXBase);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Ddoctxm.hxx35 class SwTOXBaseSection final : public SwTOXBase, public SwSection
79 SwTOXBaseSection(SwTOXBase const& rBase, SwSectionFormat & rFormat);
99 std::unique_ptr<SwTOXBase> pContBase;
100 std::unique_ptr<SwTOXBase> pIdxBase;
101 std::unique_ptr<SwTOXBase> pUserBase;
102 std::unique_ptr<SwTOXBase> pTableBase;
103 std::unique_ptr<SwTOXBase> pObjBase;
104 std::unique_ptr<SwTOXBase> pIllBase;
105 std::unique_ptr<SwTOXBase> pAuthBase;
106 std::unique_ptr<SwTOXBase> pBiblioBase;
H A DSwUndoTOXChange.hxx31 SwTOXBase m_Old;
32 SwTOXBase m_New;
37 SwUndoTOXChange(const SwDoc& rDoc, SwTOXBaseSection const& rTOX, const SwTOXBase& rNew);
H A DUndoSection.hxx33 class SwTOXBase;
44 …std::optional<std::tuple<std::unique_ptr<SwTOXBase>, sw::RedlineMode, sw::FieldmarkMode>> m_xTOXBa…
59 std::tuple<SwTOXBase const*, sw::RedlineMode, sw::FieldmarkMode> const* pTOXBase);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dtox.hxx389 class SW_DLLPUBLIC SwTOXBase : public SwClient class
428 SwTOXBase( const SwTOXBase& rCopy, SwDoc* pDoc = nullptr );
429 virtual ~SwTOXBase() override;
527 SwTOXBase& operator=(const SwTOXBase& rSource);
671 inline SwTOXElement SwTOXBase::GetCreateType() const in GetCreateType()
674 inline const OUString& SwTOXBase::GetTitle() const in GetTitle()
686 inline const SwForm& SwTOXBase::GetTOXForm() const in GetTOXForm()
695 inline TOXTypes SwTOXBase::GetType() const in GetType()
698 inline void SwTOXBase::SetLevel(sal_uInt16 nLev) in SetLevel()
704 inline sal_uInt16 SwTOXBase::GetLevel() const in GetLevel()
[all …]
H A Dedglbldc.hxx26 class SwTOXBase;
40 const SwTOXBase* pTOX;
53 const SwTOXBase* GetTOX() const in GetTOX()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dtox.hxx425 class SW_DLLPUBLIC SwTOXBase : public SwClient class
463 SwTOXBase( const SwTOXBase& rCopy, SwDoc* pDoc = nullptr );
464 virtual ~SwTOXBase() override;
563 SwTOXBase& operator=(const SwTOXBase& rSource);
701 inline SwTOXElement SwTOXBase::GetCreateType() const in GetCreateType()
704 inline const OUString& SwTOXBase::GetTitle() const in GetTitle()
713 inline const SwForm& SwTOXBase::GetTOXForm() const in GetTOXForm()
722 inline TOXTypes SwTOXBase::GetType() const in GetType()
725 inline void SwTOXBase::SetLevel(sal_uInt16 nLev) in SetLevel()
731 inline sal_uInt16 SwTOXBase::GetLevel() const in GetLevel()
[all …]
H A Dedglbldc.hxx26 class SwTOXBase;
40 const SwTOXBase* pTOX;
53 const SwTOXBase* GetTOX() const in GetTOX()
H A Deditsh.hxx456 void InsertTableOf(const SwTOXBase& rTOX,
458 void UpdateTableOf(const SwTOXBase& rTOX,
460 const SwTOXBase* GetCurTOX() const;
461 const SwTOXBase* GetDefaultTOXBase( TOXTypes eTyp, bool bCreate = false );
462 void SetDefaultTOXBase(const SwTOXBase& rBase);
464 static bool IsTOXBaseReadonly(const SwTOXBase& rTOXBase);
465 void SetTOXBaseReadonly(const SwTOXBase& rTOXBase, bool bReadonly);
468 const SwTOXBase* GetTOX( sal_uInt16 nPos ) const;
469 bool DeleteTOX( const SwTOXBase& rTOXBase, bool bDelNodes );
913 const SwTOXBase& rTOX );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A DSwUndoTOXChange.cxx28 SwTOXBaseSection const& rTOX, SwTOXBase const& rNew) in SwUndoTOXChange()
41 static SwTOXBase & GetTOX(SwDoc & rDoc, sal_uLong const nNodeIndex) in GetTOX()
53 SwTOXBase & rTOX(GetTOX(rDoc, m_nNodeIndex)); in UndoImpl()
60 SwTOXBase & rTOX(GetTOX(rDoc, m_nNodeIndex)); in RedoImpl()
67 SwTOXBase *const pTOX(SwDoc::GetCurTOX(*rContext.GetRepeatPaM().GetPoint())); in RepeatImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A DSwUndoTOXChange.cxx38 SwTOXBaseSection const& rTOX, SwTOXBase const& rNew) in SwUndoTOXChange()
51 static SwTOXBase & GetTOX(SwDoc & rDoc, sal_uLong const nNodeIndex) in GetTOX()
63 SwTOXBase & rTOX(GetTOX(rDoc, m_nNodeIndex)); in UndoImpl()
70 SwTOXBase & rTOX(GetTOX(rDoc, m_nNodeIndex)); in RedoImpl()
77 SwTOXBase *const pTOX(SwDoc::GetCurTOX(*rContext.GetRepeatPaM().GetPoint())); in RepeatImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedtox.cxx92 bool SwEditShell::IsTOXBaseReadonly(const SwTOXBase& rTOXBase) in IsTOXBaseReadonly()
99 void SwEditShell::SetTOXBaseReadonly(const SwTOXBase& rTOXBase, bool bReadonly) in SetTOXBaseReadonly()
103 const_cast<SwTOXBase&>(rTOXBase).SetProtected(bReadonly); in SetTOXBaseReadonly()
111 const SwTOXBase* SwEditShell::GetDefaultTOXBase( TOXTypes eTyp, bool bCreate ) in GetDefaultTOXBase()
116 void SwEditShell::SetDefaultTOXBase(const SwTOXBase& rBase) in SetDefaultTOXBase()
122 void SwEditShell::InsertTableOf( const SwTOXBase& rTOX, const SfxItemSet* pSet ) in InsertTableOf()
150 void SwEditShell::UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in UpdateTableOf()
153 SwTOXBaseSection& rTOXSect = static_cast<SwTOXBaseSection&>(const_cast<SwTOXBase&>(rTOX)); in UpdateTableOf()
191 const SwTOXBase* SwEditShell::GetCurTOX() const in GetCurTOX()
196 bool SwEditShell::DeleteTOX( const SwTOXBase& rTOXBase, bool bDelNodes ) in DeleteTOX()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedtox.cxx99 bool SwEditShell::IsTOXBaseReadonly(const SwTOXBase& rTOXBase) in IsTOXBaseReadonly()
106 void SwEditShell::SetTOXBaseReadonly(const SwTOXBase& rTOXBase, bool bReadonly) in SetTOXBaseReadonly()
110 const_cast<SwTOXBase&>(rTOXBase).SetProtected(bReadonly); in SetTOXBaseReadonly()
118 const SwTOXBase* SwEditShell::GetDefaultTOXBase( TOXTypes eTyp, bool bCreate ) in GetDefaultTOXBase()
123 void SwEditShell::SetDefaultTOXBase(const SwTOXBase& rBase) in SetDefaultTOXBase()
129 void SwEditShell::InsertTableOf( const SwTOXBase& rTOX, const SfxItemSet* pSet ) in InsertTableOf()
157 void SwEditShell::UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in UpdateTableOf()
160 SwTOXBaseSection& rTOXSect = static_cast<SwTOXBaseSection&>(const_cast<SwTOXBase&>(rTOX)); in UpdateTableOf()
195 const SwTOXBase* SwEditShell::GetCurTOX() const in GetCurTOX()
200 bool SwEditShell::DeleteTOX( const SwTOXBase& rTOXBase, bool bDelNodes ) in DeleteTOX()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/index/
H A Dtoxmgr.cxx269 SwTOXBase** ppBase, in UpdateOrInsertTOX()
274 const SwTOXBase* pCurTOX = ppBase && *ppBase ? *ppBase : pSh->GetCurTOX(); in UpdateOrInsertTOX()
275 SwTOXBase* pTOX = const_cast<SwTOXBase*>(pCurTOX); in UpdateOrInsertTOX()
277 SwTOXBase * pNewTOX = nullptr; in UpdateOrInsertTOX()
280 pNewTOX = new SwTOXBase(*pTOX); in UpdateOrInsertTOX()
294 pNewTOX = new SwTOXBase(pType, aForm, SwTOXElement::Mark, pType->GetTypeName()); in UpdateOrInsertTOX()
308 … pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX()
335 const_cast<SwTOXBase*>( pCurTOX )->SetCreate(rDesc.GetContentOptions()); in UpdateOrInsertTOX()
385 pNewTOX = new SwTOXBase( in UpdateOrInsertTOX()
394 pNewTOX = const_cast<SwTOXBase*>(pCurTOX); in UpdateOrInsertTOX()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddoctxm.cxx473 std::unique_ptr<SwTOXBase>* prBase = nullptr; in GetDefaultTOXBase()
514 prBase->reset(new SwTOXBase(rBase)); in SetDefaultTOXBase()
738 : SwTOXBase( rBase ) in SwTOXBaseSection()
880 TOX_OBJECTS == SwTOXBase::GetType()) in Update()
892 (TOX_TABLES == SwTOXBase::GetType() || in Update()
899 if(TOX_AUTHORITIES == SwTOXBase::GetType()) in Update()
903 if( TOX_INDEX == SwTOXBase::GetType() && in Update()
1006 if(TOX_INDEX == SwTOXBase::GetType() && in Update()
1072 SetProtect( SwTOXBase::IsProtected() ); in Update()
1816 if( TOX_INDEX == SwTOXBase::GetType() ) in UpdatePageNum_()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddoctxm.cxx519 prBase->reset(new SwTOXBase(rBase)); in SetDefaultTOXBase()
743 : SwTOXBase( rBase ) in SwTOXBaseSection()
878 TOX_OBJECTS == SwTOXBase::GetType()) in Update()
890 (TOX_TABLES == SwTOXBase::GetType() || in Update()
897 if(TOX_AUTHORITIES == SwTOXBase::GetType()) in Update()
901 if( TOX_INDEX == SwTOXBase::GetType() && in Update()
1005 if(TOX_INDEX == SwTOXBase::GetType() && in Update()
1075 SetProtect( SwTOXBase::IsProtected() ); in Update()
1768 if( TOX_INDEX == SwTOXBase::GetType() ) in UpdatePageNum_()
1818 if( TOX_INDEX == SwTOXBase::GetType() ) in UpdatePageNum_()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/tox/
H A Dtox.cxx511 SwTOXBase::SwTOXBase(const SwTOXType* pTyp, const SwForm& rForm, in SwTOXBase() function in SwTOXBase
530 SwTOXBase::SwTOXBase( const SwTOXBase& rSource, SwDoc* pDoc ) in SwTOXBase() function in SwTOXBase
537 void SwTOXBase::RegisterToTOXType( SwTOXType& rType ) in RegisterToTOXType()
542 void SwTOXBase::CopyTOXBase( SwDoc* pDoc, const SwTOXBase& rSource ) in CopyTOXBase()
600 SwTOXBase::~SwTOXBase() in ~SwTOXBase()
606 void SwTOXBase::SetTitle(const OUString& rTitle) in SetTitle()
609 void SwTOXBase::SetBookmarkName(const OUString& bName) in SetBookmarkName()
614 void SwTOXBase::SetEntryTypeName(const OUString& sName) in SetEntryTypeName()
619 SwTOXBase & SwTOXBase::operator = (const SwTOXBase & rSource) in operator =()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/index/
H A Dtoxmgr.cxx268 SwTOXBase** ppBase, in UpdateOrInsertTOX()
273 const SwTOXBase *const pCurTOX = ppBase && *ppBase ? *ppBase : pSh->GetCurTOX(); in UpdateOrInsertTOX()
275 SwTOXBase * pNewTOX = pCurTOX ? new SwTOXBase(*pCurTOX) : nullptr; in UpdateOrInsertTOX()
289 pNewTOX = new SwTOXBase(pType, aForm, SwTOXElement::Mark, pType->GetTypeName()); in UpdateOrInsertTOX()
303 … pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX()
325 … pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX()
380 pNewTOX = new SwTOXBase( in UpdateOrInsertTOX()
431 SwTOXBase *const pTOX = const_cast<SwTOXBase*>(pCurTOX); in UpdateOrInsertTOX()
466 void SwTOXDescription::ApplyTo(SwTOXBase& rTOXBase) in ApplyTo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/tox/
H A Dtox.cxx527 SwTOXBase::SwTOXBase(const SwTOXType* pTyp, const SwForm& rForm, in SwTOXBase() function in SwTOXBase
546 SwTOXBase::SwTOXBase( const SwTOXBase& rSource, SwDoc* pDoc ) in SwTOXBase() function in SwTOXBase
553 void SwTOXBase::RegisterToTOXType( SwTOXType& rType ) in RegisterToTOXType()
558 void SwTOXBase::CopyTOXBase( SwDoc* pDoc, const SwTOXBase& rSource ) in CopyTOXBase()
615 SwTOXBase::~SwTOXBase() in ~SwTOXBase()
621 void SwTOXBase::SetTitle(const OUString& rTitle) in SetTitle()
624 void SwTOXBase::SetBookmarkName(const OUString& bName) in SetBookmarkName()
629 SwTOXBase & SwTOXBase::operator = (const SwTOXBase & rSource) in operator =()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtextidx.cxx113 const SwTOXBase* pCurTOX = nullptr; in ExecIdx()
117 … pCurTOX = static_cast<const SwTOXBase*>(static_cast<const SwPtrItem*>(pItem)->GetValue()); in ExecIdx()
130 … GetView().GetFrameWeld(), aSet, rSh, const_cast<SwTOXBase*>(pCurTOX), in ExecIdx()
140 const SwTOXBase* pBase = rSh.GetCurTOX(); in ExecIdx()
162 const SwTOXBase* pBase = nullptr; in GetIdxState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtextidx.cxx118 const SwTOXBase* pCurTOX = nullptr; in ExecIdx()
122 … pCurTOX = static_cast<const SwTOXBase*>(static_cast<const SwPtrItem*>(pItem)->GetValue()); in ExecIdx()
135 … GetView().GetFrameWeld(), aSet, rSh, const_cast<SwTOXBase*>(pCurTOX), in ExecIdx()
145 const SwTOXBase* pBase = rSh.GetCurTOX(); in ExecIdx()
167 const SwTOXBase* pBase = nullptr; in GetIdxState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dcontent.hxx31 class SwTOXBase;
120 const SwTOXBase* pBase;
122 …SwTOXBaseContent(const SwContentType* pCnt, const OUString& rName, long nYPos, const SwTOXBase& rB… in SwTOXBaseContent()
127 const SwTOXBase* GetTOXBase() const {return pBase;} in GetTOXBase()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dcontent.hxx32 class SwTOXBase;
137 const SwTOXBase* pBase;
139 …ontent(const SwContentType* pCnt, const OUString& rName, tools::Long nYPos, const SwTOXBase& rBase) in SwTOXBaseContent()
144 const SwTOXBase* GetTOXBase() const {return pBase;} in GetTOXBase()

1234