11#include <document.hxx>
45 mpImpl->maBlockPosSet.getBlockPosition(rPos.
Tab(), rPos.
Col());
66 mpImpl->maBlockPosSet.getBlockPosition(rPos.
Tab(), rPos.
Col());
86 mpImpl->maBlockPosSet.clear();
107 rCells.erase(nTopRow, nTopRow);
108 pBlockPos->
miCellPos = rCells.insert_empty(nLastRow, 1);
112 rAttrs.erase(nTopRow, nTopRow);
135 rCells.erase(nLastRow, nLastRow);
136 pBlockPos->
miCellPos = rCells.insert_empty(nTopRow, 1);
140 rAttrs.erase(nLastRow, nLastRow);
void reset()
Clear its internal state, and more importantly all the block position hints currently held.
void shiftRangeUp(const ScRange &rRange)
Pop the top row inside specified range, shift all the other rows up by one, then set the bottom row e...
void setStringCell(const ScAddress &rPos, const OUString &rStr)
DocumentStreamAccess(ScDocument &rDoc)
void setNumericCell(const ScAddress &rPos, double fVal)
std::unique_ptr< DocumentStreamAccessImpl > mpImpl
void shiftRangeDown(const ScRange &rRange)
Top the bottom row inside specified range, shift all the other rows above downward by one by insertin...
CAUTION! The following defines must be in the same namespace as the respective type.
mdds::mtv::soa::multi_type_vector< CellStoreTraits > CellStoreType
Cell container.
mdds::mtv::soa::multi_type_vector< CellTextAttrTraits > CellTextAttrStoreType
Cell text attribute container.
Store position data for column array storage.
CellTextAttrStoreType::iterator miCellTextAttrPos
CellStoreType::iterator miCellPos
ColumnBlockPositionSet maBlockPosSet
DocumentStreamAccessImpl(ScDocument &rDoc)