summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/orcusxml.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti1-2/+0
Remove only include for files where iwyu does not suggest any includes to add. Change-Id: I58f3e956485ce058750c2635db9633736708d7f0 Reviewed-on: https://gerrit.libreoffice.org/12342 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2014-05-11fix-includes.pl: scThomas Arnhold1-3/+3
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
2014-02-17coverity#984134 Uninitialized scalar fieldNorbert Thiebaud1-2/+7
Change-Id: Iafc65bc7d168a1750dd25cbd629762362bc73af5
2012-11-28Get it to build after the rebase.Kohei Yoshida1-0/+1
Change-Id: I86bc4fb6aa4158f0efc3ab765841abcea9063693
2012-11-28Use the method from orcus to get the short version of xml namespace name.Kohei Yoshida1-8/+0
Change-Id: I5d64ae380982c09f53dacb1eac721430674e9a31
2012-11-28Correctly handle xml namespaces when importing xml content.Kohei Yoshida1-0/+9
But it's still not working. I need to dig some more. Change-Id: I06d4d70e1a4234b031741a496f2651d016c35ecc
2012-11-28Register range links to orcus_xml too.Kohei Yoshida1-1/+1
But range links fail to import. Looks like sheet names are corrupted. I need to debug this... Change-Id: If2aeb3b81db65749f05edfbdd2f3388be4f2539c
2012-11-28Set all single cell links to orcus_xml, and start reading the file.Kohei Yoshida1-1/+1
Alas, data won't get imported because I haven't implemented get_sheet() interface method. Change-Id: Id53b2c68b2fdf4c03fa6d6de25dd7762a51bd610
2012-11-28Press 'Import' in the dialog to start importing XML.Kohei Yoshida1-0/+8
For now, the dialog only calls importXML() when the Import button is pressed, and the importXML() function still does nothing. Change-Id: I3427d343f88ba2a9b076ffc0ee4bcc44055d7717
2012-11-28Get it to build again after the rebase.Kohei Yoshida1-1/+1
The breakage is mostly due to my tree control rework on master. Change-Id: I1db09fa18b4d997cf77fea2968e787cbce3b0a72
2012-11-28Take care of the default element and attribute selection handlers.Kohei Yoshida1-1/+1
Change-Id: I87aec99679f8beca2be82d6d7df275917ba66d62
2012-11-28Keep track of linked cell positions.Kohei Yoshida1-1/+1
Change-Id: I33e39e53b618270561ba7bfc236e8d8558bccffa
2012-11-28More progress on the dialog.Kohei Yoshida1-0/+22
Change-Id: Ib07d6d5de7cd0d72356bbb7859342f5038f05f95