summaryrefslogtreecommitdiff
path: root/sw/source/ui
AgeCommit message (Expand)AuthorFilesLines
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin83-767/+508
2015-08-25tdf#93351: Edit style button in Schema & Numbering should point to List stylesJulien Nabet1-1/+1
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin5-6/+6
2015-08-21loplugin:defaultparamsNoel Grandin1-4/+4
2015-08-21loplugin: defaultparamsNoel Grandin3-13/+13
2015-08-21loplugin: defaultparamsNoel Grandin24-73/+66
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-16sal_uLong to sal_uInt32Matteo Casalin1-4/+4
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin1-5/+5
2015-08-13modify error messages a littleCaolán McNamara1-2/+2
2015-08-13check for negative numbers tooCaolán McNamara1-2/+2
2015-08-13wrong row/col count limitsCaolán McNamara1-5/+4
2015-08-07Delete unnecessary writer options from Options dialogMihály Palenik1-71/+0
2015-08-06Translate a comment to English.Thomas Klausner1-2/+1
2015-08-03sw: inline use-once typedefsNoel Grandin15-43/+30
2015-08-03new loplugin: refcountingNoel Grandin1-6/+6
2015-08-01SimplifyMatteo Casalin1-7/+8
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2015-07-28loplugin:unreffunNoel Grandin1-3/+0
2015-07-28inline "old" SbERR constantsNoel Grandin11-30/+30
2015-07-27sw: replace boost::ptr_set with std::map<std::unique_ptr>Michael Stahl1-4/+6
2015-07-27Remove the unused swvset.hxxMaxim Monastirsky1-1/+0
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-1/+1
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin10-51/+13
2015-07-20convert to typed Link<> in sfx2Noel Grandin2-7/+3
2015-07-16loplugin:simplifyboolStephan Bergmann1-4/+4
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin5-113/+67
2015-07-05fix typo from 6942e18899756cb49bc17f531c156bf3e6abce03Bjoern Michaelsen1-1/+1
2015-07-04tdf#89592: use initializer listBjoern Michaelsen1-19/+12
2015-07-04tdf#90377: fix exclude recipient in mail mergeBjoern Michaelsen1-0/+1
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-07-02Table is actually Table of ContentsOlivier Hallot1-3/+3
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-17/+17
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28coverity#1308480 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308472 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-3/+3
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-1/+1
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky5-8/+8
2015-06-19fix DropCap preview renderingLászló Németh1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-17error message for 0 cells or 0 rows is misleadingCaolán McNamara1-1/+1
2015-06-17Resolves: tdf#86017 calc has more rows than writer tables can supportCaolán McNamara1-0/+6