summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
AgeCommit message (Expand)AuthorFilesLines
2018-01-09tdf#114881: Re-introduce ConfigurationUpdateAccessStephan Bergmann1-1/+4
2018-01-07tdf#114873: localize Letter, fax and agenda wizardsJulien Nabet1-1/+7
2017-11-22Fix Java wizard HID listGabor Kelemen1-0/+1
2017-10-31Fix Wizard HIDs moved off by oneGabor Kelemen1-0/+1
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2-20/+3
2017-07-21migrate to boost::gettextCaolán McNamara4-62/+317
2017-06-05spelling instanciate -> instantiateNoel Grandin2-2/+2
2017-05-24convert java wizards to .properties for translationsCaolán McNamara5-71/+42
2017-05-21expand and drop python getResArrayCaolán McNamara1-10/+0
2017-04-07tdf#99967 (related) Drop Web Wizard HIDsGabor Kelemen2-126/+126
2017-03-02Fix typosAndrea Gelmini2-2/+2
2017-02-20Related tdf#99967: Cleanup after Web Wizard dropJulien Nabet2-4/+1
2017-01-01StringList isn't required or used by wizardsCaolán McNamara1-5/+0
2016-05-25Fix typosAndrea Gelmini2-2/+2
2016-03-14remove some unused Java codeNoel Grandin2-3/+1
2016-02-04coverity#1326401 Dereference null return valueCaolán McNamara1-18/+10
2016-01-20coverity#1326466 Dereference null return valueCaolán McNamara1-12/+4
2015-11-10Use UIConsts constants for offsets to resource IDs in main/wizards.Damjan Jovanovic1-1/+6
2015-11-09java: add some @Override annotationsNoel Grandin2-0/+2
2015-11-05java: combine nested if statementsNoel Grandin3-17/+9
2015-10-22coverity#1326397 Dereference null return valueCaolán McNamara1-7/+9
2015-10-20coverity#1326559 Dereference before null checkCaolán McNamara1-1/+1
2015-10-20coverity#1326575 Useless callCaolán McNamara1-1/+0
2015-10-14cid#1326131 'Constant' variable guards dead codeNoel Grandin1-12/+6
2015-10-04tdf#94743: Web Wizard: Cannot export in ftpJulien Nabet1-1/+1
2015-09-21tdf#94351: Web Wizard multiselection doesn't workJulien Nabet1-1/+1
2015-08-04wizards: FileAccess.getURL1 is unusedMichael Stahl1-4/+0
2015-08-04wizards: FileAccess.getURL does not work on WindowsMichael Stahl1-4/+6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-01-05java: remove dead codeNoel Grandin3-57/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-11/+5
2014-12-11java: remove some unnecessary interfacesNoel Grandin2-25/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin13-54/+54
2014-12-05java: static fields should be accessed in a static wayNoel Grandin1-17/+9
2014-11-27java,wizards: remove unused parametersNoel Grandin3-6/+6
2014-11-27java,wizards: remove unread fieldsNoel Grandin4-18/+1
2014-11-27java,wizards: remove unused constantsNoel Grandin1-4/+0
2014-11-27java,wizards: remove unused classesNoel Grandin15-1603/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin14-1919/+10
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin2-2/+0
2014-11-25java: remove some comment noiseNoel Grandin4-23/+0
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin7-20/+11
2014-11-18java: make fields final where possibleNoel Grandin5-12/+12
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-3/+1
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch1-15/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-3/+3
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-21/+33
2014-10-16java: no need to explicitly code default constructorsNoel Grandin3-15/+0