summaryrefslogtreecommitdiff
path: root/unoxml/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-5/+5
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann3-10/+20
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin3-20/+10
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-5/+5
2014-11-03coverity#705527 drop testlistener that logs to c:\listener.outCaolán McNamara4-244/+0
2014-11-03coverity#982488 unchecked dynamic_castDavid Tardon1-0/+1
2014-10-13coverity#707458 Uncaught exception (better fix)Michael Stahl1-12/+19
2014-10-10coverity#707458 Uncaught exceptionCaolán McNamara1-0/+2
2014-10-01unoxml: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+2
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2-7/+0
2014-07-25coverity#1158284 Uncaught exceptionCaolán McNamara1-8/+17
2014-07-18loplugin:saloverrideMiklos Vajna1-1/+1
2014-07-17fix memleak circular dependency of CElementList and CElementCaolán McNamara2-11/+104
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin4-4/+0
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-8/+8
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold67-1275/+1234
2014-05-08various: sal_Bool->boolNoel Grandin1-1/+1
2014-05-02unoxml: sal_Bool->boolNoel Grandin11-27/+27
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-15Clean up function declarationsStephan Bergmann3-12/+9
2014-04-08coverity#707456 Uncaught exceptionCaolán McNamara2-8/+8
2014-04-05coverity#708568 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-14/+14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann35-673/+673
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann64-990/+990
2014-02-26Remove visual noise from unoxmlAlexander Wilms2-20/+20
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-09librdf_Repository: make older compilers happyMichael Stahl1-3/+9
2014-01-09librdf_Repository: fix missing mutex lock in various destructorsMichael Stahl1-3/+16
2014-01-09fdo#72928: fix deadlocks in librdf_RepositoryMichael Stahl1-149/+324
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-4/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-3/+3
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-20/+20
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-3/+1
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold33-66/+66
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-11-Werror,-Wunused-variableStephan Bergmann2-42/+30
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza8-53/+16
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-09-26typo fixes in commentsAndras Timar1-2/+2
2013-09-20unoxml: avoid SIGSEV when xmlNsPtr prefix is NULLAndres Gomez1-1/+1
2013-07-08-Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)Stephan Bergmann1-3/+3
2013-06-26fdo#64672 prevent raptor from setting global libxml2 error handlersMichael Stahl1-0/+11
2013-06-19fdo#43460 unoxml,writerfilter,xmlsecurity: use isEmpty()Jelle van der Waa1-1/+1
2013-06-05use uno::Reference#clear() method...Noel Grandin2-3/+3
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist3-4/+4
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin7-17/+17