Home
last modified time | relevance | path

Searched refs:aWord (Results 1 – 25 of 44) sorted by path

12

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx810 String aWord = GetEditEngine()->GetWord( GetEditView()->GetSelection().GetEnd(), &aWordStart ); in BasicAddWatch() local
811 if ( aWord.Len() ) in BasicAddWatch()
815 rIndex = rIndex + aWord.Len(); in BasicAddWatch()
H A Dbaside2b.cxx200 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 …]
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1873 ::rtl::OUString aWord; in SetAlternatives()
1879 aWord = xAlt->getWord(); in SetAlternatives()
1886 SpellErrorDescription aDesc( false, aWord, aLocale, aAlts, 0, sServiceName); in SetAlternatives()
/trunk/main/editeng/inc/editeng/
H A Deditstat.hxx128 String aWord; member
132 : aWord( rWord ) in SpellCallbackInfo()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1178 String aWord = pImpEditEngine->GetSelected( EditSelection( aStart, aCurSel.Max() ) ); in PostKeyEvent() local
1179 if ( aWord.Len() >= 3 ) in PostKeyEvent()
1203 if( pTransliteration->isMatch( aWord, rDay) ) in PostKeyEvent()
1218 if( pTransliteration->isMatch( aWord, rMon) ) in PostKeyEvent()
1226 if( aComplete.Len() && ( ( aWord.Len() + 1 ) < aComplete.Len() ) ) in PostKeyEvent()
H A Deditview.cxx1204 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()
1410 XubString aWord; in GetWordUnderMousePointer() local
1429 aWord = pImpEE->GetSelected( aWordSel ); in GetWordUnderMousePointer()
1432 return aWord; in GetWordUnderMousePointer()
H A Dimpedit.cxx1140 String aWord; in SpellIgnoreOrAddWord() local
1148 aWord = pEditEngine->pImpEditEngine->GetSelected( aSel ); in SpellIgnoreOrAddWord()
1152 aWord = pEditEngine->pImpEditEngine->GetSelected( GetEditSelection() ); in SpellIgnoreOrAddWord()
1159 if ( aWord.Len() ) in SpellIgnoreOrAddWord()
1169 xDic->add( aWord, sal_False, String() ); in SpellIgnoreOrAddWord()
1183 return aWord; in SpellIgnoreOrAddWord()
H A Dimpedit3.cxx1867 String aWord( *pNode, nWordStart, nWordLen ); in ImpBreakLine() local
1871 …xHyphWord = xHyphenator->hyphenate( aWord, aLocale, aWord.Len() - nMinTrail, Sequence< PropertyVal… in ImpBreakLine()
1910 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImpBreakLine()
1918 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImpBreakLine()
2129 String aWord = GetSelected( aWordSel ); in ImpFindKashidas() local
2139 while ( nIdx < aWord.Len() ) in ImpFindKashidas()
2141 cCh = aWord.GetChar( nIdx ); in ImpFindKashidas()
2153 if ( nIdx + 1 < aWord.Len() && in ImpFindKashidas()
2164 if ( nIdx && nIdx + 1 == aWord.Len() && in ImpFindKashidas()
2185 xub_Unicode cNextCh = aWord.GetChar( nIdx + 1 ); in ImpFindKashidas()
[all …]
H A Dimpedit4.cxx1718 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 …]
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx1271 OUString aWord( rHyphWord->getWord() ), in SvxGetAltSpelling() local
1275 sal_Int16 nLen = (sal_Int16)aWord.getLength(); in SvxGetAltSpelling()
1277 const sal_Unicode *pWord = aWord.getStr(), in SvxGetAltSpelling()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx276 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 = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate()
504 aWord.replaceAt(nHyphenationPosAlt + 1, cut[nHyphenationPos], repHyph), in hyphenate()
509 xRes = HyphenatedWord::CreateHyphenatedWord( 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 Dhyphenimp.hxx110 …linguistic2::XHyphenatedWord > SAL_CALL hyphenate( const ::rtl::OUString& aWord, const ::com::sun:…
111 …yphenatedWord > SAL_CALL queryAlternativeSpelling( const ::rtl::OUString& aWord, const ::com::sun:…
112 …XPossibleHyphens > SAL_CALL createPossibleHyphens( const ::rtl::OUString& aWord, const ::com::sun:…
/trunk/main/linguistic/inc/linguistic/
H A Dhyphdta.hxx45 ::rtl::OUString aWord;
81 ::rtl::OUString GetWord() { return aWord; } in GetWord()
84 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()
H A Dspelldta.hxx91 ::rtl::OUString aWord;
/trunk/main/linguistic/source/
H A Ddicimp.cxx812 const OUString& aWord ) in getEntry() argument
821 sal_Bool bFound = seekEntry( aWord, &nPos, sal_True ); in getEntry()
886 sal_Bool SAL_CALL DictionaryNeo::remove( const OUString& aWord ) in remove() argument
899 sal_Bool bFound = seekEntry( aWord, &nPos ); in remove()
H A Ddicimp.hxx132 getEntry( const ::rtl::OUString& aWord )
139 add( const ::rtl::OUString& aWord, sal_Bool bIsNegative,
143 remove( const ::rtl::OUString& aWord )
H A Ddlistimp.hxx119 …:XDictionaryEntry > SAL_CALL queryDictionaryEntry( const ::rtl::OUString& aWord, const ::com::sun:…
H A Dhyphdsp.hxx111 hyphenate( const ::rtl::OUString& aWord,
119 queryAlternativeSpelling( const ::rtl::OUString& aWord,
128 const ::rtl::OUString& aWord,
H A Dhyphdta.cxx54 aWord (rWord), in HyphenatedWord()
86 return aWord; in getWord()
138 aWord (rWord), in PossibleHyphens()
155 return aWord; in getWord()
H A Dmisc.cxx556 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
H A Dspelldsp.hxx89 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 Dspelldta.cxx254 aWord (rWord), in SpellAlternatives()
269 aWord (rWord), in SpellAlternatives()
285 return aWord; in getWord()
340 aWord = rWord; in SetWordLanguage()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java183 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 DSampleHyphenator.java206 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 DSampleSpellChecker.java139 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 …]

Completed in 190 milliseconds

12