diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-04-18 15:19:29 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-04-23 21:08:21 -0400 |
commit | cd83e2f1674c04c8a489cf5a15ef35c25491ee6e (patch) | |
tree | 1fd8f2b3f2427fa6b54f1965ea9b20e2f4376047 /sc/inc/table.hxx | |
parent | 0ba7b36a5601cb227aeab347e3c2944ece59438d (diff) |
Handle sorting of broadcasters correctly.
Change-Id: Iab46c26606880f0fa7c7067d8514b8be3629fe0f
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index ab3526d4e375..413152eadd1c 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -1041,6 +1041,9 @@ private: void EndListening( sc::EndListeningContext& rCxt, SCCOL nCol, SCROW nRow, SvtListener& rListener ); void StartAllListeners(); + void AttachFormulaCells( sc::StartListeningContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); + void DetachFormulaCells( sc::EndListeningContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); + void SetLoadingMedium(bool bLoading); SCSIZE FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2, |