Searched refs:maXFIds (Results 1 – 2 of 2) sorted by relevance
1098 return maXFIds.empty() ? XclExpXFBuffer::GetDefCellXFId() : maXFIds.front().mnXFId; in GetFirstXFId()1103 return maXFIds.empty(); in IsEmpty()1228 if( maXFIds.empty() || (maXFIds.back().mnXFId != rXFId.mnXFId) ) in AppendXFId()1229 maXFIds.push_back( rXFId ); in AppendXFId()1231 maXFIds.back().mnCount = maXFIds.back().mnCount + rXFId.mnCount; in AppendXFId()1246 maXFIds.insert( maXFIds.end(), rCell.maXFIds.begin(), rCell.maXFIds.end() ); in TryMergeXFIds()1270 maXFIds.clear(); in RemoveUnusedXFIndexes()1280 if( !maXFIds.empty() && (maXFIds.front().mnXFIndex == EXC_XF_NOTFOUND) ) in RemoveUnusedXFIndexes()1283 maXFIds.pop_front(); in RemoveUnusedXFIndexes()1285 if( !maXFIds.empty() && (maXFIds.back().mnXFIndex == EXC_XF_NOTFOUND) ) in RemoveUnusedXFIndexes()[all …]
567 XclExpMultiXFIdDeq maXFIds; /// The XF identifiers of the cell formatting. member in XclExpMultiCellBase
Completed in 33 milliseconds