Searched refs:aValidPos (Results 1 – 1 of 1) sorted by relevance
1103 ScAddress aValidPos = aSrcPos; in GetValidSrcPos() local1106 aValidPos.SetTab( aSrcPos.Tab() - nMinTab ); // so the lowest tab ref will be on 0 in GetValidSrcPos()1108 if ( aValidPos.Tab() >= nTabCount ) in GetValidSrcPos()1109 …aValidPos.SetTab( nTabCount - 1 ); // ensure a valid position even if some references will be inv… in GetValidSrcPos()1111 return aValidPos; in GetValidSrcPos()
Completed in 19 milliseconds