Lines Matching refs:nUserIndex
275 sal_Int32 nUserIndex = 1; in CheckNamedItem() local
326 if( nThisIndex >= nUserIndex ) in CheckNamedItem()
327 nUserIndex = nThisIndex + 1; in CheckNamedItem()
349 if( nThisIndex >= nUserIndex ) in CheckNamedItem()
350 nUserIndex = nThisIndex + 1; in CheckNamedItem()
355 aUniqueName += String::CreateFromInt32( nUserIndex ); in CheckNamedItem()
2120 sal_Int32 nUserIndex = 1; in checkForUniqueItem() local
2145 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()
2146 nUserIndex = nThisIndex + 1; in checkForUniqueItem()
2168 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()
2169 nUserIndex = nThisIndex + 1; in checkForUniqueItem()
2179 aUniqueName += String::CreateFromInt32( nUserIndex ); in checkForUniqueItem()
2518 sal_Int32 nUserIndex = 1; in checkForUniqueItem() local
2543 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()
2544 nUserIndex = nThisIndex + 1; in checkForUniqueItem()
2566 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()
2567 nUserIndex = nThisIndex + 1; in checkForUniqueItem()
2577 aUniqueName += String::CreateFromInt32( nUserIndex ); in checkForUniqueItem()