summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Fix static link failure with liborcus on Windows.Kohei Yoshida2012-11-283-2/+1
* Let's call this mapped cell rather than linked cell.Kohei Yoshida2012-11-281-1/+1
* OUString::replaceAt() does not modify in-placeTor Lillqvist2012-11-281-1/+1
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-7/+0
* Get it to build after the rebase.Kohei Yoshida2012-11-284-1/+3
* Add preliminary icons for use in XML tree from Alexander Wilms.Kohei Yoshida2012-11-281-3/+3
* Use the method from orcus to get the short version of xml namespace name.Kohei Yoshida2012-11-283-23/+7
* Correctly handle xml namespaces when importing xml content.Kohei Yoshida2012-11-284-14/+84
* Display XML namespace IDs in the tree.Kohei Yoshida2012-11-281-4/+23
* Adjusted for the orcus interface change on the master branch.Kohei Yoshida2012-11-281-1/+1
* Store the xml namespace repository with the context.Kohei Yoshida2012-11-283-8/+12
* Method description.Kohei Yoshida2012-11-281-0/+9
* Separate the XML part of orcus filters into own class.Kohei Yoshida2012-11-289-368/+449
* Get it to build after updating liborcus from latest master.Kohei Yoshida2012-11-281-2/+3
* Now I can remove this ugly const_cast.Kohei Yoshida2012-11-281-1/+1
* Enable the 'Import' button only when linked data exists.Kohei Yoshida2012-11-281-1/+7
* Set initial focus to the 'Open XML source' button.Kohei Yoshida2012-11-281-0/+1
* Setting a reference via ref picker should update the link ref data.Kohei Yoshida2012-11-281-0/+2
* Broadcast and re-paint when the XML import is complete.Kohei Yoshida2012-11-281-0/+12
* Remove debug statements.Kohei Yoshida2012-11-282-10/+1
* Register range links to orcus_xml too.Kohei Yoshida2012-11-284-25/+122
* Implement the required get_sheet() interface method.Kohei Yoshida2012-11-281-3/+32
* Set all single cell links to orcus_xml, and start reading the file.Kohei Yoshida2012-11-284-14/+49
* Not a good idea to close the dialog first then start the import.Kohei Yoshida2012-11-281-2/+2
* Press 'Import' in the dialog to start importing XML.Kohei Yoshida2012-11-288-14/+166
* Handler methods for OK and Cancel.Kohei Yoshida2012-11-282-2/+23
* Added OK button next to the Cancel button.Kohei Yoshida2012-11-284-2/+10
* Re-order the controls, to get the tab order right.Kohei Yoshida2012-11-282-10/+10
* Put the tree control on the left side.Kohei Yoshida2012-11-281-4/+4
* Get it to build again after the rebase.Kohei Yoshida2012-11-285-23/+23
* When setting a link position to a repeat element, set the range parent flag.Kohei Yoshida2012-11-281-0/+1
* Don't allow reference mode when the control is disabled.Kohei Yoshida2012-11-281-1/+1
* Handle selection of repeat element.Kohei Yoshida2012-11-282-6/+50
* I need to check for repeating parent elements too.Kohei Yoshida2012-11-282-0/+8
* Take care of the default element and attribute selection handlers.Kohei Yoshida2012-11-284-7/+71
* Keep track of linked cell positions.Kohei Yoshida2012-11-283-2/+24
* More progress on the dialog.Kohei Yoshida2012-11-288-49/+117
* Display selected tree item name on the dialog when clicked on.Kohei Yoshida2012-11-284-10/+16
* Set user data to each tree entry.Kohei Yoshida2012-11-287-5/+49
* Use param structure to consolidate parameters for loadXMLStructure() call.Kohei Yoshida2012-11-286-24/+67
* Get it to build.Kohei Yoshida2012-11-283-3/+3
* I forgot to remove these.Kohei Yoshida2012-11-282-2/+0
* Disable update while populating the tree control.Kohei Yoshida2012-11-282-1/+21
* Use sensible directory path for file picker, handle tree item select.Kohei Yoshida2012-11-282-2/+39
* Get the reference edit box to work properly.Kohei Yoshida2012-11-283-10/+76
* Turned the xml source dialog into a reference dialog.Kohei Yoshida2012-11-2815-39/+115
* Use different icon image for the attribute entries.Kohei Yoshida2012-11-287-9/+24
* Add detected attributes to the tree too.Kohei Yoshida2012-11-281-7/+14
* Use different icon for recurring elements.Kohei Yoshida2012-11-286-16/+32
* Pass the 'repeat' flag of each element too, for recurring elements.Kohei Yoshida2012-11-281-4/+6