summaryrefslogtreecommitdiff
path: root/svtools/source/control
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-9/+8
2015-11-12Encourage ValueSet to render a legend as well as an icon.Michael Meeks2-11/+71
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-147/+147
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-4/+4
2015-10-30com::sun::star->css in svtoolsNoel Grandin9-192/+192
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-4/+2
2015-10-27don't allocate uno::Reference on the heapNoel Grandin2-9/+8
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann2-7/+7
2015-10-19afl-eventtesting: div by zeroCaolán McNamara1-1/+1
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin2-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-4/+2
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-15convert Link<> to typedNoel Grandin1-1/+1
2015-10-14tdf#93390 correctly handle back-and-forth between numeric and text valueLionel Elie Mamane1-15/+16
2015-10-13cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-124/+124
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-07Abstract out repeated code into a lambdaStephan Bergmann1-32/+17
2015-10-04Prefer getSelectedFiles to getFiles (svtools)Julien Nabet1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann4-8/+8
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-7/+7
2015-09-20convert Link<> to typedNoel Grandin2-9/+6
2015-09-17unused headersCaolán McNamara1-1/+0
2015-09-16boost->stdCaolán McNamara2-9/+8
2015-09-15convert Link<> to typedNoel Grandin2-2/+2
2015-09-15convert Link<> to typedNoel Grandin1-6/+6
2015-09-11tdf#92145: Writer table rows/columns can't be resizedLászló Németh1-0/+6
2015-09-09convert Link<> to typedNoel Grandin1-2/+1
2015-09-08convert Link<> to typedNoel Grandin2-4/+2
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-09-07tdf#92357 clear tab type switcher button of rulerLászló Németh1-1/+1
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-8/+7
2015-09-04convert Link<> to typedNoel Grandin1-1/+1
2015-09-04convert Link<> to typedNoel Grandin1-11/+0
2015-09-04convert Link<> to typedNoel Grandin1-4/+0
2015-09-04convert Link<> to typedNoel Grandin2-6/+3
2015-08-31convert Link<> to typedNoel Grandin1-8/+1
2015-08-31convert Link<> to typedNoel Grandin1-4/+4
2015-08-31make Link<> typedNoel Grandin1-5/+3
2015-08-30tdf#93733: Assertion failed when clear font size field in paragraph styleJulien Nabet1-1/+1
2015-08-29Autocompletion should be case insensitiveSzymon Kłos1-1/+1
2015-08-29Breadcrumb: mouseover effectSzymon Kłos1-1/+34
2015-08-29Edit control with autocompletionSzymon Kłos1-0/+110