diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/column.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 560fb1d33b96..20ae065c1613 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -719,9 +719,6 @@ public: SCSIZE GetPatternCount( SCROW nRow1, SCROW nRow2 ) const; bool ReservePatternCount( SCSIZE nReserve ); - void AttachNewFormulaCells(const sc::CellStoreType::position_type& aPos, size_t nLength, - std::vector<SCROW>& rNewSharedRows); - private: sc::CellStoreType::iterator GetPositionToInsert( SCROW nRow, std::vector<SCROW>& rNewSharedRows, @@ -739,6 +736,11 @@ private: const std::vector<SCROW>& rNewSharedRows, bool bJoin = true, sc::StartListeningType eListenType = sc::SingleCellListening ); +public: + void AttachNewFormulaCells(const sc::CellStoreType::position_type& aPos, size_t nLength, + std::vector<SCROW>& rNewSharedRows); + +private: void BroadcastNewCell( SCROW nRow ); bool UpdateScriptType( sc::CellTextAttr& rAttr, SCROW nRow, sc::CellStoreType::iterator& itr ); |