summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Collapse)AuthorAgeFilesLines
* Java cleanup - remove unused importsNoel Grandin2012-08-2820-27/+0
| | | | Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
* fixes to new template localization codeIstvan Turi2012-08-289-18/+505
| | | | | | | | * Crash when launching the Report Builder is now fixed. * Added listbox localized templates to fax, report and letter wizard. * Made some optimalization with the template path search. Change-Id: Ie3f91fea301427b15891411c0192f9217b39ecae
* localize spreadsheet style template names runtimeAndras Timar2012-08-252-13/+205
| | | | Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1
* translate fax/letter/agenda/report templates runtimeIstvan Turi2012-08-2420-492/+1432
| | | | | | | | | | Instead of distributing bazillions of localized templates, that contain only a few translatable strings, we try to localize them runtime. This is the initial patch that does the heavy-lifting. It has some rough edges, but the feature will be polished by freezing of LibreOffice 3.7. Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb
* gbuild: register all jarsMichael Stahl2012-08-1710-60/+60
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* make buttons widerAndras Timar2012-08-162-4/+4
| | | | Change-Id: I7af919450f6c75f87f0877e32ad6945ec392dbef
* Don't say "yeeep"Andras Timar2012-08-161-1/+0
| | | | Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3
* wizards: remove silly saxon9.jar from manifest classpath:Michael Stahl2012-08-151-3/+0
| | | | | | | | Apparently Xalan was introduced years ago to have a DOM implementation with JRE < 1.4 (i#37179), which then got automatically converted to saxon years later. Change-Id: Ibc13b84331854926965f35e3afe25e923bad821b
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-1510-38/+2
| | | | | | | | | With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
* misc. cleanup.Michael Meeks2012-08-132-19/+17
|
* Fix last duplicated lines for Python filesJulien Nabet2012-08-0946-46/+0
| | | | Change-Id: I22cbba9c574835c3e47dadb70d3c293b79e57325
* Others duplicated linesJulien Nabet2012-08-0914-14/+0
| | | | Change-Id: Ief9589bd3ab0d4fd359dc18f85063dece29f4833
* "class HelpIds:" duplicatedJulien Nabet2012-08-081-1/+0
| | | | Change-Id: I1395df60a5864c7f35c27274ddab631a5243a27f
* handle "no schema" caseLionel Elie Mamane2012-08-021-2/+9
| | | | | | | This is especially the case when the source is a (saved) query. Fixes: Report Builder wizard "Finish" button does nothing -> cannot create report through wizard Change-Id: I266772035435a7c623beb0c0f66fc88e6316be8e
* Revert hrc string cleanupThomas Arnhold2012-07-182-0/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts mostly all of my hrc string cleanup commits. As Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those are erroneous and mostly untested. And therefore absolutely unsave. I only did test them by compiling and checking the main screens. Cleaning those files seems to be much more complicated than I thought. So to be absolutely save I do this huge revert. Sorry for this. Revert "hrc cleanup: Further cleanup" This reverts commit 60212988e1cd84169afb028a4255b6f935f1fd4b. Revert "hrc cleanup: Remove unused strings" This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit 527e8f61868210c54bdad650f16390bda03c4353. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commit c26d4d34467008418ebf138412e87886694c326c.
* remove obsolete delzip files from wizardsMichael Meeks2012-07-1814-0/+0
|
* re-base on ALv2 code. Includes:Michael Meeks2012-07-18189-513/+3246
| | | | | | 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
* fs34b: #i117454# don't ask for the value of the possiblyFrank Schoenheit [fs]2012-07-182-47/+21
| | | | non-existent 'Sorting' HiddenControl
* fs34b: #i117472# fix color calculation from style stringFrank Schoenheit [fs]2012-07-187-176/+120
|
* reuse computed curFieldNameLionel Elie Mamane2012-07-161-1/+1
| | | | Change-Id: I4ca9942b3abd343b75336e68bfe669ce5d3a38de
* java: printStackTrace always to stderrThomas Arnhold2012-07-1375-297/+297
| | | | | | like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
* hrc cleanup: Remove unused strings in wizardsThomas Arnhold2012-07-131-37/+0
| | | | Change-Id: I089642eaa1465629575a55d623eea79427bc2871
* openoffice.org -> libreoffice.orgLionel Elie Mamane2012-07-131-3/+3
| | | | Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
* errors to stderrLionel Elie Mamane2012-07-121-5/+5
| | | | Change-Id: I01756622dd7700d3918d156f118cd69c8a15879a
* fdo#50800 populate composedCommandNames ASAP, not at call of getFromClauseLionel Elie Mamane2012-07-121-9/+24
| | | | | | | | | | | In particular com/sun/star/wizards/ui/FilterComponent calls getSelectClause before calling getFromClause, and then all hell breaks loose: composedCommandNames is empty, thus cannot find the proper Alias column name, thus the column names in the select list were not properly escaped, ... We have just made getFromClause quadratic instead of linear, but: 1) I do not think this would be a problem (small datastructures) 2) If it is, rather use a hashmap or something like that, wich will also make getSelectClause faster Also make the fallback case of "unknown table" more robust: escape the table name (if any) and column name! Change-Id: I474adc51fc6378d836bd5865d9eb9505983dcbc5
* hrc cleanup: Remove unused stringsThomas Arnhold2012-07-011-340/+0
| | | | Change-Id: Icad1c4d4660cff2a9ad26e0d29faa4c809586b4e
* fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl2012-06-291-4/+0
| | | | Change-Id: I2b863b43db59e6904f97d9ad22fdb04013e8c76d
* Java cleanup - remove meaningless commentsNoel Grandin2012-06-2918-54/+0
| | | | Change-Id: I26c2f112abd3421231f51e915a97391fa59907a0
* Java5 update - convert ArrayList to genericsNoel Grandin2012-06-291-3/+3
| | | | Change-Id: I66cf3fd495485c92bdd9ed400482e7e72d806a89
* Java cleanup - remove redundant superinterface declarationsNoel Grandin2012-06-297-7/+7
| | | | Change-Id: I80212dae0b43505ccfb566b4855b5bd28f4314f4
* Java cleanup - remove unnecessary castsNoel Grandin2012-06-2914-47/+47
| | | | Change-Id: I9fc995d9b3f971b9b8869cb3f21ddf69b4f90e08
* Java cleanup - fix javadoc comments and invalid tagsNoel Grandin2012-06-2934-103/+70
| | | | Change-Id: Id1bb14458203393a2f40e0333afc62416719b1a0
* Java5 update - convert collections classes to use genericsNoel Grandin2012-06-2962-337/+331
| | | | Change-Id: Ia2e92ea7c5da3ef6e7235b724a82d28d0e562541
* Java5 update - convert Hashtable to HashMapNoel Grandin2012-06-299-22/+22
| | | | Change-Id: I4162dd0af7501013573590ee1a7a11fc1b36cc99
* Updating to Java5 - convert Vector to ArrayListNoel Grandin2012-06-2930-249/+293
| | | | Change-Id: I585312848dacf5128a64469874a1c65452a2b5c8
* re-base on ALv2 code.Michael Meeks2012-06-2913-299/+182
|
* remove malingering legacy RCS tags.Michael Meeks2012-06-284-12/+0
|
* Reduce newline bloat at eofThomas Arnhold2012-06-271-117/+0
| | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
* Remove completely commented out file webwizar.srcThomas Arnhold2012-06-273-200/+0
| | | | Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
* ditch wizards schedule moduleCaolán McNamara2012-06-2518-2367/+2
| | | | | | | | | a) it doesn't work b) isn't connected up to any menus c) is arbitrarily localized to big 12 nations d) out of date wrt public holidays in those anyway Change-Id: I4a16490b3ae84c6e5dbe0774ea8eb0000ed6dc3d
* this is the stupidest hard-coded number in the worldCaolán McNamara2012-06-251-1/+1
| | | | Change-Id: I4da7700f5a706716d14ca25eebf416d14bd6cf63
* re-base on ALv2 code.Michael Meeks2012-06-222-46/+28
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2119-414/+263
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-21192-4257/+2528
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* fdo#37626: form wizard recognise "#" also at beginning of lineLionel Elie Mamane2012-06-201-1/+1
| | | | This was keeping the Base form wizard from applying styles
* fdo#43967 legacy report designer wizard formats dates improperlyLionel Elie Mamane2012-06-182-9/+12
| | | | | | | | | 1) Set FormatsSupplier property only if underlying object has one. Else, exception is thrown and the format is not set 2) getTyperelatedFieldData uses the format keys, so initialize them before call, not after. Change-Id: I68c4c96a9da9a6afdc3ab8964e973588f53ee814
* Clean up some moreStephan Bergmann2012-06-182-16/+6
| | | | | | ...making use of Java 5 variadic function parameters. Change-Id: I1b538ec7fbb3021a225031543e25dad081a7a409
* Add casts to reduce javac warning messages.Noel Grandin2012-06-182-3/+3
| | | | | | | | These warning arise because of the additional of varargs parameters in Java1.6. Casting the parameter eliminates the compiler confusion. Change-Id: I4906bcfa2700ef80a67b79c61c6848a18e8a7168
* legacy reports: unify treatment of query and tableLionel Elie Mamane2012-06-061-8/+17
| | | | | | | In *both* cases, the value of hidden control "Sorting" (if non-empty) decides the columns being sorted on. Change-Id: I7f4b50c3af8c12e48e5dedd36b5877ad7a9e1b66
* legacy report wizard: when source is table, save name in QueryNameLionel Elie Mamane2012-06-061-2/+1
| | | | Change-Id: Ie0bdbed9578b95f7fccc3d9ff6d9c8b5b91ac0ab