summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Access2Base - Patch#2 Bug in Control.RemoveItemJean-Pierre Ledure1-3/+6
2015-01-07protect against division by zeroLionel Elie Mamane1-41/+47
2015-01-07Keep as xShapes the newly created GroupShapeLionel Elie Mamane1-0/+1
2015-01-07detect groupShapes (TimestampFields) in forms, tooLionel Elie Mamane1-0/+13
2015-01-07xShapeGroup *is* the control's global xShape, so use it as suchLionel Elie Mamane1-17/+1
2015-01-07set *content* control to multiline, not label(!)Lionel Elie Mamane1-1/+1
2015-01-06fdo#88068 make the string 'Red Line' localizable in Letter WizardAndras Timar1-1/+1
2014-12-09We need to call decode method considering this:Julien Nabet1-1/+1
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin37-94/+45
2014-11-18java: make fields final where possibleNoel Grandin43-133/+133
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-3/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini9-12/+12
2014-11-12java: convert fields to local variables where possibleNoel Grandin14-71/+31
2014-11-10fix spelling implemenation -> implementationNoel Grandin4-10/+10
2014-11-07default to ods instead of sxcCaolán McNamara1-8/+8
2014-11-02Access2Base - Extension of GoTorecord action to table/query datasheetsJean-Pierre Ledure1-25/+28
2014-11-01Access2Base - new ApplyFilter and SetOrderBy actionsJean-Pierre Ledure6-13/+167
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini3-6/+6
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch5-117/+15
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch1-1/+1
2014-10-25Access2Base - Introspection in RootJean-Pierre Ledure2-3/+1
2014-10-17Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure12-203/+322
2014-10-17java: final fields that can be staticNoel Grandin12-42/+42
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin5-8/+8
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin9-26/+36
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin2-7/+7
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin1-9/+9
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-30/+30
2014-10-16java: no need to explicitly code default constructorsNoel Grandin6-27/+0
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin13-70/+68
2014-10-16remove unnecessary catch blockNoel Grandin5-24/+24
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin42-180/+180
2014-10-16java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin41-198/+202
2014-10-16java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-2/+2
2014-10-15rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch2-44/+43
2014-10-14java: remove useless javadoc tagsNoel Grandin43-474/+25
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch3-5/+0
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch1-1/+1
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin2-2/+2
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin1-1/+1
2014-10-07java: simplify conditions involving logical negationNoel Grandin5-5/+5
2014-10-05Access2Base - New TempVars collection and TempVar objectsJean-Pierre Ledure11-44/+411
2014-09-24Removed uneeded checks.Ryan McCoskrie1-21/+5
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin134-1462/+5786
2014-09-19Access2Base - (Re)capitalize UNO constantsJean-Pierre Ledure1-4/+4
2014-09-15fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel3-9/+72
2014-09-14Updated example paths in wizards/com/sun/star/wizards/READMERyan McCoskrie1-2/+2
2014-09-13Access2Base - PATCH-01 Field.setValueJean-Pierre Ledure2-78/+79
2014-09-13Access2Base - Introduction of CloseConnection methodJean-Pierre Ledure4-10/+87