13 #include <tokenarray.hxx>
28 : mpArray(
std::move(pArray))
40 typedef std::map<size_t, SharedFormulaGroupEntry>
StoreType;
44 void set(
size_t nSharedId, std::unique_ptr<ScTokenArray> pArray);
45 void set(
size_t nSharedId, std::unique_ptr<ScTokenArray> pArray,
const ScAddress& rOrigin);
SharedFormulaGroupEntry(std::unique_ptr< ScTokenArray > pArray, const ScAddress &rOrigin)
const ScAddress & getOrigin() const
const ScTokenArray * getTokenArray() const
CAUTION! The following defines must be in the same namespace as the respective type.
std::unique_ptr< ScTokenArray > mpArray