summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-14better?Stephan Bergmann1-1/+3
2014-04-14Missing boost_headers dependency for WNTStephan Bergmann1-0/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann45-97/+218
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-4/+2
2014-04-10It's "its", not "it's"Tor Lillqvist6-7/+7
2014-04-09Whatever those odd dummy function definitions were supposed to be good forStephan Bergmann1-16/+0
2014-04-05coverity#706530 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-05coverity#706518 Uncaught exceptionCaolán McNamara4-4/+4
2014-04-05coverity#706520 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-05coverity#706521 Uncaught exceptionCaolán McNamara1-2/+4
2014-04-05coverity#706523 Uncaught exceptionCaolán McNamara3-1/+14
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+3
2014-04-04Fix a memory leak by freeing last pBytesTakeshi Abe1-8/+8
2014-04-04/include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin2-2/+2
2014-04-04Clean up unreferenced functionsStephan Bergmann3-6/+32
2014-04-04Remove unnecessary factory function prototypeStephan Bergmann1-1/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin29-97/+97
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe6-46/+35
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann55-66/+66
2014-03-29typo: overrride -> overrideThomas Arnhold1-1/+1
2014-03-28Dead codeStephan Bergmann1-8/+0
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-8/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann61-565/+565
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann47-472/+472
2014-03-25svtools: sal_Bool->boolNoel Grandin18-96/+96
2014-03-25svtools: sal_Bool->boolNoel Grandin2-7/+7
2014-03-24svtools: sal_Bool->boolNoel Grandin2-10/+10
2014-03-22coverity#738626 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-03-22coverity#983370 Dereference before null checkCaolán McNamara1-3/+1
2014-03-19coverity#984088 Uninitialized pointer fieldCaolán McNamara1-8/+6
2014-03-19loplugin:passstringbyrefStephan Bergmann1-2/+2
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-1/+1
2014-03-17Remove unused codeStephan Bergmann2-87/+0
2014-03-17No need for SAL_CALL hereStephan Bergmann2-5/+5
2014-03-17extensions: prefer passing OUString by referenceNoel Grandin6-12/+12
2014-03-14"prefix" and "postfix" are single wordsTor Lillqvist1-3/+3
2014-03-13convert new data type dialog to .uiCaolán McNamara8-128/+125
2014-03-10extensions: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann6-30/+6
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2-5/+5
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke8-15/+16
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza3-9/+8
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-3/+3
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini21-79/+0
2014-03-02coverity#704634 Dereference after null checkCaolán McNamara1-16/+19
2014-03-02unnecessary check before deleteCaolán McNamara1-6/+1
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-02-27Remove visual noise from extensionsAlexander Wilms259-2149/+2143
2014-02-27coverity#704633 Dereference after null checkCaolán McNamara1-4/+5