Home
last modified time | relevance | path

Searched refs:nThisIndex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx326 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 …]
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1574 SCSIZE nThisIndex; in GetDataEntries() local
1575 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()
H A Dcolumn.cxx1371 SCSIZE nThisIndex; in CopyUpdated() local
1372 if ( Search( aDestPos.Row(), nThisIndex ) ) in CopyUpdated()
1374 … ScBaseCell* pNew = pItems[nThisIndex].pCell->CloneWithNote( aOwnPos, rDestDoc, aDestPos ); in CopyUpdated()

Completed in 50 milliseconds