summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* Improved loplugin:cstylecast to reference types: stocStephan Bergmann2017-06-051-1/+1
* Improved loplugin:redundantcast static_cast handling: stocStephan Bergmann2017-06-021-2/+2
* cleanup unused css/uri/ includesJochen Nitschke2017-05-201-1/+0
* cleanup unused css/script/ includesJochen Nitschke2017-05-201-1/+0
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-0720-121/+117
* tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock2017-05-0713-43/+43
* tdf#43157: convert stoc tests from OSL_ASSERT to assertChris Sherlock2017-05-077-74/+78
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-2110-10/+0
* Simplify passing options to jfw_startVMStephan Bergmann2017-04-131-26/+4
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-111-10/+10
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* use actual UNO enums in reportdesign..svtoolsNoel Grandin2017-04-032-2/+2
* remove type decorations on char literalsJochen Nitschke2017-03-301-2/+2
* Fix typosAndrea Gelmini2017-03-252-2/+2
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* Fix typosAndrea Gelmini2017-03-191-1/+1
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-038-16/+16
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-152-17/+4
* Add missing #includesStephan Bergmann2017-02-063-0/+3
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-5/+2
* improve exception messages in stocNoel Grandin2017-02-0114-241/+161
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-4/+4
* German comments - last bits of stoc/ translated.Michael Meeks2017-01-302-21/+16
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-283-89/+89
* stoc: oops, missing closing quoteMichael Stahl2017-01-271-1/+2
* stoc: try to throw more informative exceptionsMichael Stahl2017-01-271-1/+4
* -Werror=int-in-bool-context (GCC 7)Stephan Bergmann2017-01-261-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2632-1237/+574
* use rtl::Reference in stocNoel Grandin2017-01-232-12/+10
* New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann2017-01-199-5/+34
* new loplugin: useuniqueptr: sot..toolsNoel Grandin2017-01-194-14/+11
* no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin2016-12-154-4/+0
* OSL_TRACE -> SAL in sfx2..svxNoel Grandin2016-12-1111-52/+26
* loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann2016-12-0214-111/+0
* includes should be at the top of the fileNoel Grandin2016-11-181-2/+2
* remove some double callsNoel Grandin2016-11-182-3/+3
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-092-2/+2
* coverity#1375798 Uncaught exceptionCaolán McNamara2016-11-021-1/+1
* coverity#1374309 Uncaught exceptionCaolán McNamara2016-10-271-1/+1
* loplugin:expandablemethods in stoc..svlNoel Grandin2016-10-271-7/+1
* Java 7 DISPLAY and FORMAT locale and script fieldEike Rathke2016-10-261-9/+64