summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/oleprops.cxx
AgeCommit message (Expand)Author
2019-11-02ofz#18620 TimeoutCaolán McNamara
2019-05-27Update URLAndrea Gelmini
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-02-08Use for-range loops in sfx2 (part2)Julien Nabet
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin
2017-11-08ofz#4106 Integer-overflowCaolán McNamara
2017-11-07ofz#3577 TimeoutCaolán McNamara
2017-11-03ofz#3577 TimeoutCaolán McNamara
2017-10-21check seeks earlierCaolán McNamara
2017-10-20ensure init codepage on short readCaolán McNamara
2017-10-09ofz#3577: speed up short readsCaolán McNamara
2017-09-26fail earlier on bad offsetsCaolán McNamara
2017-09-25pptfuzzer timeoutCaolán McNamara
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
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-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-20it's no use to check for stream status after a seekCaolán McNamara
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin