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.cxx325 sal_Int32 nThisIndex = pEntry->GetName().Copy( aUser.Len() ).ToInt32(); in CheckNamedItem() local
326 if( nThisIndex >= nUserIndex ) in CheckNamedItem()
327 nUserIndex = nThisIndex + 1; in CheckNamedItem()
348 sal_Int32 nThisIndex = pItem->GetName().Copy( aUser.Len() ).ToInt32(); in CheckNamedItem() local
349 if( nThisIndex >= nUserIndex ) in CheckNamedItem()
350 nUserIndex = nThisIndex + 1; in CheckNamedItem()
2144 sal_Int32 nThisIndex = pItem->GetName().Copy( aUser.Len() ).ToInt32(); in checkForUniqueItem() local
2145 if( nThisIndex >= nUserIndex ) in checkForUniqueItem()
2146 nUserIndex = nThisIndex + 1; in checkForUniqueItem()
2167 sal_Int32 nThisIndex = pItem->GetName().Copy( aUser.Len() ).ToInt32(); in checkForUniqueItem() local
[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()