Home
last modified time | relevance | path

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

/AOO41X/main/linguistic/source/
H A Dconvdiclist.cxx105 uno::Sequence< uno::Reference< XConversionDictionary > > aConvDics; member in ConvDicNameContainer
142 sal_Int32 GetCount() const { return aConvDics.getLength(); } in GetCount()
147 return aConvDics.getConstArray()[nIdx]; in GetByIndex()
165 sal_Int32 nLen = aConvDics.getLength(); in FlushDics()
166 const uno::Reference< XConversionDictionary > *pDic = aConvDics.getConstArray(); in FlushDics()
189 sal_Int32 nLen = aConvDics.getLength(); in GetIndexByName_Impl()
190 const uno::Reference< XConversionDictionary > *pDic = aConvDics.getConstArray(); in GetIndexByName_Impl()
206 xRes = aConvDics.getArray()[nIdx]; in GetByName()
223 return aConvDics.getLength() > 0; in hasElements()
243 sal_Int32 nLen = aConvDics.getLength(); in getElementNames()
[all …]