summaryrefslogtreecommitdiff
path: root/sc/source/ui/xmlsource
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-4/+2
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-5/+1
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara1-1/+1
2013-03-05fix for fdo#61801Noel Grandin1-1/+2
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-6/+2
2012-12-30More cppcheck cleaning in scJulien Nabet1-1/+1
2012-11-30Don't forget to clear this when loading a new XML file.Kohei Yoshida1-1/+1
2012-11-30Highlight the reference entry after ensuring that it's mappable.Kohei Yoshida1-11/+10
2012-11-29Selecting a child entry of a recurring element should select all sub-tree.Kohei Yoshida1-12/+56
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida1-13/+9
2012-11-29Forgot to remove this.Kohei Yoshida1-1/+0
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-0/+1
2012-11-29Highlight all its child entries when a recurring element is selected.Kohei Yoshida1-0/+49
2012-11-28Get it to build after the rebase.Kohei Yoshida1-0/+1
2012-11-28Correctly handle xml namespaces when importing xml content.Kohei Yoshida1-7/+24
2012-11-28Separate the XML part of orcus filters into own class.Kohei Yoshida1-5/+9
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 Yoshida1-6/+1
2012-11-28Register range links to orcus_xml too.Kohei Yoshida1-11/+64
2012-11-28Set all single cell links to orcus_xml, and start reading the file.Kohei Yoshida1-4/+3
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 Yoshida1-13/+116
2012-11-28Handler methods for OK and Cancel.Kohei Yoshida1-2/+20
2012-11-28Added OK button next to the Cancel button.Kohei Yoshida1-0/+1
2012-11-28Get it to build again after the rebase.Kohei Yoshida1-11/+11
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 Yoshida1-5/+45
2012-11-28I need to check for repeating parent elements too.Kohei Yoshida1-0/+5
2012-11-28Take care of the default element and attribute selection handlers.Kohei Yoshida1-6/+67
2012-11-28Keep track of linked cell positions.Kohei Yoshida1-1/+21
2012-11-28More progress on the dialog.Kohei Yoshida1-15/+85
2012-11-28Display selected tree item name on the dialog when clicked on.Kohei Yoshida1-2/+2
2012-11-28Set user data to each tree entry.Kohei Yoshida1-1/+1
2012-11-28Use param structure to consolidate parameters for loadXMLStructure() call.Kohei Yoshida1-5/+5
2012-11-28Disable update while populating the tree control.Kohei Yoshida1-1/+1
2012-11-28Use sensible directory path for file picker, handle tree item select.Kohei Yoshida1-2/+35
2012-11-28Get the reference edit box to work properly.Kohei Yoshida1-5/+66
2012-11-28Turned the xml source dialog into a reference dialog.Kohei Yoshida1-3/+32
2012-11-28Use different icon image for the attribute entries.Kohei Yoshida1-1/+3
2012-11-28Use different icon for recurring elements.Kohei Yoshida1-8/+4
2012-11-28Populate the tree box with real xml structure tree.Kohei Yoshida1-9/+0
2012-11-28Call orcus filter accessor from the dialog when a new source file is set.Kohei Yoshida1-0/+13
2012-11-28Use file picker dialog to pick the source xml file.Kohei Yoshida1-2/+44