summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/datastream.cxx
AgeCommit message (Expand)Author
2014-01-19CID#1158211: out-of-bounds accessMarkus Mohrhard
2013-12-30Remove CallerThread and use Timer to do the same, on the main thread.Kohei Yoshida
2013-12-30This part requires orcus library presence.Kohei Yoshida
2013-12-30Parse CSV lines in the reader thread.Kohei Yoshida
2013-12-30Disallow direct access to member variables.Kohei Yoshida
2013-12-30Protect access to the terminate flag.Kohei Yoshida
2013-12-30Misc cleanup.Kohei Yoshida
2013-12-28implement datastream timings.Michael Meeks
2013-12-20Put all these back in...Kohei Yoshida
2013-12-20Call Yield() to unblock the main thread when refreshing.Kohei Yoshida
2013-12-19Properly import data stream data from ods.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-18Don't forget to set document modified afterward.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-18-Werror,-Wunused-private-fieldStephan Bergmann
2013-12-18Pass enum values around rather than OUString ones.Kohei Yoshida
2013-12-18Detect numbers which are to be inserted as numeric cells.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-18Re-organize it a bit.Kohei Yoshida
2013-12-18Check the parse result and handle an error case.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-12-12datastreams: Wait with import if we need to repaint.Matúš Kukan
2013-12-12datastreams: Broadcast data changes.Matúš Kukan
2013-11-29static, not mysteriousStephan Bergmann
2013-11-29WaE: Silence bogus MSVC 2012 warningTor Lillqvist
2013-11-28fix memory leakMatúš 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-28datastreams: for security, ask before executing a script when importingMatúš 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