Home
last modified time | relevance | path

Searched refs:pTmpPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Duntblk.cxx92 const SwPosition* pTmpPos = rPam.End(); in SetInsertRange() local
93 nEndNode = pTmpPos->nNode.GetIndex(); in SetInsertRange()
94 nEndCntnt = pTmpPos->nContent.GetIndex(); in SetInsertRange()
97 if( pTmpPos == rPam.GetPoint() ) in SetInsertRange()
98 pTmpPos = rPam.GetMark(); in SetInsertRange()
100 pTmpPos = rPam.GetPoint(); in SetInsertRange()
102 nSttNode = pTmpPos->nNode.GetIndex(); in SetInsertRange()
103 nSttCntnt = pTmpPos->nContent.GetIndex(); in SetInsertRange()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx599 SwPosition* pTmpPos = pNewRedl->Start(); in lcl_SaveRedlines() local
600 pTmpPos->nNode = rRg.aStart; in lcl_SaveRedlines()
601 pTmpPos->nContent.Assign( in lcl_SaveRedlines()
602 pTmpPos->nNode.GetNode().GetCntntNode(), 0 ); in lcl_SaveRedlines()
608 pTmpPos = pTmp->End(); in lcl_SaveRedlines()
609 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
610 pTmpPos->nContent.Assign( in lcl_SaveRedlines()
611 pTmpPos->nNode.GetNode().GetCntntNode(), 0 ); in lcl_SaveRedlines()
615 SwPosition* pTmpPos = pTmp->End(); in lcl_SaveRedlines() local
616 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx181 SwPosition* pTmpPos; member in WW8TabDesc
260 SwPosition *GetPos() { return pTmpPos; } in GetPos()
1843 pTmpPos(0), in WW8TabDesc()
2514 pTmpPos = new SwPosition( *pIo->pPaM->GetPoint() ); in CreateSwTable()
2522 *pTmpPos, nBands, nDefaultSwCols, eOri, 0, 0, sal_False, sal_True ); in CreateSwTable()
2540 if (SwTxtNode *const pNd = pTmpPos->nNode.GetNode().GetTxtNode()) in CreateSwTable()
2815 ASSERT(pTmpPos && pIo, "I've forgotten where the table is anchored"); in MoveOutsideTable()
2816 if (pTmpPos && pIo) in MoveOutsideTable()
2817 *pIo->pPaM->GetPoint() = *pTmpPos; in MoveOutsideTable()
2831 delete pTmpPos, pTmpPos = 0; in FinishSwTable()