summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin2-10/+10
2017-03-09No need for extra heap allocationStephan Bergmann3-132/+130
2017-03-08loplugin:loopvartoosmallStephan Bergmann5-13/+13
2017-03-06convert eHtmlMetas to scoped enumNoel Grandin1-42/+42
2017-03-06convert HTMLTableRules to scoped enumNoel Grandin1-5/+5
2017-03-06convert HTMLTableFrame to scoped enumNoel Grandin1-9/+9
2017-03-06convert HTMLInputType to scoped enumNoel Grandin1-13/+13
2017-03-06convert HTMLScriptLanguage to scoped enumNoel Grandin1-6/+6
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-3/+3
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin2-62/+30
2017-03-03Remove redundant 'inline' keywordStephan Bergmann10-44/+44
2017-03-03Fix typosAndrea Gelmini5-9/+9
2017-03-02don't need this STL hack anymoreNoel Grandin1-1/+1
2017-03-02no need to use smart pointers for DataFlavorExVectorJochen Nitschke3-50/+40
2017-02-28new loplugin unoanyNoel Grandin2-2/+2
2017-02-27tdf#105299 Dialogs must not be resizableheiko tietze2-0/+2
2017-02-23loplugin:unusedmethodsNoel Grandin3-64/+0
2017-02-21loplugin:unusedmethodsNoel Grandin2-20/+0
2017-02-21loplugin:subtlezeroinit: svtoolsStephan Bergmann5-7/+7
2017-02-21remove unused enumerators from WindowTypeNoel Grandin1-2/+1
2017-02-20Resolves: tdf#97731 allow status bar to adapt to its own preferred sizeCaolán McNamara2-10/+14
2017-02-16tdf#100726 Improved readability of OUString concatenationsFakabbir Amin4-56/+46
2017-02-15remove unused AccessibilityChanged from SfxHintId enumNoel Grandin1-3/+1
2017-02-15convert SvxIconChoiceCtrlTextMode to scoped enumNoel Grandin3-19/+6
2017-02-15convert SvxIconChoiceCtrlPositionMode to scoped enumNoel Grandin3-9/+5
2017-02-14vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna1-0/+0
2017-02-14remove unused Border from RulerIndentStyle enumNoel Grandin1-18/+9
2017-02-14convert SvParserState to scoped enumNoel Grandin3-44/+40
2017-02-14convert svt::table::TableArea to scoped enumNoel Grandin4-17/+12
2017-02-14convert to EnumerationResult to scoped enumNoel Grandin4-16/+12
2017-02-14Convert WindowType to scoped enumNoel Grandin5-13/+13
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna2-5/+5
2017-02-10convert ConfigNameFormat to scoped enumNoel Grandin1-1/+1
2017-02-10convert EItem to scoped enumNoel Grandin7-22/+14
2017-02-09tdf#105672 framework managed menu buttonMaxim Monastirsky2-0/+123
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-4/+4
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin1-24/+25
2017-02-08This is only used within vclKhaled Hosny1-1/+0
2017-02-08loplugin:unreffunStephan Bergmann1-24/+0
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara2-181/+94
2017-02-08drop unused error stringsCaolán McNamara1-22/+6
2017-02-08move the extra data of ERRCODE_SFXMSG_STYLEREPLACE out of the .srcCaolán McNamara1-5/+3
2017-02-08tdf#105814 enable localization of "host" and "port" in sample addressesAndras Timar2-1/+9
2017-02-08Blind fix for apparently buggy GCC 4.8Stephan Bergmann1-46/+46
2017-02-08Clean up curious by-4/by-2 loop indicesStephan Bergmann1-12/+11
2017-02-08Use OUStringLiteralStephan Bergmann1-51/+48
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl1-33/+32
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin1-32/+33
2017-02-07convert IcnViewFieldType to scoped enumNoel Grandin2-11/+10
2017-02-06Add missing #includesStephan Bergmann12-0/+13