summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24fix typo in variable nameChr. Rossmanith2-13/+13
mbIsPlacehlolderShape -> mbIsPlaceholderShape Change-Id: Ie01335293a3acd6da628e7ea123e10f77c1513da Reviewed-on: https://gerrit.libreoffice.org/14991 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2015-03-24Unitialized use of mbSkipImages (as found by UBSan)Stephan Bergmann1-1/+2
Change-Id: I787d7b925d12eec7ac8a5a2901004e09cfab114d
2015-03-24SkipImages option for document importLászló Németh1-5/+9
This option allows images and drawings to be skipped while importing DOC and DOCX, for text-only conversion or indexing. Change-Id: Id4bfbbe48d8a8e970b1cb5922187768bf94dc918 Reviewed-on: https://gerrit.libreoffice.org/14733 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org>
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás1-0/+42
DOC export has a good approximating algorithm for that so use it everywhere. In RTF case use the default color table which is added also by MSO Word. With that highlight colors are also added to the table. Change-Id: Ie4827a933c316d4dc0c0c7a32d8cf319477d1bf9
2015-03-19CppCheck cleaning : unnecessary assignmentMichaël Lefèvre1-1/+0
Change-Id: I1e2562631f37befc75879a8095740835f050afb2 Reviewed-on: https://gerrit.libreoffice.org/14856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-19loplugin:constantfunction: filterNoel Grandin12-117/+12
Change-Id: I11e616ec1e3249573797bd2a4bb2b52f11c115ee
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin2-8/+0
Change-Id: I42479fb10878a0a1c2071f7b35ae375061781d40
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin11-22/+22
Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin14-43/+43
of which there are several. There are some issues here I am unsure of - the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids Perhaps I should change them to use the common values and create new enum values where necessary? - the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff numeric values to the underlying code, but perhaps further fixing is necessary? Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-4/+21
...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2-16/+18
...in preparation of enabling the __attribute__((format(...))) in sal_detail_logFormat (include/sal/detail/log.h) Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
2015-03-12TyposJulien Nabet1-1/+1
Change-Id: I55d7440ba5bee16bbce5930c81c604858131b5c7
2015-03-11redundant checkCaolán McNamara2-4/+2
Change-Id: Id6b72a1a3133e47a07ee274f4082dde0e7032894
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara6-363/+329
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
2015-03-09V801: Decreased performanceCaolán McNamara3-17/+17
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
2015-03-06v612: obfuscated if/gotoBjoern Michaelsen1-9/+4
Change-Id: Ia12b325e41238b9e12e2f388273bd01b96d61c08
2015-03-04V813: Decreased performanceCaolán McNamara1-8/+4
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
2015-03-03TyposJulien Nabet1-2/+2
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
2015-03-02convert GFF_ constants to enum classNoel Grandin1-9/+9
Change-Id: I88469e8d6afb3fcefdaf285a56b7acd576bc8520
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin5-13/+13
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
2015-02-21TyposJulien Nabet1-1/+1
Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5
2015-02-21Typo: containted->containedJulien Nabet1-1/+1
Change-Id: I678c35ca2007169a38529b36fd31367bac4ed481
2015-02-21Typo: trough->throughJulien Nabet4-8/+8
Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet1-10/+10
Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda
2015-02-20Remove unnecessary prefixesStephan Bergmann1-1/+1
...from .components that exclusively use constructors now Change-Id: I009f29a49d5be0aec32af8cfcae6fb8e2cd4f486
2015-02-19tdf#65788: svg export - put transform attribute into text elementChr. Rossmanith1-15/+16
if transform is put into an inner tspan element rotated text isn't rendered rotated Change-Id: I6fcab1db0e213c65fe8ba88a7694fd10c902bfec Reviewed-on: https://gerrit.libreoffice.org/14314 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2015-02-18Typo in xsl: "page-layout-propertie" instead of "page-layout-properties"Julien Nabet1-1/+1
Change-Id: Ie5a298886e3c6638b041600b82b642ac69f7f33b
2015-02-18TyposJulien Nabet1-1/+1
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
2015-02-18filter: use constructor for filter moduleChris Sherlock4-46/+12
Change-Id: Ic03555dc06909da1c60c8edc7aa17d4cb41c468b Reviewed-on: https://gerrit.libreoffice.org/14533 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-02-18Revert "filter: use constructor for filter module"Chris Sherlock4-12/+46
This reverts commit a2b197ff1f7676c2314a312fa8f40c6bf8871c7c.
2015-02-18filter: use constructor for filter moduleChris Sherlock4-46/+12
Change-Id: I466fe67d7f7144a50bdf15f42f1d7f8dfb107418
2015-02-17boost->stdCaolán McNamara2-40/+40
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
2015-02-17tdf#64075 SVG Import: close non-closed filled polygonsVort1-0/+7
Change-Id: I26335c88cd3fd6644e122c8c525bf319cb09f4db Reviewed-on: https://gerrit.libreoffice.org/14475 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-17Bin wrong, misleading and pointless commentsTor Lillqvist1-6/+0
Change-Id: I3d5218b4777f7a1f486b5d4faec1959ade39d123
2015-02-17tdf#88431: Pass the selected Time Stamp Authority, if any, along to vclTor Lillqvist4-2/+14
Work in progress. If a TSA is selected, pass it along to the signature generation in vcl. Change-Id: Ibe105b6d02ab9241b93dd66ab3cb1fa8c6d10093
2015-02-17tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist4-0/+62
Work in progress. The selection not used for anything yet. Change-Id: Ia86fa0f59dcfee8e9d332a028a3fad37f4019fe0
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-14/+14
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
to reduce code clutter like pLbSelect->GetEntryData(pLbSelect->GetSelectEntryPos()) since this is a fairly frequent operation. Change-Id: I41daf30fdeda2442ad1ac829e12f553233bae184 Reviewed-on: https://gerrit.libreoffice.org/14472 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-14TyposJulien Nabet1-4/+4
Change-Id: Ia3382b3b233d416c946090fc670a0ff029851c2a
2015-02-07coverity#1267690 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I38edf3f78d73c004cb85edd84a22dddc9d870f37
2015-02-07filter: try to fix GCC 4.6 buildMichael Stahl4-4/+4
Change-Id: I3fa777b2f2d155bbd8bebf58211446eb1fa458f6
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage8-42/+44
Deprecated comphelper/sequenceasvector.hxx. Rewritten code using it. Using instead the functions containerToSequence and sequenceToContainer, found in include/comphelper/sequence.hxx. One class that inherits from it (in framework/inc/stdtypes.h), and the code using that has been left. Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: writerfilter/source/dmapper/DomainMapper.cxx writerfilter/source/dmapper/TblStylePrHandler.hxx writerfilter/source/dmapper/WrapPolygonHandler.hxx Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061
2015-02-06bnc#637947 improve DrawingML export of custom shapesAndras Timar1-0/+1
Change-Id: Iaa880528cf3c899ce66e4349c6d989dfbe5cbeb6 Reviewed-on: https://gerrit.libreoffice.org/14346 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-02-05svx: remove silly castMichael Stahl1-1/+1
Change-Id: Ia8097b6d92c9bc4e3841d96bcb8cd553969f54a0
2015-02-04coverity#1266492 Untrusted value as argumentCaolán McNamara1-4/+6
Change-Id: Ie7fa1318660b1647639fe09d5b6fe97e901e483a
2015-02-04coverity#1242624 Untrusted loop boundCaolán McNamara1-0/+6
Change-Id: I277e98156c9a9832d1f5e968e590356d14b91af6
2015-02-04coverity#1267691 Uncaught exceptionCaolán McNamara1-3/+1
and coverity#1267690 Uncaught exception Change-Id: I728fc0fb1c5e472ab40649e949499d98e3ee2b7f
2015-02-04coverity#1267692 Uncaught exceptionCaolán McNamara1-5/+1
Change-Id: I62c05d2baf7f46263468e194a1e947000ef7a1e3
2015-02-04coverity#1267696 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d
2015-02-04coverity#1267694 Uncaught exceptionCaolán McNamara2-36/+28
Change-Id: Idfa32d54ed8af7eda823da2223cbaaf2f396e8d9