Home
last modified time | relevance | path

Searched refs:pSectFormat (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunosect.cxx449 SwSectionFormat *const pSectFormat = m_pImpl->GetSectionFormat(); in getAnchor() local
450 if(pSectFormat) in getAnchor()
453 if( nullptr != ( pSectFormat->GetSection() ) && in getAnchor()
454 nullptr != ( pIdx = pSectFormat->GetContent().GetContentIdx() ) && in getAnchor()
478 ::sw::CreateParentXText(*pSectFormat->GetDoc(), SwPosition(*pIdx))); in getAnchor()
479 xRet = new SwXTextRange(*pSectFormat); in getAnchor()
483 xRet = SwXTextRange::CreateXTextRange(*pSectFormat->GetDoc(), in getAnchor()
495 SwSectionFormat *const pSectFormat = m_pImpl->GetSectionFormat(); in dispose() local
496 if (pSectFormat) in dispose()
498 pSectFormat->GetDoc()->DelSectionFormat( pSectFormat ); in dispose()
H A Dunoobj2.cxx960 … auto const pSectFormat(static_cast<SwSectionFormat const*>(m_pImpl->m_pTableOrSectionFormat)); in getText()
961 oPosition.emplace(pSectFormat->GetContent().GetContentIdx()->GetNode()); in getText()
994 … auto const pSectFormat(static_cast<SwSectionFormat const*>(m_pImpl->m_pTableOrSectionFormat)); in getStart()
995 SwPaM aPaM(*pSectFormat->GetContent().GetContentIdx()); in getStart()
997 …assert(aPaM.GetPoint()->nNode < *pSectFormat->GetContent().GetContentIdx()->GetNode().EndOfSection… in getStart()
1031 … auto const pSectFormat(static_cast<SwSectionFormat const*>(m_pImpl->m_pTableOrSectionFormat)); in getEnd()
1032 SwPaM aPaM(*pSectFormat->GetContent().GetContentIdx()->GetNode().EndOfSectionNode()); in getEnd()
1034 assert(*pSectFormat->GetContent().GetContentIdx() < aPaM.GetPoint()->nNode); in getEnd()
1071 …if (auto const pSectFormat = static_cast<SwSectionFormat const*>(m_pImpl->m_pTableOrSectionFormat)) in GetPositions() local
1073 SwNodeIndex const*const pSectionNode(pSectFormat->GetContent().GetContentIdx()); in GetPositions()
H A Dunotext.cxx661 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in insertTextContentBefore() local
662 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in insertTextContentBefore()
717 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in insertTextContentAfter() local
718 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in insertTextContentAfter()
767 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in removeTextContentBefore() local
768 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in removeTextContentBefore()
820 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in removeTextContentAfter() local
821 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in removeTextContentAfter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentLinksAdministrationManager.cxx111 …bool lcl_FindSection( const SwSectionFormat* pSectFormat, FindItem * const pItem, bool bCaseSensit… in lcl_FindSection() argument
113 SwSection* pSect = pSectFormat->GetSection(); in lcl_FindSection()
125 const SwNodeIndex* pIdx = pSectFormat->GetContent().GetContentIdx(); in lcl_FindSection()
126 if( pIdx && &pSectFormat->GetDoc()->GetNodes() == &pIdx->GetNodes() ) in lcl_FindSection()
H A Ddoc.cxx1461 SwSectionFormat* pSectFormat = rSectFormats[ --n ]; in RemoveInvisibleContent() local
1463 if( !pSectFormat->IsInNodesArr()) in RemoveInvisibleContent()
1465 SwSection* pSect = pSectFormat->GetSection(); in RemoveInvisibleContent()
1493 SwSectionFormat* pSectFormat = aSectFormats[ --n ]; in RemoveInvisibleContent() local
1494 SwSectionNode* pSectNd = pSectFormat->GetSectionNode(); in RemoveInvisibleContent()
1552 for(auto pSectFormat : GetSections()) in HasInvisibleContent() local
1555 if( !pSectFormat->IsInNodesArr()) in HasInvisibleContent()
1557 SwSection* pSect = pSectFormat->GetSection(); in HasInvisibleContent()
H A Ddoctxm.cxx397 SwSectionFormat* pSectFormat = MakeSectionFormat(); in InsertTableOf() local
399 aStt, *pSectFormat, headerData, nullptr, &aIdx, true, false); in InsertTableOf()
970 SwSectionFormat* pSectFormat = rDoc.MakeSectionFormat(); in Update() local
972 aStt, *pSectFormat, headerData, nullptr, &aIdx, true, false); in Update()
976 pUndo->TitleSectionInserted(*pSectFormat); in Update()
1176 auto pSectFormat = GetFormat(); in SwClientNotify() local
1177 if(!pSectFormat) in SwClientNotify()
1179 const SwSectionNode* pSectNd = pSectFormat->GetSectionNode(); in SwClientNotify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentLinksAdministrationManager.cxx110 …bool lcl_FindSection( const SwSectionFormat* pSectFormat, FindItem * const pItem, bool bCaseSensit… in lcl_FindSection() argument
112 SwSection* pSect = pSectFormat->GetSection(); in lcl_FindSection()
125 if( nullptr != (pIdx = pSectFormat->GetContent().GetContentIdx() ) && in lcl_FindSection()
126 &pSectFormat->GetDoc()->GetNodes() == &pIdx->GetNodes() ) in lcl_FindSection()
H A Ddoc.cxx1481 SwSectionFormat* pSectFormat = rSectFormats[ --n ]; in RemoveInvisibleContent() local
1483 if( !pSectFormat->IsInNodesArr()) in RemoveInvisibleContent()
1485 SwSection* pSect = pSectFormat->GetSection(); in RemoveInvisibleContent()
1513 SwSectionFormat* pSectFormat = aSectFormats[ --n ]; in RemoveInvisibleContent() local
1514 SwSectionNode* pSectNd = pSectFormat->GetSectionNode(); in RemoveInvisibleContent()
1570 for(auto pSectFormat : GetSections()) in HasInvisibleContent() local
1573 if( !pSectFormat->IsInNodesArr()) in HasInvisibleContent()
1575 SwSection* pSect = pSectFormat->GetSection(); in HasInvisibleContent()
H A Ddoctxm.cxx392 SwSectionFormat* pSectFormat = MakeSectionFormat(); in InsertTableOf() local
394 aStt, *pSectFormat, headerData, nullptr, &aIdx, true, false); in InsertTableOf()
972 SwSectionFormat* pSectFormat = pDoc->MakeSectionFormat(); in Update() local
974 aStt, *pSectFormat, headerData, nullptr, &aIdx, true, false); in Update()
978 pUndo->TitleSectionInserted(*pSectFormat); in Update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedsect.cxx172 SwSectionFormat* pSectFormat ) in SetSectionAttr() argument
174 if( pSectFormat ) in SetSectionAttr()
175 SetSectionAttr_( *pSectFormat, rSet ); in SetSectionAttr()
H A Dedglbldc.cxx287 … SwSectionFormat* pSectFormat = const_cast<SwSectionFormat*>(rDelPos.GetSection()->GetFormat()); in DeleteGlobalDocContent() local
288 pMyDoc->DelSectionFormat( pSectFormat, true ); in DeleteGlobalDocContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedsect.cxx172 SwSectionFormat* pSectFormat ) in SetSectionAttr() argument
174 if( pSectFormat ) in SetSectionAttr()
175 SetSectionAttr_( *pSectFormat, rSet ); in SetSectionAttr()
H A Dedglbldc.cxx288 … SwSectionFormat* pSectFormat = const_cast<SwSectionFormat*>(rDelPos.GetSection()->GetFormat()); in DeleteGlobalDocContent() local
289 pMyDoc->DelSectionFormat( pSectFormat, true ); in DeleteGlobalDocContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunosect.cxx450 SwSectionFormat *const pSectFormat = m_pImpl->GetSectionFormat(); in getAnchor() local
451 if(pSectFormat) in getAnchor()
454 if( nullptr != ( pSectFormat->GetSection() ) && in getAnchor()
455 nullptr != ( pIdx = pSectFormat->GetContent().GetContentIdx() ) && in getAnchor()
464 xRet = SwXTextRange::CreateXTextRange(*pSectFormat->GetDoc(), in getAnchor()
475 SwSectionFormat *const pSectFormat = m_pImpl->GetSectionFormat(); in dispose() local
476 if (pSectFormat) in dispose()
478 pSectFormat->GetDoc()->DelSectionFormat( pSectFormat ); in dispose()
H A Dunotext.cxx663 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in insertTextContentBefore() local
664 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in insertTextContentBefore()
719 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in insertTextContentAfter() local
720 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in insertTextContentAfter()
769 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in removeTextContentBefore() local
770 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in removeTextContentBefore()
822 SwSectionFormat *const pSectFormat = pXSection->GetFormat(); in removeTextContentAfter() local
823 SwSectionNode *const pSectNode = pSectFormat->GetSectionNode(); in removeTextContentAfter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndsect.cxx914 SwSectionFormat* pSectFormat = pSectNd->GetSection().GetFormat(); in InsertTextSection() local
949 SetDerivedFrom( pSectFormat ); in InsertTextSection()
1226 SwSectionFormat* pSectFormat = rDoc.MakeSectionFormat(); in MakeCopy() local
1227 pSectFormat->CopyAttrs( *GetSection().GetFormat() ); in MakeCopy()
1239 new SwSectionNode(rIdx, *pSectFormat, pTOXBase.get()); in MakeCopy()
1291 pSectFormat->RegisterAsCopyOf(*GetSection().GetFormat()); in MakeCopy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndsect.cxx890 SwSectionFormat* pSectFormat = pSectNd->GetSection().GetFormat(); in InsertTextSection() local
925 SetDerivedFrom( pSectFormat ); in InsertTextSection()
1202 SwSectionFormat* pSectFormat = pDoc->MakeSectionFormat(); in MakeCopy() local
1203 pSectFormat->CopyAttrs( *GetSection().GetFormat() ); in MakeCopy()
1215 new SwSectionNode(rIdx, *pSectFormat, pTOXBase.get()); in MakeCopy()
1267 pSectFormat->RegisterAsCopyOf(*GetSection().GetFormat()); in MakeCopy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewtab.cxx380 const SwSectionFormat* pSectFormat = pCurrSect->GetFormat(); in ExecTabWin() local
381 SvxLRSpaceItem aLRTmp = pSectFormat->GetLRSpace(); in ExecTabWin()
389 SwFormatCol aCols( pSectFormat->GetCol() ); in ExecTabWin()
395 rSh.UpdateSection(rSh.GetSectionFormatPos(*pSectFormat), aData, &aSet); in ExecTabWin()
493 const SwSectionFormat* pSectFormat = pCurrSect->GetFormat(); in ExecTabWin() local
494 SvxLRSpaceItem aLR = pSectFormat->GetLRSpace(); in ExecTabWin()
502 SwFormatCol aCols( pSectFormat->GetCol() ); in ExecTabWin()
898 SwSectionFormat *pSectFormat = nullptr; in ExecTabWin() local
904 pSectFormat = pSect->GetFormat(); in ExecTabWin()
912 pSectFormat->GetCol() : in ExecTabWin()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewtab.cxx374 const SwSectionFormat* pSectFormat = pCurrSect->GetFormat(); in ExecTabWin() local
375 SvxLRSpaceItem aLRTmp = pSectFormat->GetLRSpace(); in ExecTabWin()
383 SwFormatCol aCols( pSectFormat->GetCol() ); in ExecTabWin()
389 rSh.UpdateSection(rSh.GetSectionFormatPos(*pSectFormat), aData, &aSet); in ExecTabWin()
487 const SwSectionFormat* pSectFormat = pCurrSect->GetFormat(); in ExecTabWin() local
488 SvxLRSpaceItem aLR = pSectFormat->GetLRSpace(); in ExecTabWin()
496 SwFormatCol aCols( pSectFormat->GetCol() ); in ExecTabWin()
968 SwSectionFormat *pSectFormat = nullptr; in ExecTabWin() local
974 pSectFormat = pSect->GetFormat(); in ExecTabWin()
982 pSectFormat->GetCol() : in ExecTabWin()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Deditsh.hxx873 void SetSectionAttr(const SfxItemSet& rSet, SwSectionFormat* pSectFormat = nullptr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Deditsh.hxx879 void SetSectionAttr(const SfxItemSet& rSet, SwSectionFormat* pSectFormat = nullptr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dcrstrvl.cxx378 const SwSectionFormat* pSectFormat; in GotoTOXMarkBase() local
384 nullptr != ( pSectFormat = static_cast<SwTOXBaseSection*>(pTOX)->GetFormat() ) && in GotoTOXMarkBase()
385 nullptr != ( pSectNd = pSectFormat->GetSectionNode() )) in GotoTOXMarkBase()