Lines Matching refs:pNode

638 	SwTxtNode *pNode = pStt->nNode.GetNode().GetTxtNode();  in DelSoftHyph()  local
639 pNode->DelSoftHyph( nStart, nEnd ); in DelSoftHyph()
1013 SwTxtNode *pNode; in GetCorrection() local
1016 0 != (pNode = aPos.nNode.GetNode().GetTxtNode()) && in GetCorrection()
1017 0 != (pWrong = pNode->GetWrong()) && in GetCorrection()
1018 !pNode->IsInProtectSect() ) in GetCorrection()
1022 if( pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) ) in GetCorrection()
1024 String aText( pNode->GetTxt().Copy( nBegin, nLen ) ); in GetCorrection()
1031 LanguageType eActLang = (LanguageType)pNode->GetLang( nBegin, nLen ); in GetCorrection()
1128 SwTxtNode *pNode; in GetGrammarCorrection() local
1131 0 != (pNode = aPos.nNode.GetNode().GetTxtNode()) && in GetGrammarCorrection()
1132 0 != (pWrong = pNode->GetGrammarCheck()) && in GetGrammarCorrection()
1133 !pNode->IsInProtectSect() ) in GetGrammarCorrection()
1139 String aText( pNode->GetTxt().Copy( nBegin, nLen ) ); in GetGrammarCorrection()
1152 pNode->BuildConversionMap( aExpandText ); in GetGrammarCorrection()
1154 …uno::Reference< text::XFlatParagraph > xFlatPara = new SwXFlatParagraph( *pNode, aExpandText, pCon… in GetGrammarCorrection()
1946 SwTxtNode *pNode; in IgnoreGrammarErrorAt() local
1954 pNode = aIdx.GetNode().GetTxtNode(); in IgnoreGrammarErrorAt()
1955 if( pNode ) { in IgnoreGrammarErrorAt()
1958 pWrong = pNode->GetGrammarCheck(); in IgnoreGrammarErrorAt()
1961 pWrong = pNode->GetWrong(); in IgnoreGrammarErrorAt()
1964 SwTxtFrm::repaintTextFrames( *pNode ); in IgnoreGrammarErrorAt()