Searched refs:pSrcNd (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 171 void lcl_CpyBreakAttrs( SwCntntNode* pSrcNd, SwCntntNode* pDstNd, in lcl_CpyBreakAttrs() argument 175 if( pSrcNd && pDstNd && 0 != ( pSet = pSrcNd->GetpSwAttrSet() ) ) in lcl_CpyBreakAttrs() 211 pSrcNd->ResetAttr( RES_BREAK ); in lcl_CpyBreakAttrs() 216 pSrcNd->ResetAttr( RES_PAGEDESC ); in lcl_CpyBreakAttrs() 419 if( pSrcNd && pSrcNd->HasSwAttrSet() ) in SetFlysInDoc() 420 aTmpSet.Put( *pSrcNd->GetpSwAttrSet() ); in SetFlysInDoc() 443 if( pSrcNd && pSrcNd->HasSwAttrSet() ) in SetFlysInDoc() 445 pSrcNd->ResetAttr( RES_BACKGROUND, RES_BOX ); in SetFlysInDoc() 468 SwCntntNode* pSrcNd = aRg.aStart.GetNode().GetCntntNode(); in SetFlysInDoc() local 473 ::lcl_CpyBreakAttrs( pSrcNd, pDstNd, &pFlySave->nSttNd ); in SetFlysInDoc() [all …]
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlsect.cxx | 806 void SwHTMLParser::MovePageDescAttrs( SwNode *pSrcNd, in MovePageDescAttrs() argument 815 if( pSrcNd->IsCntntNode() ) in MovePageDescAttrs() 817 SwCntntNode* pSrcCntntNd = pSrcNd->GetCntntNode(); in MovePageDescAttrs() 843 else if( pSrcNd->IsTableNode() ) in MovePageDescAttrs() 845 SwFrmFmt *pFrmFmt = pSrcNd->GetTableNode()->GetTable().GetFrmFmt(); in MovePageDescAttrs()
|
H A D | swhtml.hxx | 600 void MovePageDescAttrs( SwNode *pSrcNd, sal_uLong nDestIdx, sal_Bool bFmtBreak );
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 1752 SwTxtNode *const pSrcNd = aSttIdx.GetNode().GetTxtNode(); in MoveRange() local 1757 if( pSrcNd ) in MoveRange() 1763 pDestNd = rNodes.MakeTxtNode( rPos.nNode, pSrcNd->GetTxtColl() ); in MoveRange() 1774 ( (bOneNd) ? pEnd->nContent.GetIndex() : pSrcNd->Len() ) in MoveRange() 1820 pSrcNd->CutText( pDestNd, SwIndex( pDestNd, pDestNd->Len()), in MoveRange() 1826 pSrcNd->CutText( pDestNd, rPos.nContent, pStt->nContent, nLen ); in MoveRange() 1833 pSrcNd->CopyCollFmt( *pDestNd ); in MoveRange() 1929 if ( pSrcNd && aEndIdx.GetNode().IsCntntNode() ) in MoveRange()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 1307 const SwNode* pSrcNd = rSrcNds[ nSrcSttIdx ]; in CheckRanges() local 1309 if( !SwCompareLine::CompareNode( *pSrcNd, *pDstNd )) in CheckRanges() 1312 nSrcSttIdx = NextIdx( pSrcNd ); in CheckRanges() 1320 const SwNode* pSrcNd = rSrcNds[ nSrcEndIdx ]; in CheckRanges() local 1322 if( !SwCompareLine::CompareNode( *pSrcNd, *pDstNd )) in CheckRanges() 1325 nSrcEndIdx = PrevIdx( pSrcNd ); in CheckRanges()
|
H A D | docedt.cxx | 957 SwTxtNode* pSrcNd = rPaM.GetPoint()->nNode.GetNode().GetTxtNode(); in MoveRange() local 958 sal_Bool bCorrSavePam = pSrcNd && pStt->nNode != pEnd->nNode; in MoveRange()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 717 SwTableNode *pDestNd, *pSrcNd = aCpyPam.GetNode()->GetTableNode(); in Paste() local 718 if( !pSrcNd ) // TabellenNode ? in Paste() 848 if( pSrcNd && in Paste() 866 ( !pSrcNd->GetTable().IsTblComplex() || in Paste() 888 bRet = GetDoc()->InsCopyOfTbl( aDestPos, aBoxes, &pSrcNd->GetTable(), in Paste()
|
Completed in 67 milliseconds