Home
last modified time | relevance | path

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

/AOO41X/main/linguistic/source/
H A Ddicimp.cxx94 sal_Int16 nDicVersion = DIC_VERSION_DONTKNOW; in ReadDicVersion() local
112 nDicVersion = DIC_VERSION_7; in ReadDicVersion()
165 nDicVersion = DIC_VERSION_6; in ReadDicVersion()
167 nDicVersion = DIC_VERSION_5; in ReadDicVersion()
169 nDicVersion = DIC_VERSION_2; in ReadDicVersion()
171 nDicVersion = DIC_VERSION_DONTKNOW; in ReadDicVersion()
173 if (DIC_VERSION_2 == nDicVersion || in ReadDicVersion()
174 DIC_VERSION_5 == nDicVersion || in ReadDicVersion()
175 DIC_VERSION_6 == nDicVersion) in ReadDicVersion()
190 return nDicVersion; in ReadDicVersion()
[all …]
H A Ddlistimp.cxx932 int nDicVersion = ReadDicVersion(pStream, nLng, bNeg); in IsVers2OrNewer() local
933 if (2 == nDicVersion || nDicVersion >= 5) in IsVers2OrNewer()
H A Ddicimp.hxx68 sal_Int16 nDicVersion; member in DictionaryNeo