Home
last modified time | relevance | path

Searched refs:nMyIndex (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx860 sal_uLong nMyIndex = pSectNd->GetIndex(); in InsertTextSection() local
861 if( pStartNode->GetIndex() > nMyIndex ) // Suspicious! in InsertTextSection()
869 while( pStartNode->GetIndex() > nMyIndex ); in InsertTextSection()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2374 … long nMyIndex = bRefDimInCol ? pColIndexes[nColPos] : pRowIndexes[nRowPos]; in UpdateRunningTotals() local
2375 if ( nMyIndex >= 0 && nMyIndex < pSelectDim->GetMemberCount() ) in UpdateRunningTotals()
2377 … const ScDPResultMember* pMyRefMember = pSelectDim->GetMember(nMyIndex); in UpdateRunningTotals()

Completed in 38 milliseconds