Home
last modified time | relevance | path

Searched refs:nMinBreakPos (Results 1 – 9 of 9) sorted by relevance

/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_ctl.cxx128 const lang::Locale& rLocale, sal_Int32 nMinBreakPos, in getLineBreak() argument
133 rLocale, nMinBreakPos, hOptions, bOptions ); in getLineBreak()
H A Dbreakiterator_unicode.cxx356 const lang::Locale& rLocale, sal_Int32 nMinBreakPos, in getLineBreak() argument
384 … if(wBoundary.startPos + aHyphenatedWord->getHyphenationPos() + 1 < nMinBreakPos ) in getLineBreak()
H A DbreakiteratorImpl.cxx244 const Locale& rLocale, sal_Int32 nMinBreakPos, const LineBreakHyphenationOptions& hOptions, in getLineBreak() argument
247 return LBI->getLineBreak(Text, nStartPos, rLocale, nMinBreakPos, hOptions, bOptions); in getLineBreak()
/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl226 @param nMinBreakPos
229 <em>nMinBreakPos</em>, break position in
246 [in] long nMinBreakPos,
/trunk/main/i18npool/inc/
H A Dbreakiterator_ctl.hxx46 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
H A Dbreakiterator_cjk.hxx48 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
H A Dbreakiterator_unicode.hxx67 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
H A DbreakiteratorImpl.hxx85 const com::sun::star::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1787 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 53 milliseconds