Home
last modified time | relevance | path

Searched refs:nLastXclTab (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()
1600 for( sal_uInt16 nXclTab = nFirstXclTab + 1; bSameSB && (nXclTab <= nLastXclTab); ++nXclTab ) in GetXti()
1604 nLastXclTab = nXclTab - 1; in GetXti()
1607 aXti.mnLastSBTab = maSBIndexVec[ nLastXclTab ].mnSBTab; in GetXti()
1613 pRefLogEntry->mnLastXclTab = nLastXclTab; in GetXti()
1624 aXti.mnLastSBTab = nLastXclTab; in GetXti()
H A Dxeformula.cxx1977 sal_uInt16 nExtSheet, nFirstXclTab, nLastXclTab; in ProcessRangeRef() local
1978 mxData->mpLinkMgr->FindExtSheet( nExtSheet, nFirstXclTab, nLastXclTab, in ProcessRangeRef()
1988 Append( nLastXclTab ); in ProcessRangeRef()

Completed in 42 milliseconds