Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Dconditio.cxx1103 ScAddress aValidPos = aSrcPos; in GetValidSrcPos() local
1106 aValidPos.SetTab( aSrcPos.Tab() - nMinTab ); // so the lowest tab ref will be on 0 in GetValidSrcPos()
1108 if ( aValidPos.Tab() >= nTabCount ) in GetValidSrcPos()
1109aValidPos.SetTab( nTabCount - 1 ); // ensure a valid position even if some references will be inv… in GetValidSrcPos()
1111 return aValidPos; in GetValidSrcPos()

Completed in 23 milliseconds