summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
AgeCommit message (Expand)Author
2018-03-26sfx2 store: avoid rename() for files with >1 hard link countMiklos Vajna
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-13tdf#116117 sfx2 store: don't inherit temp file permissions when renamingMiklos Vajna
2018-02-26tdf#115742: allow ignoring stale lockfile on saveMike Kaganski
2018-02-18Improve diagnostic outputStephan Bergmann
2018-02-09tdf#108210: Allow to ignore a lock file if there's no filesystem lockMike Kaganski
2018-01-29loplugin:useuniqueptr in SfxMedium_ImplNoel Grandin
2018-01-24loplugin:constparamsNoel Grandin
2018-01-18sfx2 store: create temp files next to local files (storage case)Miklos Vajna
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2018-01-12ODT export: handle NoFileSync store optionMiklos Vajna
2018-01-10sfx2 store: add API to allow avoiding the fsync of the output fileMiklos Vajna
2018-01-09sfx2 store: avoid custom parent for tempfiles during loadMiklos Vajna
2018-01-09sfx2 store: try rename before copyingMiklos Vajna
2018-01-09sfx2 store: create temp files next to local filesMiklos Vajna
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin
2017-11-22drop duplicate methodCaolán McNamara
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22Don't crash when opening templates via WebDAVJan-Marek Glogowski
2017-09-05tdf#109202: pass arg of --convert-images-to to (f)odt filterKatarina Behrens
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20sfx2: Fix a memory leak in SfxMedium::GetStorage()Takeshi Abe
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-06-22Improve tdf#106942: always erase empty/corrupt lockfileJuergen Funk
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-06-06tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara
2017-03-26Fix typosAndrea Gelmini
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-03-07remove dead codeJochen Nitschke
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-02-10convert InsertOperation to scoped enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-10sfx2: fix showing PDF signaturesMiklos Vajna
2016-11-07sfx2: introduce a new .uno:SignPDFMiklos Vajna
2016-11-07tdf#62625 - reopen temp stream to readBasic .xls VBAJustin Luth
2016-10-27loplugin:expandablemethods in sfx2Noel Grandin