Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx429 typedef ::std::vector< XclExpSBIndex > XclExpSBIndexVec; typedef in XclExpSupbookBuffer
455 XclExpSBIndexVec maSBIndexVec; /// SUPBOOK and sheet name index for each Excel sheet.
1688 XclExpSBIndexVec::iterator itrEnd = maSBIndexVec.end(); in StoreCell()
1689 XclExpSBIndexVec::const_iterator itr = find_if(maSBIndexVec.begin(), itrEnd, f); in StoreCell()
1754 XclExpSBIndexVec::iterator itrEnd = maSBIndexVec.end(); in StoreCellRange()
1755 XclExpSBIndexVec::const_iterator itr = find_if(maSBIndexVec.begin(), itrEnd, f); in StoreCellRange()
1859 XclExpSBIndexVec::iterator itrEnd = maSBIndexVec.end(); in GetXti()
1860 XclExpSBIndexVec::const_iterator itr = find_if(maSBIndexVec.begin(), itrEnd, f); in GetXti()

Completed in 31 milliseconds