summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/xmlsourcedlg.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-24convert Link<> to typedNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-9/+11
2015-03-23loplugin:constantfunction: scNoel Grandin1-2/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-10the return of callcatcherCaolán McNamara1-1/+0
2013-12-28convert xml source dialog to .uiCaolán McNamara1-22/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2012-11-29Selecting a child entry of a recurring element should select all sub-tree.Kohei Yoshida1-1/+1
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida1-1/+1
2012-11-29Highlight all its child entries when a recurring element is selected.Kohei Yoshida1-0/+3
2012-11-28Separate the XML part of orcus filters into own class.Kohei Yoshida1-0/+3
2012-11-28Press 'Import' in the dialog to start importing XML.Kohei Yoshida1-0/+5
2012-11-28Handler methods for OK and Cancel.Kohei Yoshida1-0/+3
2012-11-28Added OK button next to the Cancel button.Kohei Yoshida1-0/+1
2012-11-28Re-order the controls, to get the tab order right.Kohei Yoshida1-2/+2
2012-11-28Get it to build again after the rebase.Kohei Yoshida1-5/+5
2012-11-28Handle selection of repeat element.Kohei Yoshida1-1/+5
2012-11-28I need to check for repeating parent elements too.Kohei Yoshida1-0/+3
2012-11-28Take care of the default element and attribute selection handlers.Kohei Yoshida1-0/+2
2012-11-28More progress on the dialog.Kohei Yoshida1-6/+9
2012-11-28Display selected tree item name on the dialog when clicked on.Kohei Yoshida1-0/+1
2012-11-28Use param structure to consolidate parameters for loadXMLStructure() call.Kohei Yoshida1-3/+3
2012-11-28Get it to build.Kohei Yoshida1-1/+1
2012-11-28Use sensible directory path for file picker, handle tree item select.Kohei Yoshida1-0/+4
2012-11-28Get the reference edit box to work properly.Kohei Yoshida1-1/+7
2012-11-28Turned the xml source dialog into a reference dialog.Kohei Yoshida1-3/+19
2012-11-28Use different icon image for the attribute entries.Kohei Yoshida1-0/+1
2012-11-28Use different icon for recurring elements.Kohei Yoshida1-2/+2
2012-11-28Pop up a full path in case the path is cut off.Kohei Yoshida1-1/+3
2012-11-28Call orcus filter accessor from the dialog when a new source file is set.Kohei Yoshida1-0/+1
2012-11-28Use file picker dialog to pick the source xml file.Kohei Yoshida1-1/+13
2012-11-28Some basic dialog layout. It's not functional yet.Kohei Yoshida1-0/+23
2012-11-28Abstract dialog instantiation code.Kohei Yoshida1-1/+6
2012-11-28Add new skeleton files for the new xml source dialog.Kohei Yoshida1-0/+19