Lines Matching refs:pTNd
451 SwTxtNode* pTNd = aTmpStt.GetNode().GetTxtNode(); in ResetAttrs() local
452 if( pTNd && pTNd->HasSwAttrSet() && pTNd->GetpSwAttrSet()->Count() ) in ResetAttrs()
456 SwRegHistory history(pTNd, *pTNd, pHst); in ResetAttrs()
457 pTNd->FmtToTxtAttr(pTNd); in ResetAttrs()
461 pTNd->FmtToTxtAttr(pTNd); in ResetAttrs()
472 SwTxtNode* pTNd = aTmpEnd.GetNode().GetTxtNode(); in ResetAttrs() local
473 if( pTNd && pTNd->HasSwAttrSet() && pTNd->GetpSwAttrSet()->Count() ) in ResetAttrs()
477 SwRegHistory history(pTNd, *pTNd, pHst); in ResetAttrs()
478 pTNd->FmtToTxtAttr(pTNd); in ResetAttrs()
482 pTNd->FmtToTxtAttr(pTNd); in ResetAttrs()
1038 SwTxtNode* pTNd = pNode->GetTxtNode(); in lcl_InsAttr() local
1044 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1046 pSwpHints = bCreateSwpHints ? &pTNd->GetOrCreateSwpHints() in lcl_InsAttr()
1047 : pTNd->GetpSwpHints(); in lcl_InsAttr()
1051 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1060 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1061 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1730 SwTxtNode* pTNd( dynamic_cast<SwTxtNode*>(pCNd) ); in lcl_SetTxtFmtColl() local
1731 ASSERT( pTNd, in lcl_SetTxtFmtColl()
1734 SwNumRule* pNumRuleAtParagraph( pTNd->GetNumRule() ); in lcl_SetTxtFmtColl()
1752 pRegH.reset( new SwRegHistory( pTNd, *pTNd, pPara->pHistory ) ); in lcl_SetTxtFmtColl()
2323 SwTxtNode* pTNd = aIdx.GetNode().GetTxtNode(); in MoveLeftMargin() local
2324 if( pTNd ) in MoveLeftMargin()
2326 SvxLRSpaceItem aLS( (SvxLRSpaceItem&)pTNd->SwCntntNode::GetAttr( RES_LR_SPACE ) ); in MoveLeftMargin()
2329 if ( pTNd->AreListLevelIndentsApplicable() ) in MoveLeftMargin()
2331 const SwNumRule* pRule = pTNd->GetNumRule(); in MoveLeftMargin()
2334 const int nListLevel = pTNd->GetActualListLevel(); in MoveLeftMargin()
2358 SwRegHistory aRegH( pTNd, *pTNd, pHistory ); in MoveLeftMargin()
2359 pTNd->SetAttr( aLS ); in MoveLeftMargin()
2439 SwTxtNode* pTNd = rPos.nNode.GetNode().GetTxtNode(); in SetTxtFmtCollByAutoFmt() local
2441 if( mbIsAutoFmtRedline && pTNd ) in SetTxtFmtCollByAutoFmt()
2444 const SwTxtFmtColl& rColl = *pTNd->GetTxtColl(); in SetTxtFmtCollByAutoFmt()
2452 if( pSet && pTNd->HasSwAttrSet() ) in SetTxtFmtCollByAutoFmt()
2454 SfxItemSet aTmp( *pTNd->GetpSwAttrSet() ); in SetTxtFmtCollByAutoFmt()
2458 if( SFX_ITEM_SET == pTNd->GetpSwAttrSet()->GetItemState( in SetTxtFmtCollByAutoFmt()
2471 if( pSet && pTNd && pSet->Count() ) in SetTxtFmtCollByAutoFmt()
2474 aPam.GetMark()->nContent.Assign( pTNd, pTNd->GetTxt().Len() ); in SetTxtFmtCollByAutoFmt()
2481 SwTxtNode* pTNd = rPam.GetPoint()->nNode.GetNode().GetTxtNode(); in SetFmtItemByAutoFmt() local
2485 if( mbIsAutoFmtRedline && pTNd ) in SetFmtItemByAutoFmt()