summaryrefslogtreecommitdiffstats
path: root/unoxml
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-2/+2
* java: static fields that should not be staticNoel Grandin2014-12-191-1/+1
* unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-2/+2
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-2/+2
* java: remove some unused fields and variablesNoel Grandin2014-12-151-2/+1
* unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-23/+21
* document 440749 Explicit null dereferencedCaolán McNamara2014-12-111-0/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-8/+8
* java: improve use of WrappedTargetException to set cause properlyNoel Grandin2014-12-101-21/+0
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-3/+2
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+4
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1715-0/+25
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-5/+5
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-063-10/+20
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-063-20/+10
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-5/+5
* coverity#705527 drop testlistener that logs to c:\listener.outCaolán McNamara2014-11-035-245/+0
* coverity#982488 unchecked dynamic_castDavid Tardon2014-11-031-0/+1
* coverity#707458 Uncaught exception (better fix)Michael Stahl2014-10-131-12/+19
* coverity#707458 Uncaught exceptionCaolán McNamara2014-10-101-0/+2
* coverity#1242932 Uncaught exceptionCaolán McNamara2014-10-011-1/+1
* unoxml: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-012-2/+2
* Remove unused files and move test to qa/Matúš Kukan2014-09-264-123/+1
* unoxml: domtest needs unotest library on WNTMichael Stahl2014-09-251-0/+1
* fdo#39625 Make existing CppUnit tests workTobias Madl2014-09-253-98/+103
* fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2014-09-222-7/+0
* java: remove commented out codeNoel Grandin2014-08-141-1/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* java: remove commented out codeNoel Grandin2014-08-051-35/+0
* java: remove various unused variablesNoel Grandin2014-08-051-2/+2
* coverity#1158284 Uncaught exceptionCaolán McNamara2014-07-251-8/+17
* loplugin:saloverrideMiklos Vajna2014-07-181-1/+1
* fix memleak circular dependency of CElementList and CElementCaolán McNamara2014-07-172-11/+104
* clang scan-build: various warningsCaolán McNamara2014-07-011-2/+1
* various: remove SAL_THROW macroNoel Grandin2014-06-054-4/+0
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-8/+8
* update_pch: add unoxmlThomas Arnhold2014-05-223-0/+76
* unoxml: huge namespacing cleanupThomas Arnhold2014-05-2267-1275/+1234
* various: sal_Bool->boolNoel Grandin2014-05-081-1/+1
* unoxml: sal_Bool->boolNoel Grandin2014-05-0211-27/+27
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* Clean up function declarationsStephan Bergmann2014-04-153-12/+9
* coverity#707456 Uncaught exceptionCaolán McNamara2014-04-082-8/+8
* coverity#708568 Uninitialized scalar fieldCaolán McNamara2014-04-051-1/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-034-14/+14
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2635-673/+673
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-6/+6
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2664-990/+990
* Remove visual noise from unoxmlAlexander Wilms2014-02-263-29/+29