Home
last modified time | relevance | path

Searched refs:aWord (Results 26 – 44 of 44) sorted by relevance

12

/trunk/main/offapi/com/sun/star/linguistic2/
H A DXSpellChecker1.idl58 [in] string aWord,
65 [in] string aWord,
H A DXSearchableDictionaryList.idl63 @param aWord
78 [in] string 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 Ddlistimp.hxx119 …:XDictionaryEntry > SAL_CALL queryDictionaryEntry( const ::rtl::OUString& aWord, const ::com::sun:…
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1025 String aWord( aText ); in GetCorrection() local
1026 aWord.EraseAllChars( CH_TXTATR_BREAKWORD ).EraseAllChars( CH_TXTATR_INWORD ); in GetCorrection()
1049 xSpellAlt = xSpell->spell( aWord, eActLang, aPropVals ); in GetCorrection()
1140 String aWord( aText ); in GetGrammarCorrection() local
1141 aWord.EraseAllChars( CH_TXTATR_BREAKWORD ).EraseAllChars( CH_TXTATR_INWORD ); in GetGrammarCorrection()
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx54 XubString aWord; member in SwScanner
79 const XubString& GetWord() const { return aWord; } in GetWord()
/trunk/main/editeng/source/editeng/
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 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()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1426 OUString aWord = aWordBuf.makeStringAndClear(); in lcl_replaceMemberNameInSubtotal() local
1427 if (aWord.equals(rMemberName)) in lcl_replaceMemberNameInSubtotal()
1430 aBuf.append(aWord); in lcl_replaceMemberNameInSubtotal()
1451 OUString aWord = aWordBuf.makeStringAndClear(); in lcl_replaceMemberNameInSubtotal() local
1452 if (aWord.equals(rMemberName)) in lcl_replaceMemberNameInSubtotal()
1455 aBuf.append(aWord); in lcl_replaceMemberNameInSubtotal()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx820 OUString aWord( xSpellAlt->getWord() ); in Execute() local
832 … sal_Int16 nAddRes = linguistic::AddEntryToDic( xDic, aWord, sal_False, aEmptyStr, LANGUAGE_NONE ); in Execute()
839 && !xDic->getEntry( aWord ).is()) in Execute()
/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/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()
/trunk/main/linguistic/inc/linguistic/
H A Dspelldta.hxx91 ::rtl::OUString aWord;
/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/sw/source/core/text/
H A Dguess.cxx400 const String aWord = xHyphWord->getWord(); in Guess() local
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4869 String aWord( aText, nWordStart, nWordLen ); in ImplGetTextLines() local
4873 …xHyphWord = xHyph->hyphenate( aWord, rDefLocale, aWord.Len() - nMinTrail, uno::Sequence< beans::Pr… in ImplGetTextLines()
4904 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImplGetTextLines()
4910 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImplGetTextLines()
4911 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()
4919 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2618 String aWord; in GetWord() local
2627aWord = pNode->GetText().Copy( aSel.GetStart().GetIndex(), aSel.GetEnd().GetIndex() - aSel.GetStar… in GetWord()
2631 return aWord; in GetWord()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx1103 mpOnlineSearchItem->SetSearchString(pInfo->aWord); in ImpOnlineSpellCallback()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx859 aWord = rText.Copy( nBegin, nLen ); in NextWord()

Completed in 274 milliseconds

12