12#include <rtl/ustring.hxx>
21struct DocumentStreamAccessImpl;
29 std::unique_ptr<DocumentStreamAccessImpl>
mpImpl;
Provides methods to allow direct shifting of document content without broadcasting or shifting of bro...
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.