Lines Matching refs:aConvDics
105 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()
246 const uno::Reference< XConversionDictionary > *pDic = aConvDics.getConstArray(); in getElementNames()
275 aConvDics.getArray()[ nRplcIdx ] = xNew; in replaceByName()
293 sal_Int32 nLen = aConvDics.getLength(); in insertByName()
294 aConvDics.realloc( nLen + 1 ); in insertByName()
295 aConvDics.getArray()[ nLen ] = xNew; in insertByName()
309 uno::Reference< XConversionDictionary > xDel = aConvDics.getArray()[nRplcIdx]; in removeByName()
332 sal_Int32 nLen = aConvDics.getLength(); in removeByName()
333 uno::Reference< XConversionDictionary > *pDic = aConvDics.getArray(); in removeByName()
336 aConvDics.realloc( nLen - 1 ); in removeByName()