[Libreoffice-commits] core.git: Changes to 'private/matus/sc-hacks'
Matúš Kukan
matus.kukan at gmail.com
Mon Nov 11 09:21:31 PST 2013
New branch 'private/matus/sc-hacks' available with the following commits:
commit 8d17de6216e5da55c7b4a3156a7f2fc1380d1367
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Fri Nov 8 22:15:36 2013 +0100
Implement data streams dialog that allows importing a stream of data
in CSV format.
It's possible to read directly from a URL
or to run a process and read its output.
Change-Id: I3266c3bb175b73f1023440cca40b2cfab5fcc201
commit 9d0b42babc19775af3f143c693b8a909967f9b66
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Thu Nov 7 15:25:25 2013 +0100
add data streams dialog .ui file
Change-Id: I184f824804f93cc4f094cf4f77d3f3263575316b
commit 51a88fdc5edd46f8cb76c97ad433cd5de1c01e1f
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Fri Nov 8 16:37:21 2013 +0100
implement very simple SvScriptStream to read from process
It inherits from SvStream, so it could be used easily.
Basically, it's just a simple wrapper around
osl_executeProcess_WithRedirectedIO() and osl_readFile().
Change-Id: Ifa225c87d2c9be7e71ea113b0832a4fe83ec65b3
commit 5846b4a28009cd4dbd8fceb8febc58c8da49df92
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Thu Nov 7 15:51:31 2013 +0100
add menu item for data streams dialog
Change-Id: I2f27afbaf91b31be2711fcb581bfd86bc103f1cb
commit 7823073aabb40830b354a9f367d4d13c30e36706
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Thu Oct 31 10:56:15 2013 +0100
ScRefreshTimer: implement methods in source file
And don't export any of them.
Change-Id: Ib29eec6765f0fe71c9c7fbc82b0531f562b6404a
commit 94fdca37300ccc1392566cb2ae0369a74ae300f9
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Thu Oct 31 10:14:53 2013 +0100
move ScRefreshTimerProtector into its own header file
So that, we don't have to include "refreshtimer.hxx" in docsh.hxx.
Also implement destructor in source file.
Change-Id: Ie0251ad3511b44cf1dd6dae34e22ade0ab32cec4
More information about the Libreoffice-commits
mailing list