summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2012-11-28Let's call this mapped cell rather than linked cell.Kohei Yoshida1-1/+1
2012-11-28Get it to build after the rebase.Kohei Yoshida1-0/+1
2012-11-28Add preliminary icons for use in XML tree from Alexander Wilms.Kohei Yoshida1-3/+3
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 Yoshida2-5/+12
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 Yoshida3-14/+123
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 Yoshida2-16/+16
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 Yoshida2-6/+69
2012-11-28Keep track of linked cell positions.Kohei Yoshida1-1/+21
2012-11-28More progress on the dialog.Kohei Yoshida4-44/+99
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 Yoshida1-1/+1
2012-11-28Use param structure to consolidate parameters for loadXMLStructure() call.Kohei Yoshida2-8/+8
2012-11-28Get it to build.Kohei Yoshida2-2/+2
2012-11-28I forgot to remove these.Kohei Yoshida2-2/+0
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 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 Yoshida4-2/+12
2012-11-28Use different icon for recurring elements.Kohei Yoshida3-10/+12
2012-11-28Populate the tree box with real xml structure tree.Kohei Yoshida1-9/+0
2012-11-28Pop up a full path in case the path is cut off.Kohei Yoshida2-2/+4
2012-11-28Call orcus filter accessor from the dialog when a new source file is set.Kohei Yoshida2-0/+14
2012-11-28Use file picker dialog to pick the source xml file.Kohei Yoshida5-7/+61
2012-11-28Some basic dialog layout. It's not functional yet.Kohei Yoshida4-2/+120
2012-11-28Use the resource file correctly.Kohei Yoshida2-2/+5
2012-11-28I forgot to add this.Kohei Yoshida1-0/+19
2012-11-28Launch the dialog for real.Kohei Yoshida1-1/+16
2012-11-28Abstract dialog instantiation code.Kohei Yoshida5-2/+38
2012-11-28Add new skeleton files for the new xml source dialog.Kohei Yoshida3-0/+46
2012-11-28Separate method to launch xml source dialog.Kohei Yoshida3-1/+7
2012-11-28Add new slot ID for 'Manage XML Source' menu entry.Kohei Yoshida1-0/+3