Searched refs:pSectFmt (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 469 SwSectionFmt *const pSectFmt = m_pImpl->GetSectionFmt(); in getAnchor() local 470 if(pSectFmt) in getAnchor() 474 if( 0 != ( pSect = pSectFmt->GetSection() ) && in getAnchor() 475 0 != ( pIdx = pSectFmt->GetCntnt().GetCntntIdx() ) && in getAnchor() 484 xRet = SwXTextRange::CreateXTextRange(*pSectFmt->GetDoc(), in getAnchor() 497 SwSectionFmt *const pSectFmt = m_pImpl->GetSectionFmt(); in dispose() local 498 if (pSectFmt) in dispose() 500 pSectFmt->GetDoc()->DelSectionFmt( pSectFmt ); in dispose()
|
H A D | unotext.cxx | 699 SwSectionFmt *const pSectFmt = pXSection->GetFmt(); in insertTextContentBefore() local 700 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentBefore() 761 SwSectionFmt *const pSectFmt = pXSection->GetFmt(); in insertTextContentAfter() local 762 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentAfter() 815 SwSectionFmt *const pSectFmt = pXSection->GetFmt(); in removeTextContentBefore() local 816 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentBefore() 872 SwSectionFmt *const pSectFmt = pXSection->GetFmt(); in removeTextContentAfter() local 873 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentAfter()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 414 const SwSectionFmt* pSectFmt = pCurrSect->GetFmt(); in ExecTabWin() local 415 SvxLRSpaceItem aLRTmp = pSectFmt->GetLRSpace(); in ExecTabWin() 423 SwFmtCol aCols( pSectFmt->GetCol() ); in ExecTabWin() 429 rSh.UpdateSection(rSh.GetSectionFmtPos(*pSectFmt), aData, &aSet); in ExecTabWin() 527 const SwSectionFmt* pSectFmt = pCurrSect->GetFmt(); in ExecTabWin() local 528 SvxLRSpaceItem aLR = pSectFmt->GetLRSpace(); in ExecTabWin() 536 SwFmtCol aCols( pSectFmt->GetCol() ); in ExecTabWin() 901 SwSectionFmt *pSectFmt = 0; in ExecTabWin() local 907 pSectFmt = pSect->GetFmt(); in ExecTabWin() 915 pSectFmt->GetCol() : in ExecTabWin() [all …]
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edsect.cxx | 192 SwSectionFmt* pSectFmt ) in SetSectionAttr() argument 194 if( pSectFmt ) in SetSectionAttr() 195 _SetSectionAttr( *pSectFmt, rSet ); in SetSectionAttr()
|
H A D | edglbldc.cxx | 304 SwSectionFmt* pSectFmt = (SwSectionFmt*)rDelPos.GetSection()->GetFmt(); in DeleteGlobalDocContent() local 305 pMyDoc->DelSectionFmt( pSectFmt, sal_True ); in DeleteGlobalDocContent()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 913 SwSectionFmt* pSectFmt = pSectNd->GetSection().GetFmt(); in InsertTextSection() local 949 SetDerivedFrom( pSectFmt ); in InsertTextSection() 1268 SwSectionFmt* pSectFmt = pDoc->MakeSectionFmt( 0 ); in MakeCopy() local 1269 pSectFmt->CopyAttrs( *GetSection().GetFmt() ); in MakeCopy() 1281 new SwSectionNode(rIdx, *pSectFmt, pTOXBase.get()); in MakeCopy() 1336 pSectFmt->RegisterAsCopyOf(*GetSection().GetFmt()); in MakeCopy()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doc.cxx | 2297 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in RemoveInvisibleContent() local 2299 if( !pSectFmt->IsInNodesArr()) in RemoveInvisibleContent() 2301 SwSection* pSect = pSectFmt->GetSection(); in RemoveInvisibleContent() 2328 SwSectionFmt* pSectFmt = aSectFmts[ --n ]; in RemoveInvisibleContent() local 2329 SwSectionNode* pSectNd = pSectFmt->GetSectionNode(); in RemoveInvisibleContent() 2408 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in HasInvisibleContent() local 2410 if( !pSectFmt->IsInNodesArr()) in HasInvisibleContent() 2412 SwSection* pSect = pSectFmt->GetSection(); in HasInvisibleContent()
|
H A D | doctxm.cxx | 399 SwSectionFmt* pSectFmt = MakeSectionFmt( 0 ); in InsertTableOf() local 401 aStt, *pSectFmt, headerData, 0, &aIdx, true, false); in InsertTableOf() 947 SwSectionFmt* pSectFmt = pDoc->MakeSectionFmt( 0 ); in Update() local 949 aStt, *pSectFmt, headerData, 0, &aIdx, true, false); in Update()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 414 const SwSectionFmt* pSectFmt; in GotoTOXMarkBase() local 419 0 != ( pSectFmt = ((SwTOXBaseSection*)pTOX)->GetFmt() ) && in GotoTOXMarkBase() 420 0 != ( pSectNd = pSectFmt->GetSectionNode() )) in GotoTOXMarkBase()
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 827 void SetSectionAttr(const SfxItemSet& rSet, SwSectionFmt* pSectFmt = 0);
|
Completed in 233 milliseconds