Home
last modified time | relevance | path

Searched refs:xHyphWord (Results 1 – 13 of 13) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java222 if (xHyphWord == null) in Run()
227 + xHyphWord.getHyphenationPos() in Run()
228 + " in " + xHyphWord.getWord() ); in Run()
230 + xHyphWord.getHyphenPos() in Run()
231 + " in " + xHyphWord.getHyphenatedWord() ); in Run()
238 if (xHyphWord == null) in Run()
242 if (xHyphWord.isAlternativeSpelling()) in Run()
245 + xHyphWord.getHyphenationPos() in Run()
246 + " in " + xHyphWord.getWord() ); in Run()
248 + xHyphWord.getHyphenPos() in Run()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxthyph.cxx65 Reference< XHyphenatedWord > xHyphWord; in HyphWord() local
68 xHyphWord = xHyph->hyphenate( OUString(rTxt), in HyphWord()
71 return xHyphWord; in HyphWord()
247 Reference< XHyphenatedWord > xHyphWord; in Hyphenate() local
281 xHyphWord = rInf.HyphWord( aSelTxt, nMinTrail ); in Hyphenate()
282 bRet = xHyphWord.is(); in Hyphenate()
289 rHyphInf.SetHyphWord( xHyphWord ); in Hyphenate()
317 Reference< XHyphenatedWord > xHyphWord = rGuess.HyphWord(); in CreateHyphen() local
324 !xHyphWord.is() || // more robust in CreateHyphen()
334 if ( xHyphWord->isAlternativeSpelling() ) in CreateHyphen()
[all …]
H A Dguess.cxx395 xHyphWord = aResult.rHyphenatedWord; in Guess()
396 nBreakPos += xHyphWord->getHyphenationPos() + 1; in Guess()
400 const String aWord = xHyphWord->getWord(); in Guess()
402 const String aHyphenatedWord = xHyphWord->getHyphenatedWord(); in Guess()
404 const sal_uInt16 nHyphenationPos = xHyphWord->getHyphenationPos(); in Guess()
407 const sal_uInt16 nHyphenPos = xHyphWord->getHyphenPos(); in Guess()
415 xHyphWord->getWord().indexOf( CHAR_SOFTHYPHEN ); in Guess()
427 xHyphWord = NULL; in Guess()
435 xHyphWord = NULL; in Guess()
560 xHyphWord = xHyph->queryAlternativeSpelling( OUString(aTxt), in AlternativeSpelling()
[all …]
H A Dguess.hxx39 ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XHyphenatedWord > xHyphWord;
66 { return xHyphWord; } in HyphWord()
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx195 uno::Reference< linguistic2::XHyphenatedWord > xHyphWord( pHyphWrapper ? in SvxHyphenWordDialog_Impl() local
197 DBG_ASSERT( xHyphWord.is(), "hyphenation result missing" ); in SvxHyphenWordDialog_Impl()
198 if (xHyphWord.is()) in SvxHyphenWordDialog_Impl()
200 DBG_ASSERT( aActWord == String( xHyphWord->getWord() ), "word mismatch" ); in SvxHyphenWordDialog_Impl()
201 … DBG_ASSERT( nActLanguage == SvxLocaleToLanguage( xHyphWord->getLocale() ), "language mismatch" ); in SvxHyphenWordDialog_Impl()
202 nMaxHyphenationPos = xHyphWord->getHyphenationPos(); in SvxHyphenWordDialog_Impl()
412 …uno::Reference< linguistic2::XHyphenatedWord > xHyphWord( pHyphWrapper->GetLast(), uno::UNO_QUERY… in ContinueHyph_Impl() local
415 if(xHyphWord.is()) in ContinueHyph_Impl()
417 aActWord = String( xHyphWord->getWord() ); in ContinueHyph_Impl()
418 nActLanguage = SvxLocaleToLanguage( xHyphWord->getLocale() ); in ContinueHyph_Impl()
[all …]
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx399 Reference< XHyphenatedWord > xHyphWord( GetLast(), UNO_QUERY ); in SpellDocument() local
403 if (xHyphWord.is()) in SpellDocument()
407 xHyphWord->getWord(), in SpellDocument()
408 SvxLocaleToLanguage( xHyphWord->getLocale() ), in SpellDocument()
590 Reference< XHyphenatedWord > xHyphWord( GetLast(), UNO_QUERY ); in FindSpellError() local
617 else if (xHyphWord.is()) in FindSpellError()
H A Dunolingu.cxx1299 aRes.xHyphWord = rHyphWord; in SvxGetAltSpelling()
/trunk/main/sw/inc/
H A Dsplargs.hxx136 ::com::sun::star::linguistic2::XHyphenatedWord > xHyphWord;
169 { xHyphWord = rxHW; } in SetHyphWord()
172 GetHyphWord() { return xHyphWord; } in GetHyphWord()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx558 uno::Reference< XHyphenatedWord > xHyphWord; in Continue() local
583 xHyphWord = pMySh->GetDoc()->Hyphenate( pCrsr, aCrsrPos, in Continue()
587 if( bAuto && xHyphWord.is() ) in Continue()
589 pMySh->InsertSoftHyph( xHyphWord->getHyphenationPos() + 1); in Continue()
591 } while( bAuto && xHyphWord.is() ); //end of do-while in Continue()
592 bGoOn = !xHyphWord.is() && GetCrsrCnt() > 1; in Continue()
606 aHyphRet <<= xHyphWord; in Continue()
/trunk/main/sw/source/ui/lingu/
H A Dhyp.cxx102 uno::Reference< uno::XInterface > xHyphWord = bInSelection ? in SpellContinue() local
105 SetLast( xHyphWord ); in SpellContinue()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1869 Reference< XHyphenatedWord > xHyphWord; in ImpBreakLine() local
1871xHyphWord = xHyphenator->hyphenate( aWord, aLocale, aWord.Len() - nMinTrail, Sequence< PropertyVal… in ImpBreakLine()
1872 if (xHyphWord.is()) in ImpBreakLine()
1874 sal_Bool bAlternate = xHyphWord->isAlternativeSpelling(); in ImpBreakLine()
1875 sal_uInt16 _nWordLen = 1 + xHyphWord->getHyphenPos(); in ImpBreakLine()
1886 String aAlt( xHyphWord->getHyphenatedWord() ); in ImpBreakLine()
/trunk/main/editeng/inc/editeng/
H A Dunolingu.hxx155 ::com::sun::star::linguistic2::XHyphenatedWord > xHyphWord;
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4871 uno::Reference< linguistic2::XHyphenatedWord > xHyphWord; in ImplGetTextLines() local
4873xHyphWord = xHyph->hyphenate( aWord, rDefLocale, aWord.Len() - nMinTrail, uno::Sequence< beans::Pr… in ImplGetTextLines()
4874 if (xHyphWord.is()) in ImplGetTextLines()
4876 sal_Bool bAlternate = xHyphWord->isAlternativeSpelling(); in ImplGetTextLines()
4877 sal_uInt16 _nWordLen = 1 + xHyphWord->getHyphenPos(); in ImplGetTextLines()
4887 String aAlt( xHyphWord->getHyphenatedWord() ); in ImplGetTextLines()

Completed in 115 milliseconds