summaryrefslogtreecommitdiff
path: root/wizards/source/importwizard/DialogModul.xba
AgeCommit message (Collapse)AuthorFilesLines
2013-06-07fdo#65044, manage Publisher files in Document ConverterJulien Nabet1-4/+4
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-05-03Related: fdo#60265 fix lunatic way to detect special filter nameCaolán McNamara1-2/+0
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-03fdo#60265 Really fixes Basic problemJulien Nabet1-8/+8
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-04-26fdo#60625 - Document converter wizard fails to find powerpoint files to convertanuragkanungo1-3/+3
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-01-14wizards: Document Conversion: remove StarOffice mode:Michael Stahl1-149/+8
With the removal of binfilter, legacy StarOffice format documents cannot be converted any more, so remove the associated code. Change-Id: I49da6b56eb893acebce0de43846128abaede6a71
2012-09-04drop rather useless filtertrace stuff from wizardsCaolán McNamara1-48/+0
Change-Id: I6df855031f1941590472bf8901625fe8b2c22926
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-0/+17
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2011-08-22add in Office Open XML formats hereCaolán McNamara1-12/+12
2011-08-22Drop statement that VBA macros don't get converted, they sort of do thesedaysCaolán McNamara1-2/+1
2005-11-11INTEGRATION: CWS c05v001 (1.38.68); FILE MERGEDKurt Zenker1-10/+33
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-03-23INTEGRATION: CWS extras19 (1.37.36); FILE MERGEDVladimir Glazounov1-8/+8
2005/03/14 09:40:08 ih 1.37.36.1: #i44724# .pps support added
2004-12-23INTEGRATION: CWS extrasbetafixes1 (1.36.24); FILE MERGEDVladimir Glazounov1-8/+8
2004/12/06 15:15:55 ih 1.36.24.1: #i38400# new file formats included
2004-10-27INTEGRATION: CWS dbwizard1 (1.35.42); FILE MERGEDPascal Junck1-41/+41
2004/08/19 09:40:49 ih 1.35.42.1: #117590# updated to new file formats
2004-03-30INTEGRATION: CWS extras12 (1.34.8); FILE MERGEDRüdiger Timm1-10/+86
2003/12/17 12:36:08 bc 1.34.8.1: #112871# Filtertracing for importwizard added
2003-08-27INTEGRATION: CWS extras10 (1.33.18); FILE MERGEDKurt Zenker1-3/+3
2003/08/11 13:20:28 bc 1.33.18.1: #110461# pps document type added
2003-06-12INTEGRATION: CWS draw17 (1.32.8); FILE MERGEDRüdiger Timm1-3/+3
2003/06/11 15:24:19 bc 1.32.8.1: #109842# mimetype for 4.0 impress templates modified
2003-05-22INTEGRATION: CWS extras6 (1.31.4); FILE MERGEDVladimir Glazounov1-3/+5
2003/05/12 16:26:50 bc 1.31.4.2: #108942# comment for bug added to sourcecode 2003/05/12 16:16:00 bc 1.31.4.1: #108942# Mimetype for draw templates added
2003-04-24INTEGRATION: CWS extras5 (1.30.2); FILE MERGEDRüdiger Timm1-3/+36
2003/04/15 13:09:29 bc 1.30.2.1: #108946# Source code adapted to new mimetypes
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-2/+10
2002-10-16#104114# Logdocument now only created when write is installedBehrend Cornelius1-2/+7
2002-10-16#104114# creation of new document modifiedBehrend Cornelius1-1/+1
2002-09-30#100060# Property Values redefinedBehrend Cornelius1-18/+14
2002-08-16#95840# added some changes for the logfileBehrend Cornelius1-1/+1
2002-08-14#95840# Logbutton now disabled when logcheckbox disabledBehrend Cornelius1-1/+1
2002-08-08#95840# now also possible to view logfile after interruption of convert processBehrend Cornelius1-1/+10
2002-07-15#100060# Password now also taken overBehrend Cornelius1-2/+6
2002-01-11#96344# Cancel button now Standard buttonBehrend Cornelius1-1/+1
2001-11-30#95469# CheckTextboxPath routine now modulizedBehrend Cornelius1-8/+20
2001-11-28#95363# Defaultbutton now stays with the Ok buttonBehrend Cornelius1-1/+3
2001-11-26#95175# Draw/impress checkboxes on first page now toggled when one component ↵Behrend Cornelius1-1/+1
is missing
2001-11-15#94781# Toggling of paths modified; Saving parameters 'As Template'Behrend Cornelius1-1/+1
2001-11-0694306# Conversion now with ModulecheckBehrend Cornelius1-105/+84
2001-11-05#93436# Declaration of OS Function "RegCloseKey" modifiedBehrend Cornelius1-4/+13
2001-10-25#93037# importfiltername for masterdocuments modifiedBehrend Cornelius1-1/+1
2001-08-29#87289# View of Target and Source directory changed to OS NotationBehrend Cornelius1-2/+2
2001-08-15#90683# Filternames now overgiven on Saving, formulas now in TargetDir savedBehrend Cornelius1-3/+3
2001-08-10#87732# Filterlistsequence improvedBehrend Cornelius1-6/+5
2001-08-09#90750# Call of ReadDirectoryRoutine adapted; LogFile handling improvedBehrend Cornelius1-21/+2
2001-08-08#90700# filter for PP now addedBehrend Cornelius1-1/+1
2001-07-13#89603# call of folderpicker Routine modifiedBehrend Cornelius1-17/+2
2001-07-12#88911# handling of Path input improvedBehrend Cornelius1-37/+46
2001-06-27#88895# Resource index modified, event from button removedBehrend Cornelius1-2/+2
2001-06-21#88615# New Filepicker Service and new Formula FilterBehrend Cornelius1-6/+5
2001-05-30#87647# One Boolean variabel in 'FillstepInputpaths' addedBehrend Cornelius1-3/+5
2001-05-21#85954# Several modificationsBehrend Cornelius1-82/+106
2001-05-04## new filtername for globaldocuments addedBehrend Cornelius1-1/+1
2001-04-30## filtername for globaldocuments replacedBehrend Cornelius1-1/+1
2001-04-23initial revisionTom Verbeek1-0/+500