summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2013-02-18remove stray makefile.mk in filterBjoern Michaelsen
Change-Id: I2a9796a4f12f3b364a2b8828189bbd6d6e1ace57
2013-02-17fix build, caused by fast string concatLuboš Luňák
Change-Id: I07025171f0865b34de9a85b7820321e5eac46758
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
2013-02-16coverity#707515: Uninitialized scalar variableCaolán McNamara
Change-Id: Iacac2777a6c3d2d8dc91ade029d3a1913f7da2e7
2013-02-16coverity#707516: Uninitialized scalar variableCaolán McNamara
Change-Id: I4be71f8dca0f2b2a7dfd59c5bcc3ef068f389846
2013-02-16coverity#707517: Uninitialized scalar variableCaolán McNamara
Change-Id: I17277bb67430d47283395dfb08ec402361c4865e
2013-02-16filter: fix broken string conversionMichael Stahl
Change-Id: Iadcc6cddaf943b76dd82650c2f7246696aa438d1
2013-02-16fdo#57950: Remove more chained appends in filterMarcos Paulo de Souza
And also sanitize some OUStringBuffer uses. Change-Id: I338b18981e1f925d76c0d640159de30bab219122 Reviewed-on: https://gerrit.libreoffice.org/2186 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-02-16Some cppcheck cleaningJulien Nabet
Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
2013-02-15coverity: fix mismatch between new[] and deleteMarkus Mohrhard
Change-Id: I33b2b8ffd1a6ba539346ca19f6a34bc7f1c61e3d
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-14fdo#57950: Remove some chained appends in filterMarcos Paulo de Souza
Change-Id: I2386eb47ad7190d626966020e96c1a7ddc07ab4a
2013-02-13Fix scope + member variables not initializedJulien Nabet
Change-Id: I0a2c14246a814859c9752f96aaad9f28f6d59c75
2013-02-13filter: svg: optimizeGradientStops: fix STL assertionMichael Stahl
Check that there is actually more than one element in maStops before tweaking its first 2 elements (can be reproduced with fdo#60471 Tux.svg) Change-Id: I7e6ffdf510bb590a9ea9e3782b30247b8fb46ed5
2013-02-13Some cppcheck cleaningJulien Nabet
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: I74ff9d8d116ebfe9ebc302c79a3763eda9c1250f
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: I65b2b9b0001843b2153d228b994f08f5b5565880
2013-02-12fdo#60703: MSDraw filter: fix import of flagsMichael Stahl
DffPropSet::IsHardAttribute needs to handle flag properties specially (regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70) Change-Id: If5c6b9cfac58a787527cd132f7fc80d392b8e677
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-02-11fdo#46808, Convert to getProcessComponentContext()Noel Grandin
Also clean up some weird UNO type casting. Change-Id: I62e3813e917ec49fcd3ff444209e2234207a6f9d
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin
The services are document::XMLBasicExporter document::XMLOasisBasicExporter Change-Id: Ifd93e5735cae94d34904d79769cdb3edf587fe43
2013-02-06remove obsolete hidother.src filesAndras Timar
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
2013-02-05make translatable a few more ui stringsAndras Timar
Change-Id: I0a10cbb7eab77d215c15592a2121b65f1c9f3732
2013-02-05Use the new excel format detector for all binary excel types.Kohei Yoshida
But I have yet to implement the detection of Excel 4.0... Separating detection services like this will make the overall type detection process a little more reliable. It's actually not a good idea to use a single type detection service for a multitude of file format types... Change-Id: I2914c179ac939a031b84e8d37de891a5043851e6
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida
Change-Id: I35968241a79db0aabe06e25c0efac2aa3d1c5b84
2013-02-04Add some debug bits for type detection code.Kohei Yoshida
The code is used only during debugging and needs to be explicitly enabled by setting DEBUG_TYPE_DETECTION to 1 and inserting the function that prints debug outputs. Change-Id: I72f31eb86f7fcc99030e3bb6c2a869d076b066fd
2013-01-31bnc#437516: Hide minimum password info in the password dialog.Kohei Yoshida
When launching it from the Security tab of the PDF Options dialog during PDF export. Change-Id: Ife2d3a7b508ba2e077018d11478ad680d18d3f0d
2013-01-30remove useless macrosLuboš Luňák
created by incorrect replacements in the previous commit Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30the name field for SdrShadowColorItem seems to be redundant nowCaolán McNamara
Change-Id: I6e90cdfc9577bfa0ee1dd1018a41aa7979dfaf04
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
2013-01-28fdo#46808, Adapt document::FilterConfigRefresh UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I6894a3435159d9f529f2036354e70ee6358fc778
2013-01-27Some cppcheck cleaningJulien Nabet
Change-Id: I7217ab7500de5d8220b85e56aceb6e843bd0769f
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26unify the spelling of 'Kazakh' language nameAndras Timar
While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form is the most widespread according to online sources (Wikipedia, LCID list from Microsoft). Also the 'Kazakh' form is preferred by a Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html In LibreOffice both 'Kazak' and 'Kazakh' was used at different places. Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
2013-01-25String to OUString conversions in filterRicardo Montania
Change-Id: I944f4d57aba935e513a3d158a46322874fe0df15 Reviewed-on: https://gerrit.libreoffice.org/1865 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-25import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360Noel Power
Change-Id: I26ee91e683f94b2fdfaadac960b840e088f1f155
2013-01-25String cleanup in filterRicardo Montania
Change-Id: I5678cd4f0bbfc1603bb7f3881adb4359a25ddbc5 Reviewed-on: https://gerrit.libreoffice.org/1848 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-01-24fdo#58204: PPT export: fix text rotation in shapes:Michael Stahl
EscherPropertyContainer::CreateTextProperties: do not write ESCHER_Prop_txflTextFlow for custom shapes. This happens to export the rotation properly for the WW8 bugdoc of n#404221, as well as the PPT at fdo#58204 and both PPTs at fdo#34897, one of which (mangle.ppt) was not handled properly on master currently. The author disclaims having any actual knowledge about rotation properties in MSO files. (regression from 24dd42f316e5cb16ba726c05ba486d53e033052d) Change-Id: Id3dcfb6221d031cdabb7f543b68752b467d9e1a6
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
Also used the new OUString::number(...) methods. Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808 Reviewed-on: https://gerrit.libreoffice.org/1766 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-21Remove some unneeded variables in filterMarcos Paulo de Souza
Change-Id: Ia2963498a197a795155a42b2588f983019d89f35 Reviewed-on: https://gerrit.libreoffice.org/1773 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-21Remove more STRINGPARAM macros from filterMarcos Paulo de Souza
Also, remove some chained appends, and sanitize some functions call. Change-Id: I5bfed073bd84e4dee4bc7e7b4715e413859beb50 Reviewed-on: https://gerrit.libreoffice.org/1772 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-17Const correct-ness in one place...Kohei Yoshida
And an avalanche of changes that ensued. Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
2013-01-15fdo#57950: Remove chained appends in filterMarcos Paulo de Souza
Also removed a lot of *STRINGPARAM macros. Change-Id: I46856d33bb28e37ab115860095644c7e95cf3c4e Reviewed-on: https://gerrit.libreoffice.org/1687 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-11use sizegroups instead of explicit codeCaolán McNamara
Change-Id: I2376e69adf235d1e6f89296c50a9cea76041f9d7
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara
does exactly the same default action as a CancelButton except with "Close" as the label Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414