Searched refs:nMyIndex (Results 1 – 2 of 2) sorted by relevance
860 sal_uLong nMyIndex = pSectNd->GetIndex(); in InsertTextSection() local861 if( pStartNode->GetIndex() > nMyIndex ) // Suspicious! in InsertTextSection()869 while( pStartNode->GetIndex() > nMyIndex ); in InsertTextSection()
2374 … long nMyIndex = bRefDimInCol ? pColIndexes[nColPos] : pRowIndexes[nRowPos]; in UpdateRunningTotals() local2375 if ( nMyIndex >= 0 && nMyIndex < pSelectDim->GetMemberCount() ) in UpdateRunningTotals()2377 … const ScDPResultMember* pMyRefMember = pSelectDim->GetMember(nMyIndex); in UpdateRunningTotals()
Completed in 51 milliseconds