Lines Matching refs:sal_Int32

112     sal_Int32 GetIndexByName_Impl( const OUString& rName );
142 sal_Int32 GetCount() const { return aConvDics.getLength(); } in GetCount()
145 const uno::Reference< XConversionDictionary > GetByIndex( sal_Int32 nIdx ) in GetByIndex()
165 sal_Int32 nLen = aConvDics.getLength(); in FlushDics()
167 for (sal_Int32 i = 0; i < nLen; ++i) in FlushDics()
185 sal_Int32 ConvDicNameContainer::GetIndexByName_Impl( in GetIndexByName_Impl()
188 sal_Int32 nRes = -1; in GetIndexByName_Impl()
189 sal_Int32 nLen = aConvDics.getLength(); in GetIndexByName_Impl()
191 for (sal_Int32 i = 0; i < nLen && nRes == -1; ++i) in GetIndexByName_Impl()
204 sal_Int32 nIdx = GetIndexByName_Impl( rName ); in GetByName()
243 sal_Int32 nLen = aConvDics.getLength(); in getElementNames()
247 for (sal_Int32 i = 0; i < nLen; ++i) in getElementNames()
268 sal_Int32 nRplcIdx = GetIndexByName_Impl( rName ); in replaceByName()
293 sal_Int32 nLen = aConvDics.getLength(); in insertByName()
304 sal_Int32 nRplcIdx = GetIndexByName_Impl( rName ); in removeByName()
332 sal_Int32 nLen = aConvDics.getLength(); in removeByName()
334 for (sal_Int32 i = nRplcIdx; i < nLen - 1; ++i) in removeByName()
347 sal_Int32 nEntries = aDirCnt.getLength(); in AddConvDics()
349 for (sal_Int32 i = 0; i < nEntries; ++i) in AddConvDics()
458 sal_Int32 nLen = aOpt.aActiveConvDics.getLength(); in GetNameContainer()
460 for (sal_Int32 i = 0; i < nLen; ++i) in GetNameContainer()
534 sal_Int32 nStartPos, in queryConversions()
535 sal_Int32 nLength, in queryConversions()
539 sal_Int32 nTextConversionOptions ) in queryConversions()
546 sal_Int32 nCount = 0; in queryConversions()
551 sal_Int32 nLen = GetNameContainer().GetCount(); in queryConversions()
552 for (sal_Int32 i = 0; i < nLen; ++i) in queryConversions()
564 sal_Int32 nNewLen = aNewConv.getLength(); in queryConversions()
573 for (sal_Int32 k = 0; k < nNewLen; ++k) in queryConversions()
597 sal_Int32 nLen = GetNameContainer().GetCount(); in queryMaxCharCount()
598 for (sal_Int32 i = 0; i < nLen; ++i) in queryMaxCharCount()