Home
last modified time | relevance | path

Searched refs:pGrammarResult (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sw/source/core/edit/
H A Dedlingu.cxx134 linguistic2::ProofreadingResult* pGrammarResult,
138 linguistic2::ProofreadingResult* pGrammarResult,
1774 linguistic2::ProofreadingResult* pGrammarResult, in CreatePortion() argument
1786 else if(pGrammarResult) in CreatePortion()
1789 if(pGrammarResult->aErrors.getLength()) in CreatePortion()
1791 aPortion.aGrammarError = pGrammarResult->aErrors[0]; in CreatePortion()
1792 …aPortion.sText = pGrammarResult->aText.copy( aPortion.aGrammarError.nErrorStart, aPortion.aGrammar… in CreatePortion()
1793 aPortion.xGrammarChecker = pGrammarResult->xProofreader; in CreatePortion()
1794 … const beans::PropertyValue* pProperties = pGrammarResult->aProperties.getConstArray(); in CreatePortion()
1795 for( sal_Int32 nProp = 0; nProp < pGrammarResult->aProperties.getLength(); ++nProp ) in CreatePortion()
[all …]