summaryrefslogtreecommitdiff
path: root/wizards/source/importwizard/DialogModul.xba
AgeCommit message (Collapse)Author
2017-05-25convert starbasic wizards to .properties for translationsCaolán McNamara
Change-Id: I165f85ee993995b54163061c7d378eea90eb276a
2017-01-19Related: tdf#80731 bug in our own wizards revealed by new bracket testCaolán McNamara
Change-Id: Iec49bf80794a4ba61a70b22d0fc1769349ca4508
2013-06-07fdo#65044, manage Publisher files in Document ConverterJulien Nabet
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 McNamara
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 Nabet
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 convertanuragkanungo
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 Stahl
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 McNamara
Change-Id: I6df855031f1941590472bf8901625fe8b2c22926
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
2011-08-22add in Office Open XML formats hereCaolán McNamara
2011-08-22Drop statement that VBA macros don't get converted, they sort of do thesedaysCaolán McNamara
2005-11-11INTEGRATION: CWS c05v001 (1.38.68); FILE MERGEDKurt Zenker
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 Glazounov
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 Glazounov
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 Junck
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 Timm
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 Zenker
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 Timm
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 Glazounov
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 Timm
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 Rechtien
2002-10-16#104114# Logdocument now only created when write is installedBehrend Cornelius
2002-10-16#104114# creation of new document modifiedBehrend Cornelius
2002-09-30#100060# Property Values redefinedBehrend Cornelius
2002-08-16#95840# added some changes for the logfileBehrend Cornelius
2002-08-14#95840# Logbutton now disabled when logcheckbox disabledBehrend Cornelius
2002-08-08#95840# now also possible to view logfile after interruption of convert processBehrend Cornelius
2002-07-15#100060# Password now also taken overBehrend Cornelius
2002-01-11#96344# Cancel button now Standard buttonBehrend Cornelius
2001-11-30#95469# CheckTextboxPath routine now modulizedBehrend Cornelius
2001-11-28#95363# Defaultbutton now stays with the Ok buttonBehrend Cornelius
2001-11-26#95175# Draw/impress checkboxes on first page now toggled when one component ↵Behrend Cornelius
is missing
2001-11-15#94781# Toggling of paths modified; Saving parameters 'As Template'Behrend Cornelius
2001-11-0694306# Conversion now with ModulecheckBehrend Cornelius
2001-11-05#93436# Declaration of OS Function "RegCloseKey" modifiedBehrend Cornelius
2001-10-25#93037# importfiltername for masterdocuments modifiedBehrend Cornelius
2001-08-29#87289# View of Target and Source directory changed to OS NotationBehrend Cornelius
2001-08-15#90683# Filternames now overgiven on Saving, formulas now in TargetDir savedBehrend Cornelius
2001-08-10#87732# Filterlistsequence improvedBehrend Cornelius
2001-08-09#90750# Call of ReadDirectoryRoutine adapted; LogFile handling improvedBehrend Cornelius
2001-08-08#90700# filter for PP now addedBehrend Cornelius
2001-07-13#89603# call of folderpicker Routine modifiedBehrend Cornelius
2001-07-12#88911# handling of Path input improvedBehrend Cornelius
2001-06-27#88895# Resource index modified, event from button removedBehrend Cornelius
2001-06-21#88615# New Filepicker Service and new Formula FilterBehrend Cornelius
2001-05-30#87647# One Boolean variabel in 'FillstepInputpaths' addedBehrend Cornelius
2001-05-21#85954# Several modificationsBehrend Cornelius
2001-05-04## new filtername for globaldocuments addedBehrend Cornelius
2001-04-30## filtername for globaldocuments replacedBehrend Cornelius
2001-04-23initial revisionTom Verbeek