Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxelink.cxx1591 XclExpXti aXti; in GetXti() local
1596 aXti.mnSupbook = maSBIndexVec[ nFirstXclTab ].mnSupbook; in GetXti()
1602 bSameSB = maSBIndexVec[ nXclTab ].mnSupbook == aXti.mnSupbook; in GetXti()
1606 aXti.mnFirstSBTab = maSBIndexVec[ nFirstXclTab ].mnSBTab; in GetXti()
1607 aXti.mnLastSBTab = maSBIndexVec[ nLastXclTab ].mnSBTab; in GetXti()
1614 XclExpSupbookRef xSupbook = maSupbookList.GetRecord( aXti.mnSupbook ); in GetXti()
1616 xSupbook->FillRefLogEntry( *pRefLogEntry, aXti.mnFirstSBTab, aXti.mnLastSBTab ); in GetXti()
1622 aXti.mnSupbook = mnOwnDocSB; in GetXti()
1623 aXti.mnFirstSBTab = nFirstXclTab; in GetXti()
1624 aXti.mnLastSBTab = nLastXclTab; in GetXti()
[all …]