Home
last modified time | relevance | path

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

/aoo41x/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()
1970 long nGridWidthAdd = GETGRIDWIDTH(pGrid, pDoc); in GetTextSize() local
1972 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in GetTextSize()
1974 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in GetTextSize()
2246 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in GetCrsrOfst()
2248 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in GetCrsrOfst()
2512 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2 ; in GetTxtBreak()
[all …]

Completed in 28 milliseconds