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()
1026 SwTxtNode* pTNd = pNode->GetTxtNode(); in lcl_InsAttr() local
1032 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1034 pSwpHints = bCreateSwpHints ? &pTNd->GetOrCreateSwpHints() in lcl_InsAttr()
1035 : pTNd->GetpSwpHints(); in lcl_InsAttr()
1039 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1048 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1049 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1718 SwTxtNode* pTNd( dynamic_cast<SwTxtNode*>(pCNd) ); in lcl_SetTxtFmtColl() local
1719 ASSERT( pTNd, in lcl_SetTxtFmtColl()
1722 SwNumRule* pNumRuleAtParagraph( pTNd->GetNumRule() ); in lcl_SetTxtFmtColl()
1740 pRegH.reset( new SwRegHistory( pTNd, *pTNd, pPara->pHistory ) ); in lcl_SetTxtFmtColl()
2311 SwTxtNode* pTNd = aIdx.GetNode().GetTxtNode(); in MoveLeftMargin() local
2312 if( pTNd ) in MoveLeftMargin()
2314 SvxLRSpaceItem aLS( (SvxLRSpaceItem&)pTNd->SwCntntNode::GetAttr( RES_LR_SPACE ) ); in MoveLeftMargin()
2317 if ( pTNd->AreListLevelIndentsApplicable() ) in MoveLeftMargin()
2319 const SwNumRule* pRule = pTNd->GetNumRule(); in MoveLeftMargin()
2322 const int nListLevel = pTNd->GetActualListLevel(); in MoveLeftMargin()
2346 SwRegHistory aRegH( pTNd, *pTNd, pHistory ); in MoveLeftMargin()
2347 pTNd->SetAttr( aLS ); in MoveLeftMargin()
2427 SwTxtNode* pTNd = rPos.nNode.GetNode().GetTxtNode(); in SetTxtFmtCollByAutoFmt() local
2429 if( mbIsAutoFmtRedline && pTNd ) in SetTxtFmtCollByAutoFmt()
2432 const SwTxtFmtColl& rColl = *pTNd->GetTxtColl(); in SetTxtFmtCollByAutoFmt()
2440 if( pSet && pTNd->HasSwAttrSet() ) in SetTxtFmtCollByAutoFmt()
2442 SfxItemSet aTmp( *pTNd->GetpSwAttrSet() ); in SetTxtFmtCollByAutoFmt()
2446 if( SFX_ITEM_SET == pTNd->GetpSwAttrSet()->GetItemState( in SetTxtFmtCollByAutoFmt()
2459 if( pSet && pTNd && pSet->Count() ) in SetTxtFmtCollByAutoFmt()
2462 aPam.GetMark()->nContent.Assign( pTNd, pTNd->GetTxt().Len() ); in SetTxtFmtCollByAutoFmt()
2469 SwTxtNode* pTNd = rPam.GetPoint()->nNode.GetNode().GetTxtNode(); in SetFmtItemByAutoFmt() local
2473 if( mbIsAutoFmtRedline && pTNd ) in SetFmtItemByAutoFmt()