Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java163 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()
/aoo4110/main/linguistic/source/
H A Dgciterator.cxx583 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 36 milliseconds