summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/xtempfile.cxx
AgeCommit message (Expand)Author
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin
2024-05-16loplugin:ostr in unotoolsNoel Grandin
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-06-04Use getXWeak in unotoolsMike Kaganski
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin
2022-01-11tdf#146375 Cannot rename user-defined categories in template managerNoel Grandin
2021-12-25osl::Mutex->std::mutex in OTempFileServiceNoel Grandin
2021-06-30fix failure in JunitTest_unotools_complexNoel Grandin
2021-06-29use std::optional in OTempFileServiceNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-21tdf#135316 remove OTempFileService pessimisationNoel Grandin
2020-07-09unotools: create instances with uno constructorsNoel Grandin
2020-02-27tdf#42982 added description on RuntimeException for unotoolsAlanTang
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 2Noel Grandin
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara
2017-06-17use local statics in getTypes functionsJochen Nitschke
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: unotoolsStephan Bergmann
2017-05-19loplugin:stringcopy: unotoolsStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-09New loplugin:externvar: unotoolsStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-04reduce unnecessary reallocingNoel Grandin
2016-02-11OTempFileService: avoid manually deleting mpTempFileMiklos Vajna
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-19add implementation for theServiceDocumenter singletonBjoern Michaelsen
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-11fix-includes.pl: unotoolsThomas Arnhold
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
2014-01-28bool improvementsStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin