Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx386 XclExpXti GetXti( sal_uInt16 nFirstXclTab, sal_uInt16 nLastXclTab,
1588 XclExpXti XclExpSupbookBuffer::GetXti( sal_uInt16 nFirstXclTab, sal_uInt16 nLastXclTab, in GetXti() argument
1593 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()
H A Dxeformula.cxx1977 sal_uInt16 nExtSheet, nFirstXclTab, nLastXclTab; in ProcessRangeRef() local
1978 mxData->mpLinkMgr->FindExtSheet( nExtSheet, nFirstXclTab, nLastXclTab, in ProcessRangeRef()
1987 Append( nFirstXclTab ); in ProcessRangeRef()

Completed in 39 milliseconds