Searched refs:nFirstXclTab (Results 1 – 2 of 2) sorted by relevance
386 XclExpXti GetXti( sal_uInt16 nFirstXclTab, sal_uInt16 nLastXclTab,1588 XclExpXti XclExpSupbookBuffer::GetXti( sal_uInt16 nFirstXclTab, sal_uInt16 nLastXclTab, in GetXti() argument1593 if( (nFirstXclTab < nSize) && (nLastXclTab < nSize) ) in GetXti()1596 aXti.mnSupbook = maSBIndexVec[ nFirstXclTab ].mnSupbook; in GetXti()1600 for( sal_uInt16 nXclTab = nFirstXclTab + 1; bSameSB && (nXclTab <= nLastXclTab); ++nXclTab ) in GetXti()1606 aXti.mnFirstSBTab = maSBIndexVec[ nFirstXclTab ].mnSBTab; in GetXti()1612 pRefLogEntry->mnFirstXclTab = nFirstXclTab; in GetXti()1623 aXti.mnFirstSBTab = nFirstXclTab; in GetXti()
1977 sal_uInt16 nExtSheet, nFirstXclTab, nLastXclTab; in ProcessRangeRef() local1978 mxData->mpLinkMgr->FindExtSheet( nExtSheet, nFirstXclTab, nLastXclTab, in ProcessRangeRef()1987 Append( nFirstXclTab ); in ProcessRangeRef()
Completed in 44 milliseconds