Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1679 long nScr; in DrawText()
1691 nScrPos = pKernArray[i-1] + nScr; in DrawText()
1707 nScrPos = pKernArray[i-1] + nScr; in DrawText()
1716 nScrPos = pKernArray[i-1] + nScr; in DrawText()
1723 nScrPos += nScr; in DrawText()
2055 long nScr; in GetTextSize() local
2058 nScrPos = pKernArray[i-1]+nScr; in GetTextSize()
2062 nScrPos = pKernArray[i-1]+nScr; in GetTextSize()
2065 nScrPos += nScr; in GetTextSize()
2070 pKernArray[i-1] = nScrPos - nScr; in GetTextSize()
[all …]
/trunk/main/sw/source/core/text/
H A Dporfld.cxx1121 sal_uInt8 nScr = SW_SCRIPTS; in SwCombinedPortion() local
1126 case i18n::ScriptType::LATIN : nScr = SW_LATIN; break; in SwCombinedPortion()
1127 case i18n::ScriptType::ASIAN : nScr = SW_CJK; break; in SwCombinedPortion()
1128 case i18n::ScriptType::COMPLEX : nScr = SW_CTL; break; in SwCombinedPortion()
1130 aScrType[i] = nScr; in SwCombinedPortion()

Completed in 37 milliseconds