summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)Author
2012-09-24pywizards: remove unused methodsXisco Fauli
Change-Id: I1803b7b4bbfed1e3509a8561ba82fae9ccf4412e Reviewed-on: https://gerrit.libreoffice.org/687 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-24pyfax: get rid of import * (2)Xisco Fauli
Change-Id: Ibd988812d96f7f539c1e888be9ee25c0c895f358 Reviewed-on: https://gerrit.libreoffice.org/686 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-24Pyfax: Get rid of import * (1)Xisco Fauli
Change-Id: Ifeb2fca16ef572a7cb1d1aabb651b3cea87ecbea Reviewed-on: https://gerrit.libreoffice.org/685 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-24pywizards: add a name textbox to the filepickerXisco
Now it's possible to change the name of the file that is going to be saved Change-Id: I482466e7c006a38a1eab543872101c029d5e2d65 Reviewed-on: https://gerrit.libreoffice.org/688 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-09-24pyfax: Use relative imports so we can call the wizard remotelyXisco Fauli
Change-Id: I8ed98ff5125caf28680f94865ab2fe122f124182 Reviewed-on: https://gerrit.libreoffice.org/683 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-09-18correct python wizards component fileMichael Meeks
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-10fdo#54542 fix start of table wizard IDsJulien Nabet
Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-04drop rather useless filtertrace stuff from wizardsCaolán McNamara
Change-Id: I6df855031f1941590472bf8901625fe8b2c22926
2012-08-28Java cleanup - remove unused importsNoel Grandin
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28fixes to new template localization codeIstvan Turi
* 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
2012-08-25localize spreadsheet style template names runtimeAndras Timar
Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1
2012-08-24translate fax/letter/agenda/report templates runtimeIstvan Turi
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
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-16make buttons widerAndras Timar
Change-Id: I7af919450f6c75f87f0877e32ad6945ec392dbef
2012-08-16Don't say "yeeep"Andras Timar
Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3
2012-08-15wizards: remove silly saxon9.jar from manifest classpath:Michael Stahl
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
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
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
2012-08-13misc. cleanup.Michael Meeks
2012-08-09Fix last duplicated lines for Python filesJulien Nabet
Change-Id: I22cbba9c574835c3e47dadb70d3c293b79e57325
2012-08-09Others duplicated linesJulien Nabet
Change-Id: Ief9589bd3ab0d4fd359dc18f85063dece29f4833
2012-08-08"class HelpIds:" duplicatedJulien Nabet
Change-Id: I1395df60a5864c7f35c27274ddab631a5243a27f
2012-08-02handle "no schema" caseLionel Elie Mamane
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
2012-07-18Revert hrc string cleanupThomas Arnhold
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.
2012-07-18remove obsolete delzip files from wizardsMichael Meeks
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18fs34b: #i117454# don't ask for the value of the possiblyFrank Schoenheit [fs]
non-existent 'Sorting' HiddenControl
2012-07-18fs34b: #i117472# fix color calculation from style stringFrank Schoenheit [fs]
2012-07-16reuse computed curFieldNameLionel Elie Mamane
Change-Id: I4ca9942b3abd343b75336e68bfe669ce5d3a38de
2012-07-13java: printStackTrace always to stderrThomas Arnhold
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-13hrc cleanup: Remove unused strings in wizardsThomas Arnhold
Change-Id: I089642eaa1465629575a55d623eea79427bc2871
2012-07-13openoffice.org -> libreoffice.orgLionel Elie Mamane
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
2012-07-12errors to stderrLionel Elie Mamane
Change-Id: I01756622dd7700d3918d156f118cd69c8a15879a
2012-07-12fdo#50800 populate composedCommandNames ASAP, not at call of getFromClauseLionel Elie Mamane
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
2012-07-01hrc cleanup: Remove unused stringsThomas Arnhold
Change-Id: Icad1c4d4660cff2a9ad26e0d29faa4c809586b4e
2012-06-29fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl
Change-Id: I2b863b43db59e6904f97d9ad22fdb04013e8c76d
2012-06-29Java cleanup - remove meaningless commentsNoel Grandin
Change-Id: I26c2f112abd3421231f51e915a97391fa59907a0
2012-06-29Java5 update - convert ArrayList to genericsNoel Grandin
Change-Id: I66cf3fd495485c92bdd9ed400482e7e72d806a89
2012-06-29Java cleanup - remove redundant superinterface declarationsNoel Grandin
Change-Id: I80212dae0b43505ccfb566b4855b5bd28f4314f4
2012-06-29Java cleanup - remove unnecessary castsNoel Grandin
Change-Id: I9fc995d9b3f971b9b8869cb3f21ddf69b4f90e08
2012-06-29Java cleanup - fix javadoc comments and invalid tagsNoel Grandin
Change-Id: Id1bb14458203393a2f40e0333afc62416719b1a0
2012-06-29Java5 update - convert collections classes to use genericsNoel Grandin
Change-Id: Ia2e92ea7c5da3ef6e7235b724a82d28d0e562541
2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin
Change-Id: I4162dd0af7501013573590ee1a7a11fc1b36cc99
2012-06-29Updating to Java5 - convert Vector to ArrayListNoel Grandin
Change-Id: I585312848dacf5128a64469874a1c65452a2b5c8
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-28remove malingering legacy RCS tags.Michael Meeks
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27Remove completely commented out file webwizar.srcThomas Arnhold
Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
2012-06-25ditch wizards schedule moduleCaolán McNamara
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