summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/datastreamdlg.cxx
AgeCommit message (Expand)Author
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2013-12-30Display 3D address & honor current reference address convension.Kohei Yoshida
2013-12-27cppcheck: fix 2 consecutive breaksJulien Nabet
2013-12-19Properly import data stream data from ods.Kohei Yoshida
2013-12-19Unlimited when the end row is MAXROW.Kohei Yoshida
2013-12-19Initialize data stream dialog properly.Kohei Yoshida
2013-12-19Actually hide these two radio buttons (since there is no choice now).Kohei Yoshida
2013-12-19Disable script source option.Kohei Yoshida
2013-12-19Hide the "Overwrite existing data" option.Kohei Yoshida
2013-12-18Handle "refresh on empty line" setting from the UI.Kohei Yoshida
2013-12-18Disable this mode for now.Kohei Yoshida
2013-12-18Pass enum values around rather than OUString ones.Kohei Yoshida
2013-12-18Ensure that the initial data range has only one row.Kohei Yoshida
2013-12-18Put these new classes in sc namespace.Kohei Yoshida
2013-12-13datastreams: Improve usability of the dialog.Jan Holesovsky
2013-11-29static, not mysteriousStephan Bergmann
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