Searched refs:pTmpPos (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/core/undo/ |
H A D | untblk.cxx | 92 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()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docedt.cxx | 603 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 …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 182 SwPosition* pTmpPos; member in WW8TabDesc 261 SwPosition *GetPos() { return pTmpPos; } in GetPos() 1815 pTmpPos(0), in WW8TabDesc() 2486 pTmpPos = new SwPosition( *pIo->pPaM->GetPoint() ); in CreateSwTable() 2494 *pTmpPos, nBands, nDefaultSwCols, eOri, 0, 0, sal_False, sal_True ); in CreateSwTable() 2512 if (SwTxtNode *const pNd = pTmpPos->nNode.GetNode().GetTxtNode()) in CreateSwTable() 2787 ASSERT(pTmpPos && pIo, "I've forgotten where the table is anchored"); in MoveOutsideTable() 2788 if (pTmpPos && pIo) in MoveOutsideTable() 2789 *pIo->pPaM->GetPoint() = *pTmpPos; in MoveOutsideTable() 2803 delete pTmpPos, pTmpPos = 0; in FinishSwTable()
|
Completed in 45 milliseconds