Searched refs:aEmptyProps (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | LinguisticExamples.java | 163 PropertyValue[] aEmptyProps = new PropertyValue[0]; in Run() local 184 boolean bIsCorrect = mxSpell.isValid( aWord, aLocale, aEmptyProps ); in Run() 189 bIsCorrect = mxSpell.isValid( aWord, aLocale , aEmptyProps ); in Run() 194 XSpellAlternatives xAlt = mxSpell.spell( aWord, aLocale, aEmptyProps ); in Run() 221 aEmptyProps ); in Run() 255 aEmptyProps ); in Run() 267 aEmptyProps ); in Run()
|
/aoo42x/main/linguistic/source/ |
H A D | gciterator.cxx | 583 uno::Sequence< beans::PropertyValue > aEmptyProps; in DequeueAndCheck() local 584 …Res = xGC->doProofreading( aCurDocId, aCurTxt, aCurLocale, nStartPos, nSuggestedEnd, aEmptyProps ); in DequeueAndCheck() 734 uno::Sequence< beans::PropertyValue > aEmptyProps; in checkSentenceAtPosition() local 735 …C->doProofreading( aDocId, rText, aCurLocale, nStartPos, nSuggestedEndOfSentencePos, aEmptyProps ); in checkSentenceAtPosition()
|
Completed in 14 milliseconds