Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx1578 maSBIndexVec.resize( nCount ); in XclExpSupbookBuffer()
1584 maSBIndexVec[ nXclTab ].Set( mnOwnDocSB, nXclTab ); in XclExpSupbookBuffer()
1592 size_t nSize = maSBIndexVec.size(); in GetXti()
1633 if( nXclTab < maSBIndexVec.size() ) in StoreCellRange()
1688 XclExpSBIndexVec::iterator itrEnd = maSBIndexVec.end(); in StoreCell()
1692 maSBIndexVec.push_back(XclExpSBIndex()); in StoreCell()
1693 XclExpSBIndex& r = maSBIndexVec.back(); in StoreCell()
1758 maSBIndexVec.push_back(XclExpSBIndex()); in StoreCellRange()
1759 XclExpSBIndex& r = maSBIndexVec.back(); in StoreCellRange()
1863 maSBIndexVec.push_back(XclExpSBIndex()); in GetXti()
[all …]

Completed in 33 milliseconds