summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-30loplugin:saloverrideStephan Bergmann
2014-03-30Resolves: fdo#76802 error msg in Web Page Wizard dialogJulien Nabet
2014-03-30close the opened document correctlyDavid Tardon
2014-03-30sync cxx file names with class namesDavid Tardon
2014-03-30reduce the amount of copypastaDavid Tardon
2014-03-30move the writerperfect import tests to slowcheckDavid Tardon
2014-03-30add a smoketest for wpftdraw import libraryDavid Tardon
2014-03-30add a smoketest for wpftwriter import libraryDavid Tardon
2014-03-30avoid out-of-bounds accessDavid Tardon
2014-03-30remove one more merge markerMarkus Mohrhard
2014-03-30set first position and then size, fdo#75075Markus Mohrhard
2014-03-30add test for fdo#74619Markus Mohrhard
2014-03-30enable smoothed property export for line charts, fdo#74619Markus Mohrhard
2014-03-30adapt smooth import to OOXML and not to MSO 2007Markus Mohrhard
2014-03-30export smooth property correctly to OOXML, fdo#74619Markus Mohrhard
2014-03-30vcl-osx fix: 'NSEvent' may not respond to '-magnification'Douglas Mencken
2014-03-30coverity#735942 Unchecked dynamic_castMiklos Vajna
2014-03-30coverity#735940 Unchecked dynamic_castMiklos Vajna
2014-03-30OUString: avoid temporaries and constifyMatteo Casalin
2014-03-30sal_uInt16 to sal_uLongMatteo Casalin
2014-03-30OUString: constify and avoid some temporariesMatteo Casalin
2014-03-30Constify, reduce scope, use proper types and avoid some castsMatteo Casalin
2014-03-30OUString: constify, avoid concatenated appends, use != or ==Matteo Casalin
2014-03-30Remove unneeded variablesMatteo Casalin
2014-03-30Constify some OUStrings and avoid some appendsMatteo Casalin
2014-03-30Use more consistent integer types, constify and reduce scopeMatteo Casalin
2014-03-30OUStringBuffer to OUString and optimize related codeMatteo Casalin
2014-03-30Remove temporary OUStringsMatteo Casalin
2014-03-30Use more consistent integer types + constifyMatteo Casalin
2014-03-30Some more conversion to consinstent integer typesMatteo Casalin
2014-03-30Avoid some OUString concatenationsMatteo Casalin
2014-03-30OUString: use isEmpty instead of getLength()==0Matteo Casalin
2014-03-30Use more consistent integer types + constifyMatteo Casalin
2014-03-30Do not use accessors for private variablesMatteo Casalin
2014-03-30This file level variable can be staticMatteo Casalin
2014-03-30Constify some variablesMatteo Casalin
2014-03-30sal_uInt16 to sal_Int32Matteo Casalin
2014-03-30OUString: remove temporaries and repeated expressionsMatteo Casalin
2014-03-30Do not evaluate the same expression 10 timesMatteo Casalin
2014-03-30Check early bail-out before performing unrelated operationsMatteo Casalin
2014-03-30Removed OSL_ENSURE since condition cannot happenMatteo Casalin
2014-03-30sal_uInt16: to sal_Int32/long, constify, reworked some castsMatteo Casalin
2014-03-30Remove consecutive appends + minor optimizationsMatteo Casalin
2014-03-30Constify and reduce scopeMatteo Casalin
2014-03-30Remove unneeded (and probably wrong) cast to sal_BoolMatteo Casalin
2014-03-30OUString: constify and remove unneeded castsMatteo Casalin
2014-03-30sal_uInt16 to size_t/sal_Int32Matteo Casalin
2014-03-30sal_uInt16/short to sal_Int16 + minor optimizationsMatteo Casalin
2014-03-30Rework SwFrmPage::GetAlignmentMatteo Casalin
2014-03-30Use SAL_N_ELEMENTS for array sizeMatteo Casalin