Searched refs:nMaxLeftCharCount (Results 1 – 2 of 2) sorted by relevance
220 nMaxLeftCharCount = nMaxRightCharCount = 0; in ConvDic()368 if (rLeftText.getLength() > nMaxLeftCharCount) in AddEntry()369 nMaxLeftCharCount = (sal_Int16) rLeftText.getLength(); in AddEntry()448 nMaxLeftCharCount = 0; in clear()588 nMaxLeftCharCount = 0; in getMaxCharCount()593 if (nTmp > nMaxLeftCharCount) in getMaxCharCount()594 nMaxLeftCharCount = nTmp; in getMaxCharCount()614 nMaxLeftCharCount : nMaxRightCharCount; in getMaxCharCount()
105 sal_Int16 nMaxLeftCharCount; member in ConvDic
Completed in 18 milliseconds