Searched refs:GetTxtBreak (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | guess.cxx | 163 nCutPos = rInf.GetTxtBreak( nLineWidth, nMaxLen, nMaxComp, nHyphPos ); in Guess() 170 nCutPos = rInf.GetTxtBreak( nLineWidth, nMaxLen, nMaxComp ); in Guess()
|
H A D | inftxt.cxx | 505 xub_StrLen SwTxtSizeInfo::GetTxtBreak( const long nLineWidth, in GetTxtBreak() function in SwTxtSizeInfo 521 return pFnt->GetTxtBreak( aDrawInf, nLineWidth ); in GetTxtBreak() 528 xub_StrLen SwTxtSizeInfo::GetTxtBreak( const long nLineWidth, in GetTxtBreak() function in SwTxtSizeInfo 545 return pFnt->GetTxtBreak( aDrawInf, nLineWidth ); in GetTxtBreak()
|
H A D | inftxt.hxx | 313 xub_StrLen GetTxtBreak( const long nLineWidth, 316 xub_StrLen GetTxtBreak( const long nLineWidth,
|
/trunk/main/sw/source/core/inc/ |
H A D | swfont.hxx | 349 xub_StrLen GetTxtBreak( SwDrawTextInfo& rInf, long nTextWidth );
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 2448 xub_StrLen SwFont::GetTxtBreak( SwDrawTextInfo& rInf, long nTextWidth ) in GetTxtBreak() function in SwFont
|
Completed in 43 milliseconds