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.cxx603 pTmpPos->nContent.Assign( in lcl_SaveRedlines()
610 pTmpPos = pTmp->End(); in lcl_SaveRedlines()
611 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
612 pTmpPos->nContent.Assign( in lcl_SaveRedlines()
618 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
619 pTmpPos->nContent.Assign( in lcl_SaveRedlines()
639 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
640 pTmpPos->nContent.Assign( in lcl_SaveRedlines()
647 pTmpPos = pTmp->Start(); in lcl_SaveRedlines()
648 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx182 SwPosition* pTmpPos; member in WW8TabDesc
261 SwPosition *GetPos() { return pTmpPos; } in GetPos()
1844 pTmpPos(0), in WW8TabDesc()
2515 pTmpPos = new SwPosition( *pIo->pPaM->GetPoint() ); in CreateSwTable()
2523 *pTmpPos, nBands, nDefaultSwCols, eOri, 0, 0, sal_False, sal_True ); in CreateSwTable()
2541 if (SwTxtNode *const pNd = pTmpPos->nNode.GetNode().GetTxtNode()) in CreateSwTable()
2816 ASSERT(pTmpPos && pIo, "I've forgotten where the table is anchored"); in MoveOutsideTable()
2817 if (pTmpPos && pIo) in MoveOutsideTable()
2818 *pIo->pPaM->GetPoint() = *pTmpPos; in MoveOutsideTable()
2832 delete pTmpPos, pTmpPos = 0; in FinishSwTable()

Completed in 61 milliseconds