summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)Author
2015-08-05wizards: text.TextDocument.getPageCount called as class method onlyMichael Stahl
2015-08-05wizards: FileAccess.getURL does not work on WindowsMichael Stahl
2015-08-05tdf#76845: wizards: fix Web wizard XSLT deadlock on WindowsMichael Stahl
2015-07-14tdf#92404: Web Wizard - no result / crashJulien Nabet
2015-06-16Access2Base - Correct behaviour of MoveNext, MovePrevious (patch 03)Jean-Pierre Ledure
2015-05-28wrong comparison in letter wizardCaolán McNamara
2015-02-02Access2Base - Patch#2 Bug in Control.RemoveItemJean-Pierre Ledure
2015-01-07protect against division by zeroLionel Elie Mamane
2015-01-07Keep as xShapes the newly created GroupShapeLionel Elie Mamane
2015-01-07detect groupShapes (TimestampFields) in forms, tooLionel Elie Mamane
2015-01-07xShapeGroup *is* the control's global xShape, so use it as suchLionel Elie Mamane
2015-01-07set *content* control to multiline, not label(!)Lionel Elie Mamane
2015-01-06fdo#88068 make the string 'Red Line' localizable in Letter WizardAndras Timar
2014-12-09We need to call decode method considering this:Julien Nabet
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-10fix spelling implemenation -> implementationNoel Grandin
2014-11-07default to ods instead of sxcCaolán McNamara
2014-11-02Access2Base - Extension of GoTorecord action to table/query datasheetsJean-Pierre Ledure
2014-11-01Access2Base - new ApplyFilter and SetOrderBy actionsJean-Pierre Ledure
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch
2014-10-25Access2Base - Introspection in RootJean-Pierre Ledure
2014-10-17Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-16java: no need to explicitly code default constructorsNoel Grandin
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin
2014-10-16remove unnecessary catch blockNoel Grandin
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-10-16java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-10-16java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-10-15rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch
2014-10-14java: remove useless javadoc tagsNoel Grandin
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-05Access2Base - New TempVars collection and TempVar objectsJean-Pierre Ledure
2014-09-24Removed uneeded checks.Ryan McCoskrie