Home
last modified time | relevance | path

Searched refs:nHyphenPos (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DXHyphenatedWord_impl.java43 private final short nHyphenPos; field in XHyphenatedWord_impl
53 short nHyphenPos ) in XHyphenatedWord_impl() argument
59 this.nHyphenPos = nHyphenPos; in XHyphenatedWord_impl()
92 return nHyphenPos; in getHyphenPos()
H A DSampleHyphenator.java239 short nHyphenPos = -1; in hyphenate() local
252 nHyphenPos = 5; in hyphenate()
256 nHyphenationPos = nHyphenPos = 5; in hyphenate()
266 nHyphenationPos = nHyphenPos = 4; in hyphenate()
268 nHyphenationPos = nHyphenPos = 1; in hyphenate()
272 nHyphenationPos = nHyphenPos = 3; in hyphenate()
283 nHyphenationPos, aHyphenatedWord, nHyphenPos); in hyphenate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DXHyphenatedWord_impl.java43 private final short nHyphenPos; field in XHyphenatedWord_impl
53 short nHyphenPos ) in XHyphenatedWord_impl() argument
59 this.nHyphenPos = nHyphenPos; in XHyphenatedWord_impl()
92 return nHyphenPos; in getHyphenPos()
H A DSampleHyphenator.java239 short nHyphenPos = -1; in hyphenate() local
252 nHyphenPos = 5; in hyphenate()
256 nHyphenationPos = nHyphenPos = 5; in hyphenate()
266 nHyphenationPos = nHyphenPos = 4; in hyphenate()
268 nHyphenationPos = nHyphenPos = 1; in hyphenate()
272 nHyphenationPos = nHyphenPos = 3; in hyphenate()
283 nHyphenationPos, aHyphenatedWord, nHyphenPos); in hyphenate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/linguistic/
H A Dhyphdta.hxx48 const OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
67 const OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/linguistic/
H A Dhyphdta.hxx47 const OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
66 const OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dhyphdta.cxx158 const OUString &rHyphenatedWord, sal_Int16 nHyphenPos ) in CreateHyphenatedWord() argument
160 return new HyphenatedWord( rWord, nLang, nHyphenationPos, rHyphenatedWord, nHyphenPos ); in CreateHyphenatedWord()
H A Dhyphdsp.cxx150 sal_Int32 nHyphenPos = -1; in buildHyphWord() local
165 nHyphenPos = aTmp2.getLength(); in buildHyphWord()
173 if (nHyphenPos == -1) in buildHyphWord()
177 aText, (nHyphenPos > -1) ? nHyphenPos - 1 : nHyphenationPos); in buildHyphWord()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dhyphdta.cxx158 const OUString &rHyphenatedWord, sal_Int16 nHyphenPos ) in CreateHyphenatedWord() argument
160 return new HyphenatedWord( rWord, nLang, nHyphenationPos, rHyphenatedWord, nHyphenPos ); in CreateHyphenatedWord()
H A Dhyphdsp.cxx91 sal_Int32 nHyphenPos = -1; in buildHyphWord() local
166 nHyphenPos = aTmp2.getLength(); in buildHyphWord()
174 if (nHyphenPos == -1) in buildHyphWord()
178 aText, (nHyphenPos > -1) ? nHyphenPos - 1 : nHyphenationPos); in buildHyphWord()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A Dunolingu.cxx682 nHyphenPos = rHyphWord->getHyphenPos(); in SvxGetAltSpelling() local
691 while (nL <= nHyphenationPos && nL <= nHyphenPos in SvxGetAltSpelling()
699 while (nIdx > nHyphenationPos && nAltIdx > nHyphenPos in SvxGetAltSpelling()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A Dunolingu.cxx687 nHyphenPos = rHyphWord->getHyphenPos(); in SvxGetAltSpelling() local
696 while (nL <= nHyphenationPos && nL <= nHyphenPos in SvxGetAltSpelling()
704 while (nIdx > nHyphenationPos && nAltIdx > nHyphenPos in SvxGetAltSpelling()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.cpp3730 const size_t nHyphenPos = osFont.find('-'); in EndPage() local
3731 if (nHyphenPos != std::string::npos) in EndPage()
3732 osFont.erase(nHyphenPos, 1); in EndPage()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.cpp3730 const size_t nHyphenPos = osFont.find('-'); in EndPage() local
3731 if (nHyphenPos != std::string::npos) in EndPage()
3732 osFont.erase(nHyphenPos, 1); in EndPage()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.cpp3730 const size_t nHyphenPos = osFont.find('-'); in EndPage() local
3731 if (nHyphenPos != std::string::npos) in EndPage()
3732 osFont.erase(nHyphenPos, 1); in EndPage()