summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2014-04-24add missing modelines to idl filesThomas Arnhold5-0/+12
2014-04-23huge hrc and src file cleanupThomas Arnhold2-33/+0
2014-04-23coverity#738627 Uninitialized scalar fieldCaolán McNamara1-2/+7
2014-04-22remove unused hrc filesThomas Arnhold1-0/+0
2014-04-22clean up hrc filesThomas Arnhold1-1/+0
2014-04-22convert field assign address book page to .uiCaolán McNamara7-68/+76
2014-04-22Remove dead test codeStephan Bergmann7-2449/+0
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-20convert select type address book page to .uiCaolán McNamara7-158/+311
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold145-391/+391
2014-04-18create an entry point for .ui-ification of the address book wizard pagesCaolán McNamara2-0/+5
2014-04-17coverity#706522 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-15whitespace for include statementsThomas Arnhold6-8/+8
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