Lines Matching refs:pFmt

195     SwSectionFmt* const pFmt = MakeSectionFmt( 0 );  in InsertSwSection()  local
198 pFmt->SetFmtAttr( *pAttr ); in InsertSwSection()
221 aStt, *pFmt, rNewData, pTOXBase, & aEnd); in InsertSwSection()
293 pSttPos->nNode, *pFmt, rNewData, pTOXBase, &pEndPos->nNode); in InsertSwSection()
303 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, true); in InsertSwSection()
308 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, false); in InsertSwSection()
318 pPos->nNode, *pFmt, rNewData, pTOXBase, 0, true); in InsertSwSection()
520 void SwDoc::DelSectionFmt( SwSectionFmt *pFmt, sal_Bool bDelNodes ) in DelSectionFmt() argument
522 sal_uInt16 nPos = pSectionFmtTbl->GetPos( pFmt ); in DelSectionFmt()
528 const SwNodeIndex* pIdx = pFmt->GetCntnt( sal_False ).GetCntntIdx(); in DelSectionFmt()
530 if( SFX_ITEM_SET != pFmt->GetItemState( in DelSectionFmt()
532 SFX_ITEM_SET != pFmt->GetItemState( in DelSectionFmt()
553 GetIDocumentUndoRedo().AppendUndo( MakeUndoDelSection( *pFmt ) ); in DelSectionFmt()
569 SwPtrMsgPoolItem aMsgHint( RES_REMOVE_UNO_OBJECT, pFmt ); in DelSectionFmt()
570 pFmt->ModifyNotification( &aMsgHint, &aMsgHint ); in DelSectionFmt()
575 nPos = pSectionFmtTbl->GetPos( pFmt ); in DelSectionFmt()
591 delete pFmt; in DelSectionFmt()
616 SwSectionFmt* pFmt = (*pSectionFmtTbl)[ nPos ]; in UpdateSection() local
617 SwSection* pSection = pFmt->GetSection(); in UpdateSection()
632 if( pFmt->GetFmtAttr( nWhich ) != *aIter.GetCurItem() ) in UpdateSection()
649 MakeUndoUpdateSection( *pFmt, true ) ); in UpdateSection()
655 pFmt->SetFmtAttr( *pAttr ); in UpdateSection()
667 pIdx = pFmt->GetCntnt().GetCntntIdx(); in UpdateSection()
683 GetIDocumentUndoRedo().AppendUndo(MakeUndoUpdateSection(*pFmt, false)); in UpdateSection()
727 pIdx = pFmt->GetCntnt().GetCntntIdx(); in UpdateSection()
1068 SwSectionFmt* pFmt = m_pSection->GetFmt(); in ~SwSectionNode() local
1069 if( pFmt ) in ~SwSectionNode()
1073 pFmt->LockModify(); in ~SwSectionNode()
1074 pFmt->ResetFmtAttr( RES_CNTNT ); in ~SwSectionNode()
1075 pFmt->UnlockModify(); in ~SwSectionNode()
1370 SwSectionFmt *const pFmt = m_pSection->GetFmt(); in NodesArrChgd() local
1371 if( pFmt ) in NodesArrChgd()
1374 SwDoc* pDoc = pFmt->GetDoc(); in NodesArrChgd()
1378 SwPtrMsgPoolItem aMsgHint( RES_REMOVE_UNO_OBJECT, pFmt ); in NodesArrChgd()
1379 pFmt->ModifyNotification( &aMsgHint, &aMsgHint ); in NodesArrChgd()
1382 pFmt->LockModify(); in NodesArrChgd()
1383 pFmt->SetFmtAttr( SwFmtCntnt( this )); in NodesArrChgd()
1384 pFmt->UnlockModify(); in NodesArrChgd()
1388 pFmt->SetDerivedFrom( pSectNd ? pSectNd->GetSection().GetFmt() in NodesArrChgd()
1397 pSectNd->GetSection().GetFmt()->SetDerivedFrom( pFmt ); in NodesArrChgd()