Lines Matching refs:pTxtNd

886 		SwTxtNode * pTxtNd = aIdx.GetNode().GetTxtNode();  in MoveAndJoin()  local
888 if( pTxtNd && pTxtNd->CanJoinNext( &aNxtIdx ) ) in MoveAndJoin()
891 CorrRel( aNxtIdx, SwPosition( aIdx, SwIndex( pTxtNd, in MoveAndJoin()
892 pTxtNd->GetTxt().Len() ) ), 0, sal_True ); in MoveAndJoin()
894 pTxtNd->JoinNext(); in MoveAndJoin()
1359 SwTxtNode *pTxtNd = aIdx.GetNode().GetTxtNode(); in lcl_JoinText() local
1361 SwTxtNode *pOldTxtNd = pTxtNd; in lcl_JoinText()
1363 if( pTxtNd && pTxtNd->CanJoinNext( &aIdx ) ) in lcl_JoinText()
1384 if( ( pTxtNd = aIdx.GetNode().GetTxtNode())->HasSwAttrSet() ) in lcl_JoinText()
1387 if( SFX_ITEM_SET == pTxtNd->GetpSwAttrSet()->GetItemState( in lcl_JoinText()
1389 pTxtNd->ResetAttr( RES_BREAK ); in lcl_JoinText()
1390 if( pTxtNd->HasSwAttrSet() && in lcl_JoinText()
1391 SFX_ITEM_SET == pTxtNd->GetpSwAttrSet()->GetItemState( in lcl_JoinText()
1393 pTxtNd->ResetAttr( RES_PAGEDESC ); in lcl_JoinText()
1409 pTxtNd->SetAttr( aSet ); in lcl_JoinText()
1411 pOldTxtNd->FmtToTxtAttr( pTxtNd ); in lcl_JoinText()
1417 SwIndex aAlphaIdx(pTxtNd); in lcl_JoinText()
1418 pOldTxtNd->CutText( pTxtNd, aAlphaIdx, SwIndex(pOldTxtNd), in lcl_JoinText()
1440 if( pTxtNd->Len() ) in lcl_JoinText()
1441 pDelNd->FmtToTxtAttr( pTxtNd ); in lcl_JoinText()
1457 pTxtNd->ResetAttr(*pShorts); in lcl_JoinText()
1465 pTxtNd->SetAttr( aTmpSet ); in lcl_JoinText()
1474 rPam.GetBound( sal_True ) = SwPosition( SwNodeIndex( *pTxtNd ), SwIndex( pTxtNd ) ); in lcl_JoinText()
1478 … rPam.GetBound( sal_False ) = SwPosition( SwNodeIndex( *pTxtNd ), SwIndex( pTxtNd ) ); in lcl_JoinText()
1481 pTxtNd->JoinNext(); in lcl_JoinText()
1675 SwTxtNode* pTxtNd = rPam.GetMark()->nNode.GetNode().GetTxtNode(); in DeleteRangeImplImpl() local
1677 if( pTxtNd && 0 != ( pHts = pTxtNd->GetpSwpHints()) && pHts->Count() ) in DeleteRangeImplImpl()
1690 pTxtNd->DestroyAttr( pHts->Cut( n ) ); in DeleteRangeImplImpl()
2333 SwTxtNode* pTxtNd = pStt->nNode.GetNode().GetTxtNode(); in ReplaceRangeImpl() local
2336 : pTxtNd->GetTxt().Len(); in ReplaceRangeImpl()
2360 pTxtNd = pStt->nNode.GetNode().GetTxtNode(); in ReplaceRangeImpl()
2371 pTxtNd->GetAttr( aSet, nStt+1, nStt+1 ); in ReplaceRangeImpl()
2483 : pTxtNd->GetTxt().Len(); in ReplaceRangeImpl()
2489 if( !bFirst || nStt == pTxtNd->GetTxt().Len() ) in ReplaceRangeImpl()
2495 pTxtNd->ReplaceText( pStt->nContent, nEnd - nStt, sIns ); in ReplaceRangeImpl()
2503 if( !bFirst || nStt == pTxtNd->GetTxt().Len() ) in ReplaceRangeImpl()
2509 pTxtNd->ReplaceText( pStt->nContent, nEnd - nStt, sIns ); in ReplaceRangeImpl()