summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/datastream.cxx
AgeCommit message (Expand)Author
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann
2017-06-28loplugin:unusedfields in sc part1Noel Grandin
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin
2017-02-07convert DEBUG_TIME to scoped enumNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-10-09make streamtimeout a config variable instead of an env. var.xukai
2014-07-24fix coding styleMarkus Mohrhard
2014-07-24avoid static variablesxukai
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-03-03upgrade liborcusMarkus Mohrhard
2014-02-25remove unused method sc::DataStream::ToMoveType(rtl::OUString const&)Noel Grandin
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