Searched refs:XclExpSBIndexVec (Results 1 – 1 of 1) sorted by relevance
429 typedef ::std::vector< XclExpSBIndex > XclExpSBIndexVec; typedef in XclExpSupbookBuffer455 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 22 milliseconds