Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1031 const sal_uLong i = nWidthPerChar ? in DrawText()
1035 nWidthPerChar = i * nGridWidth; in DrawText()
1064 nNextFix += nWidthPerChar; in DrawText()
1950 const sal_uLong i = nWidthPerChar ? in GetTextSize()
2218 sal_uLong i = nWidthPerChar ? in GetCrsrOfst()
2222 nWidthPerChar = i * nGridWidth; in GetCrsrOfst()
2225 if ( 2 * ( rInf.GetOfst() - nCnt * nWidthPerChar ) > nWidthPerChar ) in GetCrsrOfst()
2482 const sal_uLong i = nWidthPerChar ? in GetTxtBreak()
2486 nWidthPerChar = i * nGridWidth; in GetTxtBreak()
2487 long nCurrPos = nWidthPerChar; in GetTxtBreak()
[all …]

Completed in 21 milliseconds