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