summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'inline' keywordStephan Bergmann2017-03-0310-44/+44
* Fix typosAndrea Gelmini2017-03-035-9/+9
* don't need this STL hack anymoreNoel Grandin2017-03-021-1/+1
* no need to use smart pointers for DataFlavorExVectorJochen Nitschke2017-03-023-50/+40
* new loplugin unoanyNoel Grandin2017-02-282-2/+2
* tdf#105299 Dialogs must not be resizableheiko tietze2017-02-272-0/+2
* loplugin:unusedmethodsNoel Grandin2017-02-233-64/+0
* loplugin:unusedmethodsNoel Grandin2017-02-212-20/+0
* loplugin:subtlezeroinit: svtoolsStephan Bergmann2017-02-215-7/+7
* remove unused enumerators from WindowTypeNoel Grandin2017-02-211-2/+1
* Resolves: tdf#97731 allow status bar to adapt to its own preferred sizeCaolán McNamara2017-02-202-10/+14
* tdf#100726 Improved readability of OUString concatenationsFakabbir Amin2017-02-164-56/+46
* remove unused AccessibilityChanged from SfxHintId enumNoel Grandin2017-02-151-3/+1
* convert SvxIconChoiceCtrlTextMode to scoped enumNoel Grandin2017-02-153-19/+6
* convert SvxIconChoiceCtrlPositionMode to scoped enumNoel Grandin2017-02-153-9/+5
* vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna2017-02-141-0/+0
* remove unused Border from RulerIndentStyle enumNoel Grandin2017-02-141-18/+9
* convert SvParserState to scoped enumNoel Grandin2017-02-143-44/+40
* convert svt::table::TableArea to scoped enumNoel Grandin2017-02-144-17/+12
* convert to EnumerationResult to scoped enumNoel Grandin2017-02-144-16/+12
* Convert WindowType to scoped enumNoel Grandin2017-02-145-13/+13
* vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna2017-02-132-5/+5
* convert ConfigNameFormat to scoped enumNoel Grandin2017-02-101-1/+1
* convert EItem to scoped enumNoel Grandin2017-02-107-22/+14
* tdf#105672 framework managed menu buttonMaxim Monastirsky2017-02-092-0/+123
* convert BmpConversion to scoped enumNoel Grandin2017-02-091-4/+4
* Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2017-02-091-24/+25
* This is only used within vclKhaled Hosny2017-02-081-1/+0
* loplugin:unreffunStephan Bergmann2017-02-081-24/+0
* replace localresource of strings and keys with StringArrayCaolán McNamara2017-02-082-181/+94
* drop unused error stringsCaolán McNamara2017-02-081-22/+6
* move the extra data of ERRCODE_SFXMSG_STYLEREPLACE out of the .srcCaolán McNamara2017-02-081-5/+3
* tdf#105814 enable localization of "host" and "port" in sample addressesAndras Timar2017-02-082-1/+9
* Blind fix for apparently buggy GCC 4.8Stephan Bergmann2017-02-081-46/+46
* Clean up curious by-4/by-2 loop indicesStephan Bergmann2017-02-081-12/+11
* Use OUStringLiteralStephan Bergmann2017-02-081-51/+48
* Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2017-02-071-33/+32
* create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2017-02-071-32/+33
* convert IcnViewFieldType to scoped enumNoel Grandin2017-02-072-11/+10
* Add missing #includesStephan Bergmann2017-02-0612-0/+13
* TyposJulien Nabet2017-02-031-1/+1
* Fix some typosSamuel Mehrbrodt2017-02-024-10/+10
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-022-3/+3
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-021-5/+2
* convert BmpCombine to scoped enum and drop unusedNoel Grandin2017-02-021-1/+1
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-3/+2
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-3112-16/+16
* tdf#105448 add Sibe [nco-PG] to language listEike Rathke2017-01-301-0/+1
* tdf#105448 add Manchu [mnc-CN] to language list (CTL)Eike Rathke2017-01-301-0/+1
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-282-3/+3