summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin5-16/+16
2017-07-13loplugin:oncevar: empty strings: stocStephan Bergmann1-3/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-12/+12
2017-07-02loplugin:casttovoid: stocStephan Bergmann2-4/+0
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-17/+14
2017-06-23simplify some string handling in tracing callsNoel Grandin1-7/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke1-11/+3
2017-06-05Improved loplugin:cstylecast to reference types: stocStephan Bergmann1-1/+1
2017-06-02Improved loplugin:redundantcast static_cast handling: stocStephan Bergmann1-2/+2
2017-05-20cleanup unused css/uri/ includesJochen Nitschke1-1/+0
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock20-121/+117
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock13-43/+43
2017-05-07tdf#43157: convert stoc tests from OSL_ASSERT to assertChris Sherlock7-74/+78
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky10-10/+0
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann1-26/+4
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann1-10/+10
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin2-2/+2
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann8-16/+16
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann2-17/+4
2017-02-06Add missing #includesStephan Bergmann3-0/+3
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-5/+2
2017-02-01improve exception messages in stocNoel Grandin14-241/+161
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-4/+4
2017-01-30German comments - last bits of stoc/ translated.Michael Meeks2-21/+16
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin3-89/+89
2017-01-27stoc: oops, missing closing quoteMichael Stahl1-1/+2
2017-01-27stoc: try to throw more informative exceptionsMichael Stahl1-1/+4
2017-01-26-Werror=int-in-bool-context (GCC 7)Stephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann32-1237/+574
2017-01-23use rtl::Reference in stocNoel Grandin2-12/+10
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann9-5/+34
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin4-14/+11
2016-12-15no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin4-4/+0