/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | SampleSpellChecker.java | 139 return aWord.equals( aWord.toUpperCase( aLang ) ); in IsUpper() 142 private boolean HasDigits( String aWord ) in HasDigits() argument 144 int nLen = aWord.length(); in HasDigits() 154 String aWord, in GetSpellFailure() argument 173 boolean bIsValid = !(aWord.indexOf( "u" ) != -1 || aWord.indexOf( "U" ) != -1) in GetSpellFailure() 181 if (aWord.equals( "arizona" )) in GetSpellFailure() 194 String aWord, in GetProposals() argument 227 if (aWord.equals( "arizona" )) in GetProposals() 232 else if (aWord.equals( "house" )) in GetProposals() 283 String aWord, Locale aLocale, in isValid() argument [all …]
|
H A D | SampleHyphenator.java | 206 String aWord, Locale aLocale, in hyphenate() argument 232 if (aWord.length() >= nHyphMinWordLen) in hyphenate() 234 String aHyphenatedWord = aWord; in hyphenate() 260 if ( aWord.equals( "waterfall" ) ) in hyphenate() 267 else if ( aWord.equals( "driving" ) ) in hyphenate() 279 xRes = new XHyphenatedWord_impl(aWord, aLocale, in hyphenate() 287 String aWord, Locale aLocale, in queryAlternativeSpelling() argument 320 if (aWord.equals( "Schiffahrt" ) && in queryAlternativeSpelling() 336 String aWord, Locale aLocale, in createPossibleHyphens() argument 381 if ( aWord.equals( "waterfall" ) ) in createPossibleHyphens() [all …]
|
H A D | XHyphenatedWord_impl.java | 29 String aWord; field in XHyphenatedWord_impl 37 String aWord, in XHyphenatedWord_impl() argument 43 this.aWord = aWord; in XHyphenatedWord_impl() 48 this.bIsAltSpelling = (aWord != aHyphenatedWord); in XHyphenatedWord_impl() 52 if (this.aWord == null) in XHyphenatedWord_impl() 53 this.aWord = new String(); in XHyphenatedWord_impl() 64 return aWord; in getWord()
|
H A D | LinguisticExamples.java | 183 String aWord = "horseback"; in Run() local 184 boolean bIsCorrect = mxSpell.isValid( aWord, aLocale, aEmptyProps ); in Run() 185 System.out.println( aWord + ": " + bIsCorrect ); in Run() 188 aWord = "course"; in Run() 189 bIsCorrect = mxSpell.isValid( aWord, aLocale , aEmptyProps ); in Run() 190 System.out.println( aWord + ": " + bIsCorrect ); in Run() 193 aWord = "house"; in Run() 194 XSpellAlternatives xAlt = mxSpell.spell( aWord, aLocale, aEmptyProps ); in Run() 196 System.out.println( aWord + " is correct." ); in Run() 199 System.out.println( aWord + " is not correct. A list of proposals follows." ); in Run()
|
H A D | XPossibleHyphens_impl.java | 29 String aWord; field in XPossibleHyphens_impl 35 String aWord, in XPossibleHyphens_impl() argument 40 this.aWord = aWord; in XPossibleHyphens_impl() 47 if (this.aWord == null) in XPossibleHyphens_impl() 48 this.aWord = new String(); in XPossibleHyphens_impl() 63 return aWord; in getWord()
|
H A D | XSpellAlternatives_impl.java | 30 String aWord; field in XSpellAlternatives_impl 36 String aWord, in XSpellAlternatives_impl() argument 41 this.aWord = aWord; in XSpellAlternatives_impl() 48 if (this.aWord == null) in XSpellAlternatives_impl() 49 this.aWord = new String(); in XSpellAlternatives_impl() 62 return aWord; in getWord()
|
/aoo4110/main/linguistic/inc/linguistic/ |
H A D | hyphdta.hxx | 48 ::rtl::OUString aWord; 84 ::rtl::OUString GetWord() { return aWord; } in GetWord() 87 void SetWord( ::rtl::OUString &rTxt ) { aWord = rTxt; } in SetWord() 101 ::rtl::OUString aWord; 130 ::rtl::OUString GetWord() { return aWord; } in GetWord() 132 void SetWord( ::rtl::OUString &rTxt ) { aWord = rTxt; } in SetWord()
|
/aoo4110/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 276 Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const ::rtl::OUString& aWord, in hyphenate() argument 352 ct = capitalType(aWord, pCC); in hyphenate() 355 OUStringBuffer rBuf(aWord); in hyphenate() 419 sal_Int32 Leading = GetPosInWordToCheck( aWord, nMaxLeading ); in hyphenate() 503 xRes = new HyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate() 504 aWord.replaceAt(nHyphenationPosAlt + 1, cut[nHyphenationPos], repHyph), in hyphenate() 509 xRes = new HyphenatedWord( aWord, LocaleToLanguage( aLocale ), in hyphenate() 510 (sal_Int16)nHyphenationPos, aWord, (sal_Int16) nHyphenationPos); in hyphenate() 615 OUStringBuffer rBuf(aWord); in createPossibleHyphens() 698 hyphenatedWordBuffer.append(aWord[i]); in createPossibleHyphens() [all …]
|
H A D | hyphenimp.hxx | 111 …linguistic2::XHyphenatedWord > SAL_CALL hyphenate( const ::rtl::OUString& aWord, const ::com::sun:… 112 …yphenatedWord > SAL_CALL queryAlternativeSpelling( const ::rtl::OUString& aWord, const ::com::sun:… 113 …XPossibleHyphens > SAL_CALL createPossibleHyphens( const ::rtl::OUString& aWord, const ::com::sun:…
|
/aoo4110/main/linguistic/source/ |
H A D | spelldsp.hxx | 89 sal_Bool isValid_Impl(const ::rtl::OUString& aWord, LanguageType nLanguage, 96 spell_Impl(const ::rtl::OUString& aWord, LanguageType nLanguage, 110 …virtual sal_Bool SAL_CALL isValid( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Loc… 111 …:linguistic2::XSpellAlternatives > SAL_CALL spell( const ::rtl::OUString& aWord, const ::com::sun:… 118 …virtual ::sal_Bool SAL_CALL isValid( const ::rtl::OUString& aWord, ::sal_Int16 nLanguage, const ::… 119 …:linguistic2::XSpellAlternatives > SAL_CALL spell( const ::rtl::OUString& aWord, ::sal_Int16 nLang…
|
H A D | hyphdta.cxx | 54 aWord (rWord), in HyphenatedWord() 86 return aWord; in getWord() 138 aWord (rWord), in PossibleHyphens() 155 return aWord; in getWord()
|
H A D | spelldta.cxx | 254 aWord (rWord), in SpellAlternatives() 269 aWord (rWord), in SpellAlternatives() 285 return aWord; in getWord() 340 aWord = rWord; in SetWordLanguage()
|
H A D | hyphdsp.hxx | 111 hyphenate( const ::rtl::OUString& aWord, 119 queryAlternativeSpelling( const ::rtl::OUString& aWord, 128 const ::rtl::OUString& aWord,
|
H A D | dicimp.hxx | 132 getEntry( const ::rtl::OUString& aWord ) 139 add( const ::rtl::OUString& aWord, sal_Bool bIsNegative, 143 remove( const ::rtl::OUString& aWord )
|
H A D | misc.cxx | 556 OUString aWord( rxHyphWord->getWord() ), in GetAltSpelling() local 560 const sal_Unicode *pWord = aWord.getStr(), in GetAltSpelling() 584 sal_Int32 nPosR = aWord.getLength() - 1, in GetAltSpelling() 649 OUString aWord( rxHyphWord->getWord() ); in RebuildHyphensAndControlChars() local
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 1718 String aWord; in ImpConvert() local 1863 aRes = aWord; in ImpConvert() 1896 String aWord; in ImpSpell() 1931 aWord += cNext; in ImpSpell() 1935 if ( aWord.Len() > 0 ) in ImpSpell() 1980 String aWord; in ImpFindNextError() local 2007 if ( aWord.Len() > 0 ) in ImpFindNextError() 2407 aWord += cNext; in DoOnlineSpelling() 2414 if ( aWord.Len() > 0 ) in DoOnlineSpelling() 2561 String aWord; in HasSpellErrors() local [all …]
|
H A D | editview.cxx | 1204 String aWord = pImpEditView->SpellIgnoreOrAddWord( sal_False ); in ExecuteSpellPopup() local 1207 SpellCallbackInfo aInf( SPELLCMD_IGNOREWORD, aWord ); in ExecuteSpellPopup() 1288 String aWord = pAlt[nId - MN_AUTOSTART]; in ExecuteSpellPopup() local 1291 pAutoCorrect->PutText( aSelected, aWord, PIMPEE->GetLanguage( aPaM2 ) ); in ExecuteSpellPopup() 1292 InsertText( aWord ); in ExecuteSpellPopup() 1297 String aWord = pAlt[nId - MN_ALTSTART]; in ExecuteSpellPopup() local 1298 InsertText( aWord ); in ExecuteSpellPopup() 1409 XubString aWord; in GetWordUnderMousePointer() local 1428 aWord = pImpEE->GetSelected( aWordSel ); in GetWordUnderMousePointer() 1431 return aWord; in GetWordUnderMousePointer()
|
/aoo4110/main/offapi/com/sun/star/linguistic2/ |
H A D | XDictionary.idl | 130 @param aWord 135 com::sun::star::linguistic2::XDictionaryEntry getEntry( [in] string aWord ); 167 @param aWord 175 be used when replacing aWord. Otherwise, it is undefined. 183 [in] string aWord, 190 @param aWord 197 boolean remove( [in] string aWord );
|
H A D | XSpellChecker.idl | 69 @param aWord 88 [in] string aWord, 98 <NULL/> if <var>aWord</var> is spelled correctly using 103 @param aWord 121 [in] string aWord,
|
H A D | XHyphenator.idl | 94 @param aWord 118 [in] string aWord, 141 @param aWord 166 [in] string aWord, 180 @param aWord 199 [in] string aWord,
|
H A D | XDictionary1.idl | 71 com::sun::star::linguistic2::XDictionaryEntry getEntry( [in] string aWord ); 78 [in] string aWord, 83 boolean remove( [in] string aWord );
|
H A D | XSearchableDictionary.idl | 48 @param aWord 58 …equence< com::sun::star::linguistic2::XDictionaryEntry > searchSimilarEntries( [in] string aWord );
|
H A D | XSpellChecker1.idl | 58 [in] string aWord, 65 [in] string aWord,
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 200 String aWord; in GetWordAtCursor() local 225 aWord = aURL; in GetWordAtCursor() 234 if ( !aWord.Len() ) in GetWordAtCursor() 235 aWord = pTextEngine->GetWord( rSelEnd ); in GetWordAtCursor() 239 aWord = pTextEngine->GetWord( rSelStart ); in GetWordAtCursor() 243 return aWord; in GetWordAtCursor() 271 if ( aWord.Len() && !ByteString( aWord, RTL_TEXTENCODING_UTF8 ).IsNumericAscii() ) in RequestHelp() 273 sal_uInt16 nLastChar =aWord.Len()-1; in RequestHelp() 274 if ( strchr( cSuffixes, aWord.GetChar( nLastChar ) ) ) in RequestHelp() 275 aWord.Erase( nLastChar, 1 ); in RequestHelp() [all …]
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | editstat.hxx | 128 String aWord; member 132 : aWord( rWord ) in SpellCallbackInfo()
|