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