summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2013-01-17Const correct-ness in one place...Kohei Yoshida1-1/+1
And an avalanche of changes that ensued. Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
2013-01-15fdo#57950: Remove chained appends in filterMarcos Paulo de Souza1-139/+127
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 McNamara2-26/+8
Change-Id: I2376e69adf235d1e6f89296c50a9cea76041f9d7
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara2-2/+2
does exactly the same default action as a CancelButton except with "Close" as the label Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-2/+1
2013-01-07Revert "dummy commit (WIP)"Luboš Luňák1-20/+4
This reverts commit 6eb0522395c236ae6930a300992ad092449f9592. It does not compile and the message and contents suggest it probably wasn't meant to be pushed.
2013-01-07dummy commit (WIP)Chr. Rossmanith1-4/+20
Change-Id: Ibeee6553312323b75b2403ad6832595f228e0e3c
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin2-1/+4
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky22-24/+25
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04String cleanup in filterRicardo Montania4-268/+246
Change-Id: I2b8bd3535a5ba5323b9a17941c4345f4c1e0e822 Reviewed-on: https://gerrit.libreoffice.org/1507 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-12-29rethink external executable setupDavid Tardon2-3/+3
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
2012-12-29Revert "String Cleanup and news OUString methods/constructors"Tor Lillqvist1-41/+49
Broke a unit test and made all tinderboxes red. This reverts commit 3179055dc3e267c961a5618c810fbc0df1858d72.
2012-12-28String Cleanup and news OUString methods/constructorsRicardo Montania1-49/+41
Change-Id: Ia6142020330d0e12650fdc519b66f00e607eac42 Reviewed-on: https://gerrit.libreoffice.org/1491 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-12-21More String cleanup in filterRicardo Montania2-24/+23
Change-Id: Idf628ad51ebe9c841090a5e04c7986c15c726480 Reviewed-on: https://gerrit.libreoffice.org/1463 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann7-7/+0
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin7-64/+50
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-20String -> OUString in filterRicardo Montania2-100/+101
Change-Id: I5d7b3aa2348cb4f0e8b05be0777b510ec5eb5db5 Reviewed-on: https://gerrit.libreoffice.org/1420 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-19set a more sane default height on headerbarsCaolán McNamara1-1/+1
Change-Id: I2af5adb064888336dd1ea622bb274c45052e2e61
2012-12-14there was SearchAndReplace which replaces the first occurrenceIvan Timofeev1-8/+8
Change-Id: I2fd4356ed8dcf2567912e417aa57b12b4a23a245
2012-12-14Use replaceAll() correctlyTor Lillqvist1-8/+8
Change-Id: Ic109d8c4777c4e927d665a5dc5dd76061763ba11
2012-12-13Removed save to Office 6.0/95 formatsBryan Quigley6-6/+6
Change-Id: Ifeeb85afbd2531be772e27e10c6283158f0dac09
2012-12-13String removal in filterRicardo Montania2-57/+56
Change-Id: I170d132e9329dd58ed6dc9bbf4094c234d122592 Reviewed-on: https://gerrit.libreoffice.org/1309 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-62/+0
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-12-11fdo#57254: XHTML export: hidden text should not be visibleArne de Bruijn1-1/+1
Change-Id: I7bcad8ba3dd84974a997849347965d7e43f1922a
2012-12-11OUString::replaceAll unused resultsIvan Timofeev1-4/+4
Change-Id: I8d8dd139e57fb00decda8705157480439009cde8
2012-12-11String -> OUString in filterRicardo Montania1-14/+12
Change-Id: I9041129289c24c4ee8a7a6d50e34b785969e8204
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis26-26/+26
Change-Id: I692a9cfdca5ad50170eea2178a6aa87e8154b951
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-35/+32
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-12-09Python/pep8: fix E711 in filter/../pyAltFCFGMergeJulien Nabet1-4/+4
Change-Id: I0c6fab8829ad7cc434791a0ef1743eb1d50417d9
2012-12-08SVG: handle degenerate cases of the basic shapes correctlyChr. Rossmanith1-78/+80
Change-Id: I2dc488ba38ca5f63c716f5f7327b47769d289fff
2012-12-06just use return value optimizationCaolán McNamara1-2/+1
Change-Id: I2c7937c238d90192383e20923f62233821445c10
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann2-5/+3
Change-Id: Ia567a2e7f8089ad193af98443e5d662e744fcff7
2012-12-03fdo#57215: Fixed wrong text rotation in SVG ExportHoracio Fernandes1-0/+21
Added text rotation to "non-positioned characters" in SVG Export. Change-Id: I831644329625fa74e5a2436096d26ec22d8b0319 Reviewed-on: https://gerrit.libreoffice.org/1227 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon2-6/+7
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-11-30Revert "filter: try to use the Python implementation of FCFGMerge"Markus Mohrhard1-0/+5
This reverts commit ebb4150463ef97571d8f4ffc0b8189ff94d5cf1a.
2012-11-30filter: try to use the Python implementation of FCFGMergeMichael Stahl1-5/+0
... seems to work here, and if nobody complains about broken filter configurations we can remove the Java FCFGMerge implementation. Change-Id: I0cf2de604bb9c34678174bdf951e70d499ea7df1
2012-11-30filter: add missing dependencies on pythonMichael Stahl2-2/+5
Change-Id: Ibaf38ad8000f7c4276aed91250c4bff1c78dd091
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens19-54/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-29fix fdo#57647 intradocument xrefs broken in xhtmlPeter Jentsch1-1/+4
Change-Id: Idce1f295dbf74eb3f02da1f32f290c20126c516b
2012-11-29fix fdo#57641 table alignment broken in XHTML exportPeter Jentsch1-2/+10
Change-Id: Ibbb88c1ecaaac14866145753e383609db2a3dd1a
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann2-92/+7
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-28fdo#34897 numbers were wrong, code unnecessaryLennard1-8/+2
Text flow is perhaps not intended to specify rotation, created data may misbehave on other applications, and there is no reason for this unnecessary special case. (Especially obvious because there is no text flow that causes 180 deg rotation.) Theoretically, you could delete all three if-cases as in the earlier version of this patch, but that ?could? come at the cost of backwards compatibility. Change-Id: I0b1cac78e549c2126d7e45298629e28fc76ac95d Signed-off-by: Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1165 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2012-11-28fix fdo#40097 - Cross-references and TOC links broken in XHTML exportPeter Jentsch2-2/+2
Change-Id: I90bd2a8d5f788350f8f2bc8c443776e6598624b4
2012-11-27drop empty make ruleCaolán McNamara1-5/+0
Change-Id: I95b8c28a5f7ad7de8b51096fb44f98b48042ca8a
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch32-808/+27
Change-Id: I637531c09b391ef458ae6395518129d981662ff2 Reviewed-on: https://gerrit.libreoffice.org/1166 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-2/+1
Patch contributed by Christian Lippka impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx http://svn.apache.org/viewvc?view=revision&revision=1167619 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 cws mba34issues01: #i117719#: use correct resource ID http://svn.apache.org/viewvc?view=revision&revision=1172351 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Armin Le-Grand #118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested http://svn.apache.org/viewvc?view=revision&revision=1240195 fix for #118525#: Using primitives for chart sub-geometry visualisation http://svn.apache.org/viewvc?view=revision&revision=1226879 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 13f79535-47bb-0310-9956-ffa450edef68 Patch contributed by Regina Henschel linecap: Reintegrating finished LineCap feature http://svn.apache.org/viewvc?view=revision&revision=1232507 Patch contributed by Wang Lei (leiw) #i118760# split the first table cell vertically, then undo&redo, the Presentation app will crash http://svn.apache.org/viewvc?view=revision&revision=1301361 cleanup globlmn hacks, undo dependent fixmes.
2012-11-27Switch from python to python3Michael Stahl1-1/+1
Mac specific parts of patch by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
2012-11-26fdo#56598 - no whitespace after section numbers in XHTML exportPeter Jentsch1-1/+19
Change-Id: I437b936e37ab577f29736bf413312ba9af393987
2012-11-26fdo#57575 (xhtml hairline borders), fdo#57538 - xhtml right just borders.Peter Jentsch1-5/+6
Change-Id: I9788e80829e4e9af17b4e2fd203849ca0b5e9899
2012-11-26Add Emacs mode linesTor Lillqvist33-0/+33
Change-Id: I01be3f5438ccbe5afc0b35bbb44911d665cc19d0