summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2014-04-02GraphicFilter::LoadGraphic: SAL_WARN -> SAL_INFOMiklos Vajna1-2/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann31-43/+43
2014-04-01coverity#984141 Uninitialized pointer fieldCaolán McNamara1-0/+4
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist3-5/+5
2014-03-31SAL_WARN -> SAL_INFO in SfxDispatcher::_FillState()Miklos Vajna1-3/+2
2014-03-31coverity#1194890 Unchecked return valueCaolán McNamara1-1/+1
2014-03-31coverity#1194926 Dereference before null checkCaolán McNamara1-3/+1
2014-03-31coverity#1194909 Dereference after null checkCaolán McNamara1-1/+3
2014-03-29typo: persistance -> persistenceThomas Arnhold2-3/+3
2014-03-28coverity#704303 Logically dead codeCaolán McNamara1-13/+3
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann17-69/+0
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist2-39/+14
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-1/+11
2014-03-27SAL_OVERRIDE, Mac OS X sfx2 reduxStephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann103-740/+740
2014-03-27sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl1-31/+0
2014-03-27sfx2: why is this debug stuff WNT-only?Michael Stahl2-2/+2
2014-03-27sfx2: s/SAL_LOG/SAL_INFO/ in WNT-only codeMichael Stahl1-2/+2
2014-03-27fix extern declarationNoel Grandin1-2/+2
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin1-6/+6
2014-03-27sfx2: sal_Bool->boolNoel Grandin7-28/+28
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin6-41/+41
2014-03-27Basic UI for inserting 3D modelsZolnai Tamás1-0/+24
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2-3/+3
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann3-75/+0
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-2/+2
2014-03-25Adapt to sal/log.hxxStephan Bergmann2-11/+16
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-6/+4
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-8/+13
2014-03-25svtools: sal_Bool->boolNoel Grandin2-2/+2
2014-03-25svtools: sal_Bool->boolNoel Grandin4-17/+17
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin2-3/+3
2014-03-25add parameter to supress dialogMathias Supp1-4/+1
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-10/+6
2014-03-24coverity#704301 Logically dead codeCaolán McNamara1-3/+1
2014-03-24coverity#704300 Logically dead codeCaolán McNamara1-10/+0
2014-03-24cppcheck: fix Division by zero + move some linesJulien Nabet1-7/+7
2014-03-24callcatcher: update unused codeCaolán McNamara4-47/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin2-2/+2
2014-03-24svtools: sal_Bool->boolNoel Grandin2-2/+2
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-24Using a local type as a template argument is a C++11-ismTakeshi Abe1-6/+6
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2-6/+6
2014-03-22cppcheck: fix variables reassigned before having been usedJulien Nabet1-6/+3
2014-03-22coverity#708156 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-03-22bUseTarget is never readCaolán McNamara1-6/+0
2014-03-22coverity#705885 Dereference before null checkCaolán McNamara1-2/+1
2014-03-20coverity#705886 Dereference before null checkCaolán McNamara1-19/+11