Lines Matching refs:pCurNode

544 	pCurNode = pN;  in EdtAutoCorrDoc()
559 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in Delete()
569 EditSelection aSel = EditPaM( pCurNode, nPos ); in Insert()
590 if ( nEnd > pCurNode->Len() ) in ReplaceRange()
591 nEnd = pCurNode->Len(); in ReplaceRange()
594 pImpEE->ImpInsertText( EditSelection( EditPaM( pCurNode, nEnd ) ), rTxt ); in ReplaceRange()
595 …pImpEE->ImpDeleteSelection( EditSelection( EditPaM( pCurNode, nPos ), EditPaM( pCurNode, nEnd ) ) … in ReplaceRange()
626 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetAttr()
638 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetINetAttr()
654 sal_uInt16 nScriptType = pImpEE->GetScriptType( EditPaM( pCurNode, nStt ) ); in HasSymbolChars()
657 CharAttribArray& rAttribs = pCurNode->GetCharAttribs().GetAttribs(); in HasSymbolChars()
684 sal_uInt32 nPos = rNodes.GetPos( pCurNode ); in GetPrevPara()
721 String aShort( pCurNode->Copy( rSttPos, nEndPos - rSttPos ) ); in ChgAutoCorrWord()
727 LanguageType eLang = pImpEE->GetLanguage( EditPaM( pCurNode, rSttPos+1 ) ); in ChgAutoCorrWord()
728 …const SvxAutocorrWord* pFnd = rACorrect.SearchWordsInList( *pCurNode, rSttPos, nEndPos, *this, eLa… in ChgAutoCorrWord()
732 EditSelection aSel( EditPaM( pCurNode, rSttPos ), in ChgAutoCorrWord()
733 EditPaM( pCurNode, nEndPos ) ); in ChgAutoCorrWord()
740 *ppPara = pCurNode; in ChgAutoCorrWord()
749 return pImpEE->GetLanguage( EditPaM( pCurNode, nPos+1 ) ); in GetLanguage()
754 sal_uInt32 nPara = pImpEE->GetEditDoc().GetPos( pCurNode ); in ImplStartUndoAction()