summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* check only Column elements when computing column indexDavid Tardon2016-11-021-3/+3
* check only Row elements when computing row indexDavid Tardon2016-11-021-3/+3
* rhbz#1390776 check only Row elements when computing row indexDavid Tardon2016-11-021-3/+3
* Decrease SpreadsheetML import time to prevent "General input/output error"Шиповський Роман2016-11-011-2/+2
* filter: use comphelper::containerToSequence() in ImpPDFTabDialogMiklos Vajna2016-10-271-61/+17
* Revert "clang plugin for push_back after using sized constructor"Stephan Bergmann2016-10-261-2/+1
* try and silence coverity#1374267 Out-of-bounds accessCaolán McNamara2016-10-261-11/+12
* The default std::less<sal_uInt16> is fineTakeshi Abe2016-10-262-12/+2
* Simplify code furtherStephan Bergmann2016-10-242-9/+3
* fixes for >>= with rhs AnyJochen Nitschke2016-10-242-7/+4
* clang plugin for push_back after using sized constructorCaolán McNamara2016-10-211-1/+2
* loplugin:expandablemethodds in include/filterNoel Grandin2016-10-212-2/+2
* implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara2016-10-211-37/+105
* split MSCodec_Std97 into a baseclass MSCodec97Caolán McNamara2016-10-211-15/+19
* move some useful header information to mscodec for reuseCaolán McNamara2016-10-211-0/+20
* be more c++yCaolán McNamara2016-10-201-6/+2
* Any can't be nested ...Jochen Nitschke2016-10-201-18/+0
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-192-2/+2
* two elements at the same packing positionCaolán McNamara2016-10-191-3/+3
* loplugin:expandablemethodds in filter..formsNoel Grandin2016-10-1910-29/+5
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1
* clang-cl loplugin: filterStephan Bergmann2016-10-162-2/+2
* Revert "Better wording in UI for in case of PDF export from Calc - tdf#90436"Samuel Mehrbrodt2016-10-141-1/+1
* Better wording in UI for in case of PDF export from Calc - tdf#90436Cor Nouws2016-10-141-1/+1
* loplugin:mergeclasses ImplEESdrWriter with ImplEscherExSdrNoel Grandin2016-10-133-68/+38
* loplugin:unnecessaryoverride in extensions..filterNoel Grandin2016-10-122-7/+0
* improve comment about non-BMP code points in RTFMichael Stahl2016-10-111-0/+3
* Comment about state of non-BMP Unicode chars in RTFStephan Bergmann2016-10-111-0/+8
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-103-7/+7
* filter: don't loose signing description during pdf exportMiklos Vajna2016-10-071-1/+4
* InfoFont/Color is not used by vcl nowCaolán McNamara2016-10-051-1/+1
* convert the last two lonely FixedInfos to FixedTextCaolán McNamara2016-10-052-2/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-0522-70/+70
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-0517-66/+66
* Fix typosAndrea Gelmini2016-10-0311-18/+18
* loplugin:constantparamNoel Grandin2016-09-301-3/+2
* coverity#1371147 avoid Missing move assignment operatorCaolán McNamara2016-09-291-9/+3
* Actually, just get rid of these file-local const variablesTor Lillqvist2016-09-271-13/+8
* tdf#38835 - strip out non-trivial globals before mainRosen2016-09-271-4/+4
* loplugin:loopvartoosmall, use size_t for loop varsMarkus Mohrhard2016-09-261-2/+2
* improve scopingCaolán McNamara2016-09-251-11/+9
* fix denglish commentMichael Stahl2016-09-231-1/+1
* Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann2016-09-201-15/+15
* loplugin:unusedfieldsNoel Grandin2016-09-202-5/+0
* loplugin:unusedenumvaluesNoel Grandin2016-09-191-2/+1
* filter: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-09-162-4/+4
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-165-17/+5
* loplogin:singlevalfields in include/Noel Grandin2016-09-162-21/+3
* use std::unique_ptrCaolán McNamara2016-09-152-27/+13
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-159-37/+37