Searched refs:nThisIndex (Results 1 – 3 of 3) sorted by relevance
326 if( nThisIndex >= nUserIndex ) in CheckNamedItem()327 nUserIndex = nThisIndex + 1; in CheckNamedItem()349 if( nThisIndex >= nUserIndex ) in CheckNamedItem()350 nUserIndex = nThisIndex + 1; in CheckNamedItem()2145 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()2146 nUserIndex = nThisIndex + 1; in checkForUniqueItem()2168 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()2169 nUserIndex = nThisIndex + 1; in checkForUniqueItem()2543 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()2544 nUserIndex = nThisIndex + 1; in checkForUniqueItem()[all …]
1574 SCSIZE nThisIndex; in GetDataEntries() local1575 sal_Bool bThisUsed = Search( nStartRow, nThisIndex ); in GetDataEntries()1584 SCSIZE nUpIndex = nThisIndex; // zeigt hinter die Zelle in GetDataEntries()1585 SCSIZE nDownIndex = nThisIndex; // zeigt auf die Zelle in GetDataEntries()
1371 SCSIZE nThisIndex; in CopyUpdated() local1372 if ( Search( aDestPos.Row(), nThisIndex ) ) in CopyUpdated()1374 … ScBaseCell* pNew = pItems[nThisIndex].pCell->CloneWithNote( aOwnPos, rDestDoc, aDestPos ); in CopyUpdated()
Completed in 54 milliseconds