summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/text
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04remove trailing whitespacesThomas Arnhold1-1/+1
Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282
2013-02-11pywizards: simplify paths handlingXisco Fauli1-1/+1
Change-Id: I436ca81e180d595e018811823e8b77c8b675bef5
2013-02-03pyagenda: Fix finish actionXisco Fauli1-1/+1
Change-Id: I89b2b8b8a3f5988d6a53fe2a743fbf191e04ff58
2013-01-20pyagenda: Fix a problem with template's sectionsXisco Fauli1-5/+6
Change-Id: Ifbd5ba9800c1b52b2f0ed929b8919ff60fc48120
2013-01-14fdo#59248: Remove remaining dangling view of ViewHandler.pyStephan Bergmann1-4/+1
...that had been left behind by d6308705133ccde121dcd40f94a1d4367356630b "pywizards: get rid of ViewHandler" and caused "from .LetterWizardDialogImpl import LetterWizardDialogImpl" in CallWizard.py to fail. Change-Id: I51dcb2812863f502bc06e3e3b07285f6c31714ca
2012-12-19pywizards: get rid of ViewHandlerXisco Fauli1-54/+0
Change-Id: Ie0098f0342a5863ffeb9dec96104efb7d94d7ae2
2012-12-18pywizards: Delete all empty TextFields after finishingXisco Fauli1-11/+9
Change-Id: Ic1c0c6e6f6174d4337abf06f32d9fd8072c2511d
2012-12-16pywizards: handle UnknownPropertyExceptionXisco Fauli1-3/+5
Change-Id: I922d27f584ef39d543ee2bba997680dbea06d95f
2012-12-03pywizards: handle exceptionXisco Fauli1-3/+6
Change-Id: Ia53cf4e2ab8f2e2905b1dc24ac7d6b17e9330154
2012-11-28pywizards: make sure it has the attributeXisco Fauli1-10/+7
Change-Id: I247fba15396a9c58eae0967099949abf17330a91
2012-11-28pywizards: Clean textfieldsXisco Fauli1-37/+19
Change-Id: I80d0c997ccc29589f8527627434f900540c15bdd
2012-11-28pywizards: remove helper classXisco Fauli2-14/+39
Change-Id: I899cab320edb3712b17e339b0931a0deed4425e8
2012-11-26pyletter: adapt this wizard to python3.3Xisco Fauli1-1/+2
Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af
2012-11-26pyfax: make this wizard completely compatible with python3.3Xisco Fauli1-2/+6
Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128
2012-11-26pywizards: No need to use unicodedata hereXisco Fauli2-6/+3
Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41
2012-11-26pyfax: adapt it to python3.3. it can be already launchedXisco Fauli1-2/+2
Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815
2012-11-24pywizards: fix textfieldsXisco Fauli1-20/+22
Change-Id: I6609c554ef161a0abafbdfa65f8076a42eec93b2
2012-11-21pyfax: fix a mistakeXisco Fauli1-2/+2
Change-Id: I2d046f3227edabe35f82fb2c42633a0d553dad81
2012-11-21pyfax: exceptions are python3 compatibleXisco Fauli4-40/+30
Change-Id: Ife2a935b25928db154756494798a5e9b619f902a
2012-11-13pywizards: Use local variablesXisco Fauli1-1/+0
Change-Id: I334244d1729376f25c361327b4103fb59ccc2d09
2012-11-08pywizards: Simplify textElement and move it to text folderXisco Fauli1-0/+28
Change-Id: I1f9cde45c693de5bad091272f015e5cd7fb6beeb
2012-11-08pyagenda: better refactor it little by littleXisco Fauli1-1/+6
Change-Id: I002a8e27139243172deb2868fdf2fca32944be03
2012-10-30pyletter: Translate the templates at runtimeXisco Fauli1-24/+37
Change-Id: Ie0b149b4a8928e5b61153a6ed62b66d02f916f20
2012-10-23pywizards: unused methodXisco Fauli1-32/+0
Change-Id: I2664413d974c1e6a8b84d1807ffe982008e5aae9
2012-10-11pywizards: This code does nothing but an exception. Delete itXisco Fauli1-7/+0
Change-Id: If35b68073210d7da368a96623853c3d68d8425b5
2012-09-24pyfax: Use relative imports so we can call the wizard remotelyXisco Fauli3-8/+8
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-08-09Fix last duplicated lines for Python filesJulien Nabet4-4/+0
Change-Id: I22cbba9c574835c3e47dadb70d3c293b79e57325
2012-07-18re-base on ALv2 code. Includes:Michael Meeks4-0/+72
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-13java: printStackTrace always to stderrThomas Arnhold6-32/+32
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-06-29Java cleanup - fix javadoc comments and invalid tagsNoel Grandin1-1/+0
Change-Id: Id1bb14458203393a2f40e0333afc62416719b1a0
2012-06-29Java5 update - convert collections classes to use genericsNoel Grandin3-5/+5
Change-Id: Ia2e92ea7c5da3ef6e7235b724a82d28d0e562541
2012-06-29Updating to Java5 - convert Vector to ArrayListNoel Grandin1-9/+9
Change-Id: I585312848dacf5128a64469874a1c65452a2b5c8
2012-06-21re-base on ALv2 code.Michael Meeks7-161/+97
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-12-05pywizards: resurrect Xisco's code lost in rebasingMichael Meeks2-0/+37
Xisco merged this to master and then deleted it on master, which cause these files to get lost during the re-base across that.
2011-12-05Set the python fax wizard as the default oneXisco Fauli3-0/+550
2011-09-24Remote the python code for now.Xisco Fauli5-589/+0
The reason I delete it is because this code is not used yet. I still keep working in the feature branch, so when i'll finish there i'll merge it into master. It doesn't make sense to have it in master for now
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli1-0/+1
Conflicts: automation/source/inc/cmdbasestream.hxx automation/source/server/cmdbasestream.cxx automation/source/server/retstrm.hxx automation/source/testtool/cmdstrm.cxx automation/source/testtool/cmdstrm.hxx automation/source/testtool/tcommuni.cxx basctl/prj/d.lst basctl/uiconfig/basicide/toolbar/findbar.xml cui/source/dialogs/about.cxx cui/source/dialogs/about.src cui/source/inc/about.hxx extensions/source/abpilot/abpservices.cxx extensions/source/dbpilots/dbpservices.cxx extensions/source/propctrlr/pcrservices.cxx extensions/source/svg/makefile.mk forms/Library_frm.mk lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx package/prj/d.lst package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XMemoryStream.hxx setup_native/prj/d.lst setup_native/source/win32/customactions/relnotes/makefile.mk tools/test/export.map wizards/com/sun/star/wizards/common/ConfigGroup.py wizards/com/sun/star/wizards/common/ConfigNode.py wizards/com/sun/star/wizards/common/Configuration.py wizards/com/sun/star/wizards/common/Desktop.py wizards/com/sun/star/wizards/common/FileAccess.py wizards/com/sun/star/wizards/common/Helper.py wizards/com/sun/star/wizards/common/SystemDialog.py wizards/com/sun/star/wizards/document/OfficeDocument.py wizards/com/sun/star/wizards/fax/FaxDocument.py wizards/com/sun/star/wizards/fax/FaxWizardDialog.py wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py wizards/com/sun/star/wizards/letter/LetterDocument.py wizards/com/sun/star/wizards/letter/LetterWizardDialog.py wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py wizards/com/sun/star/wizards/text/TextDocument.py wizards/com/sun/star/wizards/text/TextFieldHandler.py wizards/com/sun/star/wizards/text/TextSectionHandler.py wizards/com/sun/star/wizards/text/ViewHandler.py wizards/com/sun/star/wizards/ui/UnoDialog.py wizards/com/sun/star/wizards/ui/UnoDialog2.py wizards/com/sun/star/wizards/ui/WizardDialog.py wizards/com/sun/star/wizards/ui/event/CommonListener.py wizards/com/sun/star/wizards/ui/event/DataAware.py wizards/com/sun/star/wizards/ui/event/RadioDataAware.py wizards/com/sun/star/wizards/ui/event/UnoDataAware.py wizards/util/helpids.h wizards/util/hidother.src xmlsecurity/prj/build.lst xmlsecurity/prj/d.lst xmlsecurity/qa/certext/SanCertExt.cxx
2011-08-18Load the proper templateXisco Fauli2-17/+3
2011-08-18Show the date properlyXisco Fauli1-5/+0
2011-08-18Remove duplicate code, clean imports and fix a problemXisco Fauli1-12/+8
2011-08-18Some refactoring and formattingXisco Fauli1-31/+19
* Don't load a preview if the item selected in the listbox is the same as before
2011-08-18Fix Finish ButtonXisco Fauli2-5/+4
2011-08-18Fix the ListBoxXisco Fauli1-4/+4
2011-08-18First attempt to create the Agenda WizardXisco Fauli2-16/+19
the Document preview and the wizard are already shown
2011-08-18Clean upXisco Fauli1-1/+1
2011-08-18method unusedXisco Fauli1-31/+7
2011-08-18Merge commit 'f9d40c2b591215b57ece4ba6e623b7808a7ae717' into ↵Bjoern Michaelsen9-132/+133
feature/gsoc2011_wizards Conflicts: wizards/com/sun/star/wizards/common/Resource.java merged resolved as per: e52421bc118e9c5f3fce5a32ba9efdcad7627d92 9e91dbca08056fc31f388f5642fdfa3d2b910990 in the old components repository merging the corresponding commit 3b4fe490441f9f77829bc6c1ae30d79a4d50255b there
2011-08-18Handle the letterhead layouts properlyXisco Fauli1-0/+1
2011-08-18apply python style and fix some minor thingsXisco Fauli2-31/+33
2011-08-18small changesXisco Fauli1-2/+1