summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2014-03-02coverity#704705 Dereference after null checkCaolán McNamara1-2/+4
2014-03-02coverity#704703 Dereference after null checkCaolán McNamara1-2/+2
2014-02-28loplugin:literaltoboolconversionStephan Bergmann2-6/+6
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock2-5/+5
2014-02-28remove unused code RecentDocsView::SetThumbnailSize(long)Noel Grandin1-6/+0
2014-02-27Remove unused OpenStatusListener_ImplStephan Bergmann1-23/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann68-1072/+1072
2014-02-26Remove visual noise from sfx2Alexander Wilms100-769/+769
2014-02-26remove unused code in sfx2::sidebarNoel Grandin3-56/+0
2014-02-25Yet another one undefined comparison of 'const' and a 'non-const' iterators (...Douglas Mencken1-1/+1
2014-02-25remove unused method SfxBindings::GetDispatchProvider_Impl()Noel Grandin1-5/+0
2014-02-25remove unused code SfxTemplatePanelControl::SetParagraphFamily()Noel Grandin1-11/+0
2014-02-25writeble->writableCaolán McNamara1-2/+2
2014-02-25callcatcher: update unused codeCaolán McNamara2-59/+0
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe3-3/+9
2014-02-24Related: rhbz#1065807 rework #i66157# for multiple writable template dirsCaolán McNamara1-14/+66
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-2/+2
2014-02-24fix 'delete' not working in the Template ManagerCaolán McNamara1-4/+4
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann5-14/+14
2014-02-23coverity#440977 Dereference after null checkCaolán McNamara1-1/+1
2014-02-23fdo#74913 The delete style confirmation dialog asks the question now.Rachit Gupta1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms111-2012/+2012
2014-02-23coverity#441618 Dereference null return valueCaolán McNamara1-1/+2
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-7/+7
2014-02-21vcl: sal_Bool -> boolStephan Bergmann29-94/+94
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan1-0/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert19-1/+19
2014-02-20cid#1078824 Dereference before null checkNoel Grandin1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann18-124/+124
2014-02-19unotools: sal_Bool -> boolStephan Bergmann5-9/+9
2014-02-18vcl: CUPS printing: notify user if spooling failedMichael Stahl1-0/+1
2014-02-18Resolves: fdo#75121 align checkbox with message textCaolán McNamara1-0/+5
2014-02-18Use correct log areaTor Lillqvist1-1/+1
2014-02-18assert() is too harsh here I think, use SAL_WARN_IF() insteadTor Lillqvist1-1/+1
2014-02-18callcatcher: update unused code listsCaolán McNamara5-49/+0
2014-02-18tools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann3-3/+3
2014-02-17Do not crash when no interfaces are registered.Matúš Kukan1-8/+17
2014-02-17Resolves: fdo#72233 too long style names over-stretch dialogCaolán McNamara2-7/+8
2014-02-17cid#705884 dereference before null checkNoel Grandin1-1/+1
2014-02-13cosmeticsMatúš Kukan1-3/+2
2014-02-12Don't include filename extension in e-mail subjectStephan Bergmann1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-19/+22
2014-02-12coverity#441125 Dereference after null checkCaolán McNamara1-1/+1
2014-02-12coverity#441010 Dereference after null checkCaolán McNamara3-53/+46
2014-02-12coverity#440982 Dereference after null checkCaolán McNamara1-3/+5
2014-02-12coverity#440973 Dereference after null checkCaolán McNamara1-0/+1
2014-02-12coverity#708164 Uninitialized scalar fieldCaolán McNamara1-6/+11
2014-02-12callcatcher: update unused codeCaolán McNamara2-37/+0
2014-02-12cid#705226 missing break in switchNoel Grandin1-0/+1