summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann23-331/+331
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-2/+9
2015-10-20loplugin:defaultparamsStephan Bergmann4-4/+4
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin2-4/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-27/+27
2015-10-12convert Link<> to typedNoel Grandin2-13/+11
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-4/+3
2015-10-08Call WritePS with length argument, where knownStephan Bergmann4-12/+12
2015-10-08Use OString to dynamically assemble a stringStephan Bergmann1-7/+1
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara3-13/+16
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara1-3/+16
2015-10-07loplugin:mergeclassesNoel Grandin1-16/+3
2015-10-07loplugin:mergeclassesNoel Grandin2-16/+9
2015-10-02loplugin:unusedmethods in vclNoel Grandin3-21/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-8/+8
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-11/+0
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl2-7/+3
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-03convert Link<> to typedNoel Grandin2-5/+3
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-9/+9
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin3-7/+4
2015-08-25fixes a memory leak that appeared in tdf#93392 valgrind traceDennis Francis1-0/+2
2015-08-20loplugin:cstylecastNoel Grandin1-1/+1
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-1/+5
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-16Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung1-0/+3
2015-08-11loplugin: defaultparamsNoel Grandin2-4/+4
2015-08-05loplugin:unusedmethodsNoel Grandin1-7/+0
2015-08-01Move fix for tdf#89231 to a better placeKhaled Hosny1-6/+4
2015-07-14Revert "Revert "WaE: comparison of integers of different signs""Michael Stahl1-2/+4
2015-07-14Revert "WaE: comparison of integers of different signs"Michael Stahl1-2/+2
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens2-0/+10
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin1-7/+0
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-6/+4
2015-06-27coverity#1308603 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1