Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx1116 return maXFIds.empty() ? XclExpXFBuffer::GetDefCellXFId() : maXFIds.front().mnXFId; in GetFirstXFId()
1121 return maXFIds.empty(); in IsEmpty()
1238 return std::accumulate(maXFIds.begin(), maXFIds.end(), sal_uInt16(0), in GetCellCount()
1244 if( maXFIds.empty() || (maXFIds.back().mnXFId != rXFId.mnXFId) ) in AppendXFId()
1247 maXFIds.back().mnCount = maXFIds.back().mnCount + rXFId.mnCount; in AppendXFId()
1262 maXFIds.insert( maXFIds.end(), rCell.maXFIds.begin(), rCell.maXFIds.end() ); in TryMergeXFIds()
1286 maXFIds.clear(); in RemoveUnusedXFIndexes()
1296 if( !maXFIds.empty() && (maXFIds.front().mnXFIndex == EXC_XF_NOTFOUND) ) in RemoveUnusedXFIndexes()
1299 maXFIds.erase(maXFIds.begin(), maXFIds.begin() + 1); in RemoveUnusedXFIndexes()
1301 if( !maXFIds.empty() && (maXFIds.back().mnXFIndex == EXC_XF_NOTFOUND) ) in RemoveUnusedXFIndexes()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx1110 return maXFIds.empty() ? XclExpXFBuffer::GetDefCellXFId() : maXFIds.front().mnXFId; in GetFirstXFId()
1115 return maXFIds.empty(); in IsEmpty()
1232 return std::accumulate(maXFIds.begin(), maXFIds.end(), sal_uInt16(0), in GetCellCount()
1238 if( maXFIds.empty() || (maXFIds.back().mnXFId != rXFId.mnXFId) ) in AppendXFId()
1241 maXFIds.back().mnCount = maXFIds.back().mnCount + rXFId.mnCount; in AppendXFId()
1256 maXFIds.insert( maXFIds.end(), rCell.maXFIds.begin(), rCell.maXFIds.end() ); in TryMergeXFIds()
1280 maXFIds.clear(); in RemoveUnusedXFIndexes()
1290 if( !maXFIds.empty() && (maXFIds.front().mnXFIndex == EXC_XF_NOTFOUND) ) in RemoveUnusedXFIndexes()
1293 maXFIds.erase(maXFIds.begin(), maXFIds.begin() + 1); in RemoveUnusedXFIndexes()
1295 if( !maXFIds.empty() && (maXFIds.back().mnXFIndex == EXC_XF_NOTFOUND) ) in RemoveUnusedXFIndexes()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx517 XclExpMultiXFIdDeq maXFIds; /// The XF identifiers of the cell formatting. member in XclExpMultiCellBase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx518 XclExpMultiXFIdDeq maXFIds; /// The XF identifiers of the cell formatting. member in XclExpMultiCellBase