Home
last modified time | relevance | path

Searched refs:nHyphPos (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dguess.cxx191 TextFrameIndex nHyphPos(0); in Guess() local
198 …m_nCutPos = rInf.GetTextBreak( nLineWidth, nMaxLen, nMaxComp, nHyphPos, rInf.GetCachedVclData().ge… in Guess()
200 if ( !nHyphPos && rInf.GetIdx() ) in Guess()
201 nHyphPos = rInf.GetIdx() - TextFrameIndex(1); in Guess()
314 nHyphPos = nHyphPos + m_nFieldDiff; in Guess()
335 rInf.GetHyphValues(), sal_Int32(nHyphPos)); in Guess()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dguess.cxx194 TextFrameIndex nHyphPos(0); in Guess() local
201 …nCutPos = rInf.GetTextBreak( nLineWidth, nMaxLen, nMaxComp, nHyphPos, rInf.GetCachedVclData().get(… in Guess()
203 if ( !nHyphPos && rInf.GetIdx() ) in Guess()
204 nHyphPos = rInf.GetIdx() - TextFrameIndex(1); in Guess()
317 nHyphPos = nHyphPos + nFieldDiff; in Guess()
338 rInf.GetHyphValues(), sal_Int32(nHyphPos)); in Guess()
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dhyphdta.cxx44 nHyphPos (nPos), in HyphenatedWord()
102 return nHyphPos; in getHyphenPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dhyphdta.cxx44 nHyphPos (nPos), in HyphenatedWord()
102 return nHyphPos; in getHyphenPos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/linguistic/
H A Dhyphdta.hxx38 sal_Int16 nHyphPos; member in linguistic::HyphenatedWord
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/linguistic/
H A Dhyphdta.hxx37 sal_Int16 nHyphPos; member in linguistic::HyphenatedWord
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedlingu.cxx188 void InsertSoftHyph( const sal_Int32 nHyphPos );
545 void SwHyphIter::InsertSoftHyph( const sal_Int32 nHyphPos ) in InsertSoftHyph() argument
572 pSttPos->nContent += nHyphPos; in InsertSoftHyph()
818 void SwEditShell::InsertSoftHyph( const sal_Int32 nHyphPos ) in InsertSoftHyph() argument
821 g_pHyphIter->InsertSoftHyph( nHyphPos ); in InsertSoftHyph()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedlingu.cxx176 void InsertSoftHyph( const sal_Int32 nHyphPos );
529 void SwHyphIter::InsertSoftHyph( const sal_Int32 nHyphPos ) in InsertSoftHyph() argument
556 pSttPos->nContent += nHyphPos; in InsertSoftHyph()
802 void SwEditShell::InsertSoftHyph( const sal_Int32 nHyphPos ) in InsertSoftHyph() argument
805 g_pHyphIter->InsertSoftHyph( nHyphPos ); in InsertSoftHyph()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dfntcache.cxx2537 sal_Int32 nHyphPos = sal_Int32(*rInf.GetHyphPos()); in GetTextBreak() local
2540 u'-', nHyphPos, in GetTextBreak()
2543 *rInf.GetHyphPos() = TextFrameIndex((nHyphPos == -1) ? COMPLETE_STRING : nHyphPos); in GetTextBreak()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dfntcache.cxx2504 sal_Int32 nHyphPos = sal_Int32(*rInf.GetHyphPos()); in GetTextBreak() local
2507 u'-', nHyphPos, in GetTextBreak()
2510 *rInf.GetHyphPos() = TextFrameIndex((nHyphPos == -1) ? COMPLETE_STRING : nHyphPos); in GetTextBreak()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Deditsh.hxx712 static void InsertSoftHyph( const sal_Int32 nHyphPos );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Deditsh.hxx718 static void InsertSoftHyph( const sal_Int32 nHyphPos );