Commit Graph

180 Commits

Author SHA1 Message Date
8fd28fe737 fdo#65044, manage Publisher files in Document Converter
Change-Id: I932d53c3c46fb0d654a1ba31b782ebcaced9bbc3
Reviewed-on: https://gerrit.libreoffice.org/4106
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-07 07:56:34 +00:00
a80ae49453 Document converter: Add extensions as non template cases
Change-Id: Ifed1b8758e605c3457a9c57b87527d81f684a5f5
2013-05-03 21:39:33 +02:00
25547fbddd Related: fdo#60265 fix lunatic way to detect special filter name
The use of SBMAXEXTENSIONLENGTH appears to be an insane way
to detect full filter names and map them back to short suffixes
but we are passing suffixes separated by | and if that string
hits the SBMAXEXTENSIONLENGTH it gets blanked.

So, lets try only doing the conversion to suffix if the filter
name starts with a common substr handled by SetExtension

Change-Id: I42914d3e042133a2c5e28c9704b5fded7ca938dc
2013-05-03 13:40:28 +01:00
b10e69287c fdo#60265 Really fixes Basic problem
GetFilterName function in FilesModul.xba needs the extension be repeated too
sLocExtensionList() = ArrayoutofString(sFilterName(i,2), &quot;|&quot;, MaxIndex)

Change-Id: I2fecd5352345e6b7541d0a961012c7e91046fb0d
Reviewed-on: https://gerrit.libreoffice.org/3729
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-03 12:37:14 +00:00
f25ad44036 fdo#60625 - Document converter wizard fails to find powerpoint files to convert
Previously all the formats was specified but none of them were being converted or detected .  But in my patch , it is able to detect and convert ppt pptm pptx formats .

So ,we can atleast add support for these formats .

Change-Id: I6083a9048ada870178753cd4ba523c9d3916cf11
Reviewed-on: https://gerrit.libreoffice.org/3617
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-26 08:54:08 +00:00
a0296296fb fdo#60691 add modelines to *.src and *.hrc files
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files

svx/source/dialog/hdft.src

Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08 21:02:26 +00:00
8bab53a198 wizards: Document Conversion: remove StarOffice mode:
With the removal of binfilter, legacy StarOffice format documents cannot
be converted any more, so remove the associated code.

Change-Id: I49da6b56eb893acebce0de43846128abaede6a71
2013-01-14 20:06:24 +01:00
39d440ed92 drop rather useless filtertrace stuff from wizards
Change-Id: I6df855031f1941590472bf8901625fe8b2c22926
2012-09-04 12:04:31 +01:00
3e7832724e Revert hrc string cleanup
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-18 23:28:54 +02:00
456dd17399 remove obsolete delzip files from wizards 2012-07-18 09:40:09 +01:00
63c508e3e8 re-base on ALv2 code. Includes:
118568: switch to using ucpp
    Patch contributed by Juergen Schmidt
    http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
0e2d7550dd hrc cleanup: Remove unused strings
Change-Id: Icad1c4d4660cff2a9ad26e0d29faa4c809586b4e
2012-07-01 18:33:41 +02:00
ee1c5c4768 Reduce newline bloat at eof
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27 13:32:28 +02:00
f3e40273b6 Resolves: fdo#43644 survive registered but unavailable binfilter 2012-02-08 12:38:37 +00:00
afd8c5919f lets put the log checkbox back near the bottom 2011-08-22 09:39:13 +01:00
2f9cf699aa Resolves: fdo#36127 hide staroffice filters when binfilter unavailable 2011-08-22 09:39:13 +01:00
39aecb765d swap position of StarOffice and MSOffice migration blocks 2011-08-22 09:39:13 +01:00
14953fa09a add in Office Open XML formats here 2011-08-22 09:39:12 +01:00
d0d845506d Drop statement that VBA macros don't get converted, they sort of do thesedays 2011-08-22 09:39:12 +01:00
5e4d51ea90 ODF isn't a *new* format anymore 2011-08-22 09:39:11 +01:00
4dfbfd1e71 it doesn't convert %PRODUCTNAME documents, but the old binary format 2011-08-22 09:39:11 +01:00
6c76e4db03 Merge branch 'master' into feature/gsoc2011_wizards
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-21 21:50:13 +02:00
57272eaaf5 Merge commit 'f9d40c2b591215b57ece4ba6e623b7808a7ae717' into 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-18 02:27:27 +02:00
e268256133 Merge branch 'master' into feature/gnumake4
Conflicts:
	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
	lingucomponent/source/spellcheck/spell/sspellimp.cxx
	setup_native/prj/build.lst
	setup_native/prj/d.lst
	wizards/Jar_query.mk
	wizards/Module_wizards.mk
	wizards/Zip_launcher.mk
	wizards/com/sun/star/wizards/report/makefile.mk
	wizards/prj/build.lst
	wizards/prj/d.lst
	wizards/util/target.pmk
2011-06-19 12:54:22 +02:00
2839168cd0 CWS gnumake4: convert wizards to new build system 2011-06-16 10:11:45 +02:00
87c5e26936 wizards-source-importwizard-filesmodul-xba.diff: document converter fix
document converter wizard fails when compatability is enabled
(bnc#113235, i#56633)
2011-04-27 13:55:24 +02:00
782eec2895 native349 #i115652# language independent Wizard bitmaps 2010-11-18 14:44:07 +01:00
0b00bc90e4 CWS changehid: #i111784#: convert wizards module 2010-07-21 17:46:17 +02:00
36de66bdf0 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
8c47ef98ad CWS-TOOLING: integrate CWS extras320
2009-09-09 07:44:31 +0200 jsk  r275963 : #i104797# - changed number of currencies from 13 to 16
2009-08-20 10:20:49 +0200 va  r275169 : #i99047# Added Font Hinting
2009-08-18 12:50:42 +0200 va  r275092 : #i99047# Added Font Hinting
2009-08-18 10:44:16 +0200 va  r275083 : #i104220# French Holiday: Added Whit Sunday
2009-08-14 11:46:39 +0200 va  r274973 : #i104220# Corrected French Holidays
2009-08-11 17:51:29 +0200 va  r274872 : #i98254# Button for Logfile expanded.
2009-08-11 17:28:09 +0200 va  r274870 : #i103011# Added latest 3 Euro Countries
2009-08-11 17:27:48 +0200 va  r274869 : #i103011# Added latest 3 Euro Countries
2009-08-11 17:17:41 +0200 va  r274868 : #i102567# Updated AutoCorrection
2009-08-11 17:16:59 +0200 va  r274867 : #i102567# Updated AutoCorrection
2009-08-11 17:16:27 +0200 va  r274866 : #i102567# Updated AutoCorrection
2009-09-11 16:49:12 +00:00
20cea29aa2 CWS-TOOLING: integrate CWS fwk99
2009-01-20 17:39:31 +0100 pb  r266605 : fix: #i98280# new 'More templates'-URL
2009-01-15 20:17:58 +0100 mst  r266391 : #i95702# convert wizards to DocumentProperties (partially based on patch by cmc)
2009-01-12 07:35:44 +0100 pb  r266131 : fix: #i96851# HID_PASTE_DLG and HID_LINKDLG_TABLB added
2009-01-09 10:40:48 +0100 pb  r266061 : fix: #i97386# Execute_Impl() while sub-dialog is open this could be deleted; #i68415# patch from cmc
2009-01-09 10:35:24 +0100 pb  r266059 : fix: #i97386# struct Deleted added
2009-01-09 10:05:17 +0100 pb  r266057 : fix: #i97365# ModalDialog RID_SVXPAGE_IMPROVEMENT removed
2009-01-09 10:02:39 +0100 pb  r266056 : fix: #i97841# new: set InfoURL and HandleHyperLink()
2009-01-09 09:59:13 +0100 pb  r266053 : fix: #i97391# MinWidth re-calculated; #i97365# SvxImprovementDialog2 removed
2009-01-09 09:55:00 +0100 pb  r266051 : fix: #i97841# new: HandleHyperLink(); #i97365# SvxImprovementDialog2 removed
2009-01-06 14:24:24 +0100 cd  r265921 : #i96831# Fix build problem with gcc 4.3.2 using the return value of link correctly.
2009-01-06 12:18:41 +0100 cd  r265907 : #i96831# Fix build problem with gcc 4.3.2
2009-01-06 12:02:59 +0100 mst  r265905 : fix #i97775#
- xmloff/source/core/nmspmap.cxx:
  + SvXMLNamespaceMap::GetQNameByKey does not handle default namespace
    correctly
2009-02-12 14:03:59 +00:00
cb56fbf425 INTEGRATION: CWS dba30c (1.46.26); FILE MERGED
2008/06/04 21:28:40 fs 1.46.26.1: BasicLibrary::getByName raises an exception now if the lib is not yet loaded
2008-06-06 13:30:49 +00:00
b7e1b9323f INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED
2008/03/31 16:24:02 rt 1.6.64.1: #i87441# Change license header to LPGL v3.
2008-04-11 12:37:12 +00:00
9b8f9f37c6 INTEGRATION: CWS changefileheader (1.53.58); FILE MERGED
2008/03/31 16:24:00 rt 1.53.58.1: #i87441# Change license header to LPGL v3.
2008-04-11 12:36:17 +00:00
d35659adba INTEGRATION: CWS c16v002_SRC680 (1.45.114); FILE MERGED
2007/12/03 14:43:56 bc 1.45.114.1: #b6633533# Replaced deprecated service call
2008-01-29 12:58:29 +00:00
e09954952f INTEGRATION: CWS dbawizards (1.32.150); FILE MERGED
2008/01/03 15:15:23 bc 1.32.150.1: #i83365# changed getting the template user path
2008-01-28 14:32:20 +00:00
b918a91142 INTEGRATION: CWS mergede01 (1.52.90); FILE MERGED
2007/03/20 14:50:49 ihi 1.52.90.1: #i72301# Remove German
2007-04-19 15:59:56 +00:00
13750f8a40 INTEGRATION: CWS ause074 (1.5.126); FILE MERGED
2007/01/30 12:10:16 hjs 1.5.126.1: #i73801# remove remaining usages of sv[pre].mk
2007-02-06 13:30:03 +00:00
25a24361c0 INTEGRATION: CWS extras8pp3 (1.44.100); FILE MERGED
2006/03/27 15:29:18 ih 1.44.100.1: #i60444# log-file in root folder problem corrected
2006-04-06 12:04:35 +00:00
f73e611d91 INTEGRATION: CWS extras23 (1.51.20); FILE MERGED
2005/12/13 11:03:16 ih 1.51.20.1: #i48742# grammar errors corrected
2006-02-06 10:01:15 +00:00
e7484b9b61 INTEGRATION: CWS c05v001 (1.31.96); FILE MERGED
2005/10/10 09:33:46 ih 1.31.96.2: #125491# Function CheckInstalledModule() changed
2005/09/09 11:21:16 ih 1.31.96.1: #125491# ToggleCheckbox Function extended for module recognition
2005-11-11 13:20:38 +00:00
823e2421e5 INTEGRATION: CWS c05v001 (1.38.68); FILE MERGED
2005/10/10 12:23:36 ih 1.38.68.2: #125491# global doc filter disabled if no global doc module is installed
2005/10/06 15:45:35 kz 1.38.68.1: #125491# Standalone impress: Wizards - Document converter doesn't check installed modules (BC)
2005-11-11 13:20:25 +00:00
7727f749d8 INTEGRATION: CWS encup (1.49.12); FILE MERGED
2005/04/29 16:06:44 ihi 1.49.12.1: #i40603# German strings now UTF8 encoded
2005-09-23 14:16:35 +00:00
742344c9ce INTEGRATION: CWS ooo19126 (1.4.356); FILE MERGED
2005/09/05 15:17:19 rt 1.4.356.1: #i54170# Change license header: remove SISSL
2005-09-09 09:09:05 +00:00
1f444bbcd4 INTEGRATION: CWS ooo19126 (1.49.64); FILE MERGED
2005/09/05 15:17:16 rt 1.49.64.1: #i54170# Change license header: remove SISSL
2005-09-09 09:08:24 +00:00
4f28b0cf72 INTEGRATION: CWS nativefixer7 (1.43.22); FILE MERGED
2005/05/09 12:01:48 ih 1.43.22.1: write into logfile only if this file exists
2005-05-13 08:43:43 +00:00
47761bbefd INTEGRATION: CWS extras19 (1.48.12); FILE MERGED
2005/03/16 13:35:48 ih 1.48.12.3: %productname removed in string "what this wizard does"
2005/03/14 15:38:18 ih 1.48.12.2: #i44862# XML -> OpenDocument
2005/03/14 09:40:08 ih 1.48.12.1: #i44724# .pps support added
2005-03-23 14:13:55 +00:00
8949f14da1 INTEGRATION: CWS extras19 (1.42.10); FILE MERGED
2005/03/14 09:40:08 ih 1.42.10.1: #i44724# .pps support added
2005-03-23 14:13:39 +00:00
a531a91a88 INTEGRATION: CWS extras19 (1.37.36); FILE MERGED
2005/03/14 09:40:08 ih 1.37.36.1: #i44724# .pps support added
2005-03-23 14:13:21 +00:00
76afb50a09 INTEGRATION: CWS dbwizard3 (1.47.50); FILE MERGED
2005/01/03 10:04:53 bc 1.47.50.1: #i39500#All occurences of 'Autopilot' replaced
2005-02-21 13:11:52 +00:00