summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-5/+1
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin1-2/+1
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-8/+2
2021-06-01no need to allocate these on the heapNoel Grandin2-3/+5
2021-05-07convert sal_uLong in sotNoel Grandin8-43/+43
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-2/+2
2021-04-12update PCHsCaolán McNamara1-2/+1
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21update pchesCaolán McNamara1-2/+1
2021-03-18sot: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna1-14/+0
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+3
2021-03-06update pchesJulien Nabet1-2/+1
2021-02-23update pchesCaolán McNamara1-1/+2
2021-02-20loplugin:refcounting in sotNoel1-6/+4
2021-02-19update pchesCaolán McNamara1-2/+1
2021-02-08update pchesCaolán McNamara1-1/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+6
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara3-24/+5
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist1-1/+1
2021-01-14Make SotExchange::GetFormat() accept a MIME type with additional parametersTor Lillqvist1-1/+7
2021-01-14flatten formats data in SotStorageNoel Grandin1-32/+23
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara1-2/+2
2020-12-22oss-fuzz: xlsxfuzzer doesn't pass sanity checkCaolán McNamara2-3/+13
2020-12-22split SotStorageStream into two classesNoel1-107/+56
2020-12-18throw exception in SvStream when reading past end of fileNoel1-2/+11
2020-12-04update pchesCaolán McNamara1-1/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-19tdf#123936 Formatting files in module sot with clang-formatPhilipp Hofer1-4/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+2
2020-10-22long->tools::Long in slideshow..starmathNoel2-2/+2
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-2/+1
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+1
2020-08-19update pchesCaolán McNamara1-1/+2
2020-08-12expand out DELETEZNoel Grandin1-2/+6
2020-07-12update pchesCaolán McNamara1-2/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sotStephan Bergmann1-2/+2
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-1/+2
2020-04-15loplugin:buriedassign in sfx2..sotNoel Grandin2-2/+6
2020-03-12Revert "loplugin:constfields in smoketest..sot"Noel Grandin4-11/+11
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+3
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten1-1/+1
2019-12-22sal_Char->char in sot..storeNoel Grandin2-2/+2
2019-11-24cppcheck: performing init in init list (sot/svl/svtools/svx)Julien Nabet1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-4/+15
2019-11-03loplugin:stringaddNoel Grandin1-6/+3
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-6/+4