summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document
AgeCommit message (Expand)AuthorFilesLines
2019-07-03tdf#125953: take CLOB into account in form wizardJulien Nabet1-2/+3
2019-03-12Remove unused python codeXisco Fauli1-14/+0
2018-07-19Related: rhbz#1602589 null_check: 'xComponent'Caolán McNamara1-1/+0
2018-02-05Removed unused code in python wizardsXisco Fauli1-61/+2
2018-01-14Fix typosAndrea Gelmini2-2/+2
2017-05-24convert java wizards to .properties for translationsCaolán McNamara2-3/+3
2016-06-06remove unused imports in java codeNoel Grandin1-1/+0
2016-03-14remove some unused Java codeNoel Grandin1-1/+0
2016-03-04coverity#1326304 Explicit null dereferencedCaolán McNamara1-0/+5
2016-03-01coverity#1326304 Explicit null dereferencedCaolán McNamara1-0/+6
2016-02-04coverity#1326401 Dereference null return valueCaolán McNamara1-1/+1
2016-02-04coverity#1351756 Dereference before null checkCaolán McNamara1-8/+8
2016-01-23cid#1326113, 1326410, 1326411jan iversen1-3/+14
2015-11-24coverity#1326265 Explicit null dereferencedCaolán McNamara1-45/+27
2015-11-09java: add some @Override annotationsNoel Grandin1-0/+3
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-2/+2
2015-10-15coverity#1326409 Dereference null return valueCaolán McNamara1-2/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin1-9/+9
2015-04-20java: some random small cleanupsNoel Grandin1-6/+0
2015-01-05java: remove dead codeNoel Grandin2-39/+0
2014-12-19fix buildLionel Elie Mamane1-0/+1
2014-12-19Keep as xShapes the newly created GroupShapeLionel Elie Mamane1-0/+1
2014-12-19GroupShape takes care of scaling the subshapesLionel Elie Mamane1-21/+0
2014-12-19detect groupShapes (TimestampFields) in forms, tooLionel Elie Mamane1-0/+13
2014-12-19xShapeGroup *is* the control's global xShape, so use it as suchLionel Elie Mamane1-16/+1
2014-12-19Revert "fdo#87301 don't rely on the shape to get the control"Lionel Elie Mamane1-8/+13
2014-12-19fdo#87301 don't rely on the shape to get the controlLionel Elie Mamane1-13/+8
2014-12-19remove unnecessary and confusing lineLionel Elie Mamane1-1/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin2-2/+2
2014-12-19java: these fields can be converted to local variablesNoel Grandin4-14/+7
2014-12-11java: reduce visibility of fields and methodsNoel Grandin7-45/+45
2014-12-05java: remove some unused fieldsNoel Grandin1-1/+0
2014-12-05java: static fields should be accessed in a static wayNoel Grandin1-2/+2
2014-11-27java,wizards: remove unused parametersNoel Grandin2-27/+27
2014-11-27java,wizards: remove unread fieldsNoel Grandin3-9/+1
2014-11-27java,wizards: remove unused constantsNoel Grandin1-1/+0
2014-11-27java,wizards: remove unused classesNoel Grandin2-23/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin5-257/+1
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin2-4/+0
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin2-4/+2
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-8/+3
2014-10-17java: final fields that can be staticNoel Grandin2-3/+3
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-2/+2
2014-10-14java: remove useless javadoc tagsNoel Grandin3-33/+0
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin7-74/+333
2014-08-21wizards: EffectiveMax & EffectiveMin of TINYINTrbuj1-2/+2
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-7/+0
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-2/+2
2014-08-14java: remove unused importsNoel Grandin3-11/+0
2014-08-14java: remove commented out codeNoel Grandin1-1/+0