Searched refs:pSttPos (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 208 SwPosition *pSttPos = (SwPosition*)rRange.Start(), in InsertSwSection() local 228 pSttPos->nContent.GetIndex() ) in InsertSwSection() 231 pSttPos->nNode.GetNode().GetTxtNode(); in InsertSwSection() 253 pSttPos->nNode.Assign( *pPrvNd ); in InsertSwSection() 254 pSttPos->nContent.Assign( pSttPos->nNode.GetNode().GetCntntNode(), 0 ); in InsertSwSection() 256 else if( pSttPos->nContent.GetIndex() ) in InsertSwSection() 258 SplitNode( *pSttPos, false ); in InsertSwSection() 271 xub_StrLen nCntnt = pSttPos->nContent.GetIndex(); in InsertSwSection() 277 pSttPos->nNode--; in InsertSwSection() 279 pTNd = pSttPos->nNode.GetNode().GetTxtNode(); in InsertSwSection() [all …]
|
/trunk/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 590 SwPosition* pSttPos = pCrsr->Start(); in Convert() local 594 if (pSttPos->nNode.GetNode().IsTxtNode() && in Convert() 598 pSttPos->nNode.GetNode().GetTxtNode(), pSttPos->nContent, in Convert() 608 pSttPos = aPam.GetPoint(); //! using a PaM here makes sure we will get only text nodes in Convert() 609 SwTxtNode *pTxtNode = pSttPos->nNode.GetNode().GetTxtNode(); in Convert() 614 pTxtNode, pSttPos->nContent, in Convert() 615 pTxtNode, pSttPos->nContent ); in Convert()
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 655 SwPosition* pSttPos = pCrsr->Start(); in InsertSoftHyph() local 659 pSttPos->nContent.GetIndex(); in InsertSoftHyph() 661 if( pSttPos->nNode != pEndPos->nNode || !nLastHyphLen ) in InsertSoftHyph() 663 ASSERT( pSttPos->nNode == pEndPos->nNode, in InsertSoftHyph() 666 *pSttPos = *pEndPos; in InsertSoftHyph() 674 pSttPos->nContent += nHyphPos; in InsertSoftHyph() 675 SwPaM aRg( *pSttPos ); in InsertSoftHyph()
|
H A D | editsh.cxx | 889 SwPosition* pSttPos = pCrsr->Start(), *pEndPos = pCrsr->End(); in SetNumberingRestart() local 890 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in SetNumberingRestart()
|
/trunk/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1891 SwPosition* pSttPos = rPaM.Start(), *pEndPos = rPaM.End(); in Spell() local 1898 pConvArgs->SetStart(pSttPos->nNode.GetNode().GetTxtNode(), pSttPos->nContent); in Spell() 1903 pSttPos->nNode.GetNode().GetTxtNode(), pSttPos->nContent, in Spell() 1907 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in Spell() 1976 pSttPos->nNode = nCurrNd; in Spell() 2028 pSttPos->nNode = nCurrNd; in Spell()
|
/trunk/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 823 SwPosition *pSttPos = aRegion.GetMark(), in lcl_FindSelection() local 825 *pSttPos = *pTmpCrsr->Start(); in lcl_FindSelection() 834 while( *pSttPos <= *pEndPos && in lcl_FindSelection() 889 *pSttPos = *pCurCrsr->End(); in lcl_FindSelection() 891 if( *pSttPos == *pEndPos ) // im Bereich, aber am Ende in lcl_FindSelection()
|
Completed in 59 milliseconds