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