Searched refs:aPropVals (Results 1 – 3 of 3) sorted by relevance
411 beans::PropertyValues aPropVals(nParamCount); in CreateOrUpdateExample() local412 beans::PropertyValue* pPropValArr = aPropVals.getArray(); in CreateOrUpdateExample()436 pValues[nTokenIndex] = aPropVals; in CreateOrUpdateExample()
1044 Sequence< PropertyValue > aPropVals(1); in GetCorrection() local1045 PropertyValue &rVal = aPropVals.getArray()[0]; in GetCorrection()1049 xSpellAlt = xSpell->spell( aWord, eActLang, aPropVals ); in GetCorrection()
1062 Sequence< PropertyValue > aPropVals(1); in ExecuteSpellPopup() local1063 PropertyValue &rVal = aPropVals.getArray()[0]; in ExecuteSpellPopup()1069 xSpeller->spell( aSelected, PIMPEE->GetLanguage( aPaM2 ), aPropVals ); in ExecuteSpellPopup()
Completed in 36 milliseconds