Searched refs:GetTxtBreak (Results 1 – 5 of 5) sorted by relevance
/aoo41x/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 | 502 xub_StrLen SwTxtSizeInfo::GetTxtBreak( const long nLineWidth, in GetTxtBreak() function in SwTxtSizeInfo 518 return pFnt->GetTxtBreak( aDrawInf, nLineWidth ); in GetTxtBreak() 525 xub_StrLen SwTxtSizeInfo::GetTxtBreak( const long nLineWidth, in GetTxtBreak() function in SwTxtSizeInfo 542 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,
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swfont.hxx | 349 xub_StrLen GetTxtBreak( SwDrawTextInfo& rInf, long nTextWidth );
|
/aoo41x/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 47 milliseconds