summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* V801: Decreased performanceCaolán McNamara2015-03-093-17/+17
| | | | Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
* v612: obfuscated if/gotoBjoern Michaelsen2015-03-061-9/+4
| | | | Change-Id: Ia12b325e41238b9e12e2f388273bd01b96d61c08
* V813: Decreased performanceCaolán McNamara2015-03-041-8/+4
| | | | Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
* TyposJulien Nabet2015-03-031-2/+2
| | | | Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
* convert GFF_ constants to enum classNoel Grandin2015-03-021-9/+9
| | | | Change-Id: I88469e8d6afb3fcefdaf285a56b7acd576bc8520
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-235-13/+13
| | | | | | | found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
* TyposJulien Nabet2015-02-211-1/+1
| | | | Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5
* Typo: containted->containedJulien Nabet2015-02-211-1/+1
| | | | Change-Id: I678c35ca2007169a38529b36fd31367bac4ed481
* Typo: trough->throughJulien Nabet2015-02-214-8/+8
| | | | Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
* Typos: caculate->calculate + acceses->accessesJulien Nabet2015-02-211-10/+10
| | | | Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda
* Remove unnecessary prefixesStephan Bergmann2015-02-201-1/+1
| | | | | | ...from .components that exclusively use constructors now Change-Id: I009f29a49d5be0aec32af8cfcae6fb8e2cd4f486
* tdf#65788: svg export - put transform attribute into text elementChr. Rossmanith2015-02-191-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>
* Typo in xsl: "page-layout-propertie" instead of "page-layout-properties"Julien Nabet2015-02-181-1/+1
| | | | Change-Id: Ie5a298886e3c6638b041600b82b642ac69f7f33b
* TyposJulien Nabet2015-02-181-1/+1
| | | | Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
* filter: use constructor for filter moduleChris Sherlock2015-02-184-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>
* Revert "filter: use constructor for filter module"Chris Sherlock2015-02-184-12/+46
| | | | This reverts commit a2b197ff1f7676c2314a312fa8f40c6bf8871c7c.
* filter: use constructor for filter moduleChris Sherlock2015-02-184-46/+12
| | | | Change-Id: I466fe67d7f7144a50bdf15f42f1d7f8dfb107418
* boost->stdCaolán McNamara2015-02-172-40/+40
| | | | Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
* tdf#64075 SVG Import: close non-closed filled polygonsVort2015-02-171-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>
* Bin wrong, misleading and pointless commentsTor Lillqvist2015-02-171-6/+0
| | | | Change-Id: I3d5218b4777f7a1f486b5d4faec1959ade39d123
* tdf#88431: Pass the selected Time Stamp Authority, if any, along to vclTor Lillqvist2015-02-174-2/+14
| | | | | | | Work in progress. If a TSA is selected, pass it along to the signature generation in vcl. Change-Id: Ibe105b6d02ab9241b93dd66ab3cb1fa8c6d10093
* tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist2015-02-174-0/+62
| | | | | | Work in progress. The selection not used for anything yet. Change-Id: Ia86fa0f59dcfee8e9d332a028a3fad37f4019fe0
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-14/+14
| | | | Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
* add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2015-02-161-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>
* TyposJulien Nabet2015-02-141-4/+4
| | | | Change-Id: Ia3382b3b233d416c946090fc670a0ff029851c2a
* coverity#1267690 Uncaught exceptionCaolán McNamara2015-02-071-1/+1
| | | | Change-Id: I38edf3f78d73c004cb85edd84a22dddc9d870f37
* filter: try to fix GCC 4.6 buildMichael Stahl2015-02-074-4/+4
| | | | Change-Id: I3fa777b2f2d155bbd8bebf58211446eb1fa458f6
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-068-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
* bnc#637947 improve DrawingML export of custom shapesAndras Timar2015-02-061-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>
* svx: remove silly castMichael Stahl2015-02-051-1/+1
| | | | Change-Id: Ia8097b6d92c9bc4e3841d96bcb8cd553969f54a0
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-02-041-4/+6
| | | | Change-Id: Ie7fa1318660b1647639fe09d5b6fe97e901e483a
* coverity#1242624 Untrusted loop boundCaolán McNamara2015-02-041-0/+6
| | | | Change-Id: I277e98156c9a9832d1f5e968e590356d14b91af6
* coverity#1267691 Uncaught exceptionCaolán McNamara2015-02-041-3/+1
| | | | | | | | and coverity#1267690 Uncaught exception Change-Id: I728fc0fb1c5e472ab40649e949499d98e3ee2b7f
* coverity#1267692 Uncaught exceptionCaolán McNamara2015-02-041-5/+1
| | | | Change-Id: I62c05d2baf7f46263468e194a1e947000ef7a1e3
* coverity#1267696 Uncaught exceptionCaolán McNamara2015-02-041-1/+1
| | | | Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d
* coverity#1267694 Uncaught exceptionCaolán McNamara2015-02-042-36/+28
| | | | Change-Id: Idfa32d54ed8af7eda823da2223cbaaf2f396e8d9
* Clean up some weird loggingTor Lillqvist2015-02-031-9/+9
| | | | Change-Id: I8da0a89b7d6e044af8188a87220c654cb7bf9d4d
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-02-021-1/+4
| | | | Change-Id: Idbe205df445b29e7a121e93dbd74b2578199699b
* coverity#1242624 Untrusted loop boundCaolán McNamara2015-02-021-4/+11
| | | | Change-Id: Idf52c09828c2bab767e9ff0d07b61befd6bfc64b
* this cannot happen in realityCaolán McNamara2015-02-011-1/+1
| | | | Change-Id: I6b8b447763cc61e9dfef6d4ba122384482078d84
* remove unused typedefsNoel Grandin2015-01-281-1/+0
| | | | | | | | | found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-1/+2
| | | | | | | | | | ...by adding some further SAL_DLLPUBLIC_RTTI type annotations (cf. b4f6b26b5a1a78fecfa95ec2eb7ac8b80495d8aa "SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM") and by making sure relevant function types do not use incomplete types in their parameter and return types (which would make the RTTI hidden). Change-Id: Id7aadcbc0704b9759968ae36266fc9ce11a2e340
* coverity#1266495 Untrusted loop boundCaolán McNamara2015-01-261-0/+8
| | | | Change-Id: Ia96b29f291cf4dc97d2a4998850d641f16cb2a01
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-7/+7
| | | | | | | | | | This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-266-22/+22
| | | | | | | | | | Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
* coverity#1266494 Untrusted value as argumentCaolán McNamara2015-01-251-1/+9
| | | | Change-Id: I220e582cd75199b5619c2ad7607392b078ab3956
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-01-251-1/+5
| | | | Change-Id: Id2a102fae99ecf938ac8f326e358785581d6f986
* coverity#1266496 Untrusted loop boundCaolán McNamara2015-01-251-0/+9
| | | | Change-Id: Ibab7f84940f6eec75bc3ee914bac59a07689a80c
* coverity#984091 Uninitialized scalar fieldCaolán McNamara2015-01-251-0/+3
| | | | Change-Id: Ie0d90edb26fe2704192895a2b456a37f3d500a17
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-2/+2
| | | | Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81