Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1110 long nGridWidthAdd = GETGRIDWIDTH(pGrid, pDoc); in DrawText() local
1112 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in DrawText()
1114 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in DrawText()
1159 long nGridAddSum = nGridWidthAdd; in DrawText()
1160 for(xub_StrLen i = 0; i < rInf.GetLen(); i++,nGridAddSum += nGridWidthAdd ) in DrawText()
1228 long nGridAddSum = nGridWidthAdd + nKernAdd; in DrawText()
1229 … for(xub_StrLen i = 0; i < rInf.GetLen(); i++,nGridAddSum += nGridWidthAdd + nKernAdd ) in DrawText()
1970 long nGridWidthAdd = GETGRIDWIDTH(pGrid, pDoc); in GetTextSize() local
1972 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in GetTextSize()
1974 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in GetTextSize()
[all …]