summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara
2015-11-13svtools: make this condition readableMichael Stahl
2015-11-13svtools: remove pointless sal_uLong castMichael Stahl
2015-11-13svtools: rename global variablesMichael Stahl
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-12Encourage ValueSet to render a legend as well as an icon.Michael Meeks
2015-11-12svtools: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12svtools: boost::ptr_vector->std::vectorNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10Missing includesAshod Nakashian
2015-11-10This language string should be more consistentAdolfo Jayme Barrientos
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-11-08Fix property name: ModuleName -> ModuleIdentifierMaxim Monastirsky
2015-11-06Add title to image export options dialogYousuf Philips
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-10-30com::sun::star->css in svtoolsNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30tdf#90987: SlideSorterBarOptions was missing Commit() tooKatarina Behrens
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-10-27tdf#60906 make color configuration consistentFeyza Yavuz
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-21drop unused stuff scheduled to be removed 'before the next major'Caolán McNamara
2015-10-21afl-eventtesting: crash when accelerator processed after frame is disposedCaolán McNamara
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-20sc: initial png exportMiklos Vajna
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19afl-eventtesting: div by zeroCaolán McNamara
2015-10-19Writer image export: cmd. line, default to white backgroundTomaž Vajngerl
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-18mark number as untranslatableStanislav Horacek
2015-10-16convert Link<> to typedNoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15simplify the CellController modify Link<> handlingNoel Grandin
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-15convert Link<> to typedNoel Grandin
2015-10-14tdf#93390 correctly handle back-and-forth between numeric and text valueLionel Elie Mamane
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-10cppcheck: redundantCopyCaolán McNamara