Searched refs:nRplcIdx (Results 1 – 1 of 1) sorted by relevance
268 sal_Int32 nRplcIdx = GetIndexByName_Impl( rName ); in replaceByName() local269 if (nRplcIdx == -1) in replaceByName()275 aConvDics.getArray()[ nRplcIdx ] = xNew; in replaceByName()304 sal_Int32 nRplcIdx = GetIndexByName_Impl( rName ); in removeByName() local305 if (nRplcIdx == -1) in removeByName()309 uno::Reference< XConversionDictionary > xDel = aConvDics.getArray()[nRplcIdx]; in removeByName()334 for (sal_Int32 i = nRplcIdx; i < nLen - 1; ++i) in removeByName()
Completed in 9 milliseconds