summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/xtempfile.cxx
AgeCommit message (Expand)Author
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
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02drop prefix from ::cssThomas Arnhold
2013-03-12Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-11-27remove include of och header from unotoolsNorbert Thiebaud
2011-07-18Remove an unused #defineFrancois Tigeot
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan