Home
last modified time | relevance | path

Searched refs:pSectFmt (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx414 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 …]
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx469 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 Dunotext.cxx699 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()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx913 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()
/trunk/main/sw/source/core/edit/
H A Dedsect.cxx192 SwSectionFmt* pSectFmt ) in SetSectionAttr() argument
194 if( pSectFmt ) in SetSectionAttr()
195 _SetSectionAttr( *pSectFmt, rSet ); in SetSectionAttr()
H A Dedglbldc.cxx304 SwSectionFmt* pSectFmt = (SwSectionFmt*)rDelPos.GetSection()->GetFmt(); in DeleteGlobalDocContent() local
305 pMyDoc->DelSectionFmt( pSectFmt, sal_True ); in DeleteGlobalDocContent()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2279 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in RemoveInvisibleContent() local
2281 if( !pSectFmt->IsInNodesArr()) in RemoveInvisibleContent()
2283 SwSection* pSect = pSectFmt->GetSection(); in RemoveInvisibleContent()
2310 SwSectionFmt* pSectFmt = aSectFmts[ --n ]; in RemoveInvisibleContent() local
2311 SwSectionNode* pSectNd = pSectFmt->GetSectionNode(); in RemoveInvisibleContent()
2390 SwSectionFmt* pSectFmt = rSectFmts[ --n ]; in HasInvisibleContent() local
2392 if( !pSectFmt->IsInNodesArr()) in HasInvisibleContent()
2394 SwSection* pSect = pSectFmt->GetSection(); in HasInvisibleContent()
H A Ddoctxm.cxx399 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()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx414 const SwSectionFmt* pSectFmt; in GotoTOXMarkBase() local
419 0 != ( pSectFmt = ((SwTOXBaseSection*)pTOX)->GetFmt() ) && in GotoTOXMarkBase()
420 0 != ( pSectNd = pSectFmt->GetSectionNode() )) in GotoTOXMarkBase()
/trunk/main/sw/inc/
H A Deditsh.hxx817 void SetSectionAttr(const SfxItemSet& rSet, SwSectionFmt* pSectFmt = 0);

Completed in 106 milliseconds