Searched refs:nMinBreakPos (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/i18npool/source/breakiterator/ |
H A D | breakiterator_ctl.cxx | 128 const lang::Locale& rLocale, sal_Int32 nMinBreakPos, in getLineBreak() argument 133 rLocale, nMinBreakPos, hOptions, bOptions ); in getLineBreak()
|
H A D | breakiterator_unicode.cxx | 356 const lang::Locale& rLocale, sal_Int32 nMinBreakPos, in getLineBreak() argument 384 … if(wBoundary.startPos + aHyphenatedWord->getHyphenationPos() + 1 < nMinBreakPos ) in getLineBreak()
|
H A D | breakiteratorImpl.cxx | 244 const Locale& rLocale, sal_Int32 nMinBreakPos, const LineBreakHyphenationOptions& hOptions, in getLineBreak() argument 247 return LBI->getLineBreak(Text, nStartPos, rLocale, nMinBreakPos, hOptions, bOptions); in getLineBreak()
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | XBreakIterator.idl | 226 @param nMinBreakPos 229 <em>nMinBreakPos</em>, break position in 246 [in] long nMinBreakPos,
|
/aoo42x/main/i18npool/inc/ |
H A D | breakiterator_ctl.hxx | 46 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
|
H A D | breakiterator_cjk.hxx | 48 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
|
H A D | breakiterator_unicode.hxx | 67 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
|
H A D | breakiteratorImpl.hxx | 85 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 1787 sal_uInt16 nMinBreakPos = pLine->GetStart(); in ImpBreakLine() local 1792 …if ( pAttr->IsFeature() && ( pAttr->GetEnd() > nMinBreakPos ) && ( pAttr->GetEnd() <= nMaxBreakPos… in ImpBreakLine() 1794 nMinBreakPos = pAttr->GetEnd(); in ImpBreakLine() 1816 …i18n::LineBreakResults aLBR = _xBI->getLineBreak( *pNode, nMaxBreakPos, aLocale, nMinBreakPos, aHy… in ImpBreakLine() 1820 if ( nBreakPos < nMinBreakPos ) in ImpBreakLine() 1822 nBreakPos = nMinBreakPos; in ImpBreakLine()
|
Completed in 57 milliseconds