Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx1098 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 …]
/aoo41x/main/sc/source/filter/inc/
H A Dxetable.hxx567 XclExpMultiXFIdDeq maXFIds; /// The XF identifiers of the cell formatting. member in XclExpMultiCellBase

Completed in 60 milliseconds