summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2013-10-28fdo#68903 Import .tsv and .xls plain text files in Calc by defaultMaxim Monastirsky
Change-Id: I14115542d7f0401f4fa8face9f255b4512fc0ac3 Reviewed-on: https://gerrit.libreoffice.org/6448 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2013-10-25move OOXML_COLOR_AUTO from writerfilter to msfilter, we need it from swMiklos Vajna
Change-Id: I145c08d17ccb36bfbf734306cd9d27e8423debdd
2013-10-24added/checked/aligned MS-LangIDs and mappings from new MS-LCID.pdfEike Rathke
... found at http://msdn.microsoft.com/library/cc233965.aspx (the 5th or 6th place I'm aware of where MS defines LCIDs, all different ...) * a bunch of new definitions up to Windows 8.1 * lots of cross-checks done with SIL, Ethnologue, ... Change-Id: Ifae8e676558c6712fe752856acca600d05d0a63f
2013-10-23fixincludeguards.sh: filterThomas Arnhold
Change-Id: Ifdb49a0fd5f658056b14b7c2f4e323dd38b412e6
2013-10-23clean up messed up filterdetect.hxxThomas Arnhold
Change-Id: Ib8c7c8a560e2f567df9e4a0ba7dc6b05d9e9e66b
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
hammer silver nails into coffin and bury in concrete Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-20L10n of SWF export options dialogLaurent Balland-Poirier
Change-Id: I91d29a81389e36ddf34d56760cea588c0a7c12f6 Reviewed-on: https://gerrit.libreoffice.org/6324 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-20drop some tools/string includesCaolán McNamara
Change-Id: I83698b10c0c4fef1929d62be809ac7d77e9a3502
2013-10-19CID#1103675 use normal assert, as it's toast anywayCaolán McNamara
Change-Id: I065ce5f80f0c54443aca9378a653a9f25175feee
2013-10-19CID#1103676 use normal assert, as it's toast anywayCaolán McNamara
Change-Id: I47340d71b5f3af9c06556965f240fb084440ea27
2013-10-19CID#703918 ensure buffer is null terminatedCaolán McNamara
Change-Id: If7937abf1ea51578187269a48af58bdede569ed6
2013-10-19SetS only used once with constant valuesCaolán McNamara
Change-Id: I2223c22da5bee6d9f9741c96eafe4d65e15dcb55
2013-10-16cleanupThomas Arnhold
Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ia3e6da86b47099106c4be793a1477979d327a2b9
2013-10-09CID#736174 yikes, sizeof(char[]) includes 0, so 4 not 3Caolán McNamara
Change-Id: Ia54ecab9e08485ebffe98dc064f328360c17a120
2013-10-07EPS import: convert to BMP instead of PNGBjörgvin Ragnarsson
This speeds up rendering of EPS figures by approximately 10% Change-Id: Ie7d39bab4a7ea5f9350f989c25364f70bd8b8453 Reviewed-on: https://gerrit.libreoffice.org/6124 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-05DXF import filter: fix OUString handlingMichael Stahl
The DXF import filter stores all strings read from the file in char[DXF_MAX_STRING_LEN+1] arrays, and then calls OUString constructor with that which then asserts because the string is actually shorter than the size of the array... avoid that by converting from char* to OString. Change-Id: I93c52788f88fe5d21968d450d029ed5db101d88b
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-10-04HighLight -> Highlight.Jan Holesovsky
Change-Id: I2db5102fbc441c0b79d8c28023f3e3bb5613b3cf
2013-10-02gbuild: kill gb_XcuModuleTarget_get_outdir_targetMatúš Kukan
Change-Id: I1d54d98b8aa50f778de87e6ebb17ec2eed0d65dc
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ib6ccb342f28d831e49be91ec6b6167f6ea5336b8
2013-10-02WaE: unused variableTor Lillqvist
Change-Id: Ibaa2cecb60942a83b0ddaa699327607af7a22d85
2013-10-02Improves fdo#41407: Make gs a higher priority than convert for EPS rendering.Björgvin Ragnarsson
This speeds up EPS loading on systems where convert is configured to execute gs for conversion instead of using libgs. This seems to be how convert is compiled on most linux distos. Change-Id: Ibfc95bff11076d286b6ba210d2db2129ac0bb45b Reviewed-on: https://gerrit.libreoffice.org/6009 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: Ibec53c0e3565007be5d3379dad5c7c7678afc721
2013-10-01filter config: stop replacing %productname% / %formatversion%Michael Stahl
... at runtime. Hard-code these to OpenOffice.org 1.0, since nobody will ever build a "StarOffice" or "StarSuite" any more. Change-Id: I1785dea8dfd15a9384f9fecd92935a6043d995bc
2013-10-01filter config: another case of accidental OpenOffice.org XML rebrandingMichael Stahl
... but apparently only used as a fall-back. Change-Id: Iebaf3d01a2eeb8aceef0168b2e1817cdd4cde5ab
2013-10-01convert remnants of String to OUString in filter moduleNoel Grandin
Change-Id: I83cea804b73d9219019354223bd2c966f52c5688
2013-10-01convert leftovers in filter module from String to OUStringNoel Grandin
Change-Id: If8954c39fec724066d46fe5d8c7e486d9bf6e955
2013-09-27cppcheck: avoid possible division by 0Julien Nabet
Change-Id: I8ff8e72d0d25168da374d752a18210cf764ed311
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-26Everytimes -> Every timeJesús Corrius
Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121
2013-09-25Resolves: fdo#66400 import combined characters from docxCaolán McNamara
move .doc combined character parser stuff from sw to filter for reuse in .docx and fix bad length problem when nSavPtr == -1 after String->OUString conversion thanks for the pasta CloudOn Change-Id: I368ca30c14fd089271902b9b874de1099eb40038
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-23Try to fix cross-compilationTor Lillqvist
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-19Sprinkle more boost_headers loveTor Lillqvist
Fix compilation errors when not using system boost. Might be more. It's sad that one has to micro-manage boost use like this. Change-Id: I3541789530fbdb0fb03e2b355144e63f8b031097
2013-09-17this SUPD is wrong since the .res stopped getting versionedCaolán McNamara
Change-Id: I93e970902f4862fa895aa768cdcb72399a1997d8
2013-09-17WaE: private field 'nWidth' is not usedTor Lillqvist
Change-Id: I855a92d55646eff1c79634a839726564bf973744
2013-09-17convert remains of filter module from String to OUStringNoel Grandin
Change-Id: I87b1d2d944ba2b6e2e42adb2c948fff85ec021e1
2013-09-17convert filter/source/flash/swfwriter.hxx from String to OUStringNoel Grandin
Change-Id: I161a63399522cc92f833361195c2c86fdce18204
2013-09-17convert filter/source/msfilter/eschesdo.hxx from String to OUStringNoel Grandin
Change-Id: Ie92f645bb55f4d9eb477074a685023a6f5274357
2013-09-17remove dead codeNoel Grandin
Change-Id: Ibaa30ae983ddff4d7c9c1e9f95abf7b44124d07d
2013-09-17convert filter/source/svg/svgwriter.hxx from String to OUStringNoel Grandin
Change-Id: I60cc4a013bd7bb6cb3eadb163045577850d47b9b
2013-09-17convert filter/source/msfilter/rtfutil.hxx from String to OUStringNoel Grandin
Change-Id: Ibcea731a84e9afb62c6ce0a0e6b70017e610dc45
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-09-10gbuild: bin obsoleted gb_Configuration__get_sourceMatúš Kukan
Change-Id: If6f125b83114643430fcc02a2ec7f59ab406da7b
2013-09-07typo fix: absoulte -> absoluteAndras Timar
Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4
2013-09-05tests that ensure the master to be broken arent that helpfulBjoern Michaelsen
Change-Id: Ie59f2ba4daec0375d1d64b765be3b1484e8cba3e
2013-09-05fdo#68552: try different build-time replacementMichael Stahl
Replace the offending variable at build time in pyAltFCFGMerge. Change-Id: Ie96d780eed8325c6f8399e78025345c0f0369856