summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2018-10-19simplify expressionCaolán McNamara1-2/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-2/+2
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin6-28/+12
2018-10-09loplugin:constfields in smoketest..sotNoel Grandin4-11/+11
2018-09-18tdf#118784 sot: lower priority of RTF clipboard format on macOSMiklos Vajna2-0/+9
2018-09-17New loplugin:externalStephan Bergmann2-4/+4
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin2-3/+0
2018-08-17Avoid further downstream overflowStephan Bergmann4-11/+11
2018-07-31Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-07-31Fix typosAndrea Gelmini1-3/+3
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin4-17/+8
2018-07-23make some fields in StgCache privateNoel Grandin2-4/+4
2018-07-12return SvMemoryStream by std::unique_ptrNoel Grandin1-5/+3
2018-07-11clean up UNO available() implementationsNoel Grandin1-9/+2
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin4-16/+15
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-4/+8
2018-05-18loplugin:unusedfields in sfx2Noel Grandin2-3/+4
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke1-2/+1
2018-04-07tdf#89453 - Improve the wording of "Paste Special" optionsheiko tietze1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke2-2/+0
2018-04-01Fix typoAndrea Gelmini1-1/+1
2018-03-29tdf#115574 sot: fix Excel -> Writer pasteMiklos Vajna4-15/+70
2018-02-07ofz: Pos2Page returns true on same value that returned false previouslyCaolán McNamara5-47/+63
2018-02-06pOptionalCalcSize is never nullCaolán McNamara2-7/+5
2018-02-02sot: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-10/+0
2018-01-29ofz#2976 TimeoutCaolán McNamara4-4/+4
2018-01-28ofz#5747 short->sal_Int32 like in StgDataStrmCaolán McNamara1-4/+4
2018-01-19new loplugin:emptyifNoel Grandin1-3/+0
2018-01-15remove local copies of std::min,std::maxNoel Grandin1-3/+1
2018-01-15More loplugin:cstylecast: sotStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: sotStephan Bergmann10-43/+43
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin3-10/+10
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin1-1/+1
2017-12-21new loplugin: convertlongNoel Grandin2-9/+9
2017-12-13tools: remove unused #include from solar.hMichael Stahl2-0/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-12-08tdf#114243 sot: catch exceptions in SotStorage::GetFormatID()Michael Stahl1-1/+9
2017-11-29ofz#4476 Integer-overflowCaolán McNamara1-2/+3
2017-11-29loplugin:unusedmethodsNoel Grandin2-22/+0
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-2/+2
2017-11-22drop duplicate methodCaolán McNamara3-4/+4
2017-11-20sot: Simplify UCBStorageElement_Impl with std::unique_ptrTakeshi Abe1-29/+16
2017-11-16ofz#4079 check for error earlierCaolán McNamara1-2/+5
2017-11-13SotClipboardFormatId::STRING_TSVC "Unformatted text [TSV-Calc]", tdf#113571Eike Rathke1-1/+2
2017-11-13sot: Simplify SotData_Impl with std::unique_ptrTakeshi Abe1-26/+13
2017-11-04ofz short read considered as a successful full block readCaolán McNamara1-11/+24
2017-11-02improve constparam lopluginNoel Grandin1-2/+2