summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/datastream.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-24avoid static variablesxukai1-0/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-25remove unused method sc::DataStream::ToMoveType(rtl::OUString const&)Noel Grandin1-2/+0
2013-12-30Remove CallerThread and use Timer to do the same, on the main thread.Kohei Yoshida1-1/+6
2013-12-30Parse CSV lines in the reader thread.Kohei Yoshida1-6/+31
2013-12-19Save the data stream settings to ODS but only for 1.2 extended.Kohei Yoshida1-1/+3
2013-12-19Initialize data stream dialog properly.Kohei Yoshida1-2/+2
2013-12-19Switch away from using the sfx2 link manager for data stream.Kohei Yoshida1-9/+2
2013-12-18Handle "refresh on empty line" setting from the UI.Kohei Yoshida1-0/+3
2013-12-18Fine-tune our refresh policy during streaming.Kohei Yoshida1-1/+2
2013-12-18Just do hard-recalc on stream refresh. That takes care of all our needs.Kohei Yoshida1-3/+1
2013-12-18Pass enum values around rather than OUString ones.Kohei Yoshida1-8/+14
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida1-3/+3
2013-12-18Only keep track of current row position, not a whole range.Kohei Yoshida1-2/+2
2013-12-18Ensure that the initial data range has only one row.Kohei Yoshida1-5/+9
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida1-2/+4
2013-12-18Put these new classes in sc namespace.Kohei Yoshida1-3/+8
2013-12-18Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida1-0/+4
2013-12-18Try to reduce the amount of repainting during streaming.Kohei Yoshida1-2/+7
2013-11-29static, not mysteriousStephan Bergmann1-1/+1
2013-11-28fix error C3665: override specifier 'override' not allowed on a destructorMatúš Kukan1-1/+1
2013-11-28datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan1-1/+0
2013-11-28datastreams: Simplify code for importing CSV data.Matúš Kukan1-0/+1
2013-11-28Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan1-5/+6
2013-11-28Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan1-2/+2
2013-11-28export data streams; pretend to be an area linkMatúš Kukan1-4/+15
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-5/+9
2013-11-28Rework data streams to be more like file links (ScAreaLink).Matúš Kukan1-0/+68