summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-05HelpTabPage_Impl ResId variant is now unusedCaolán McNamara
2014-03-05convert help contents page to .uiCaolán McNamara
2014-03-05convert help search page to .uiCaolán McNamara
2014-03-05convert help index page to .uiCaolán McNamara
2014-03-05convert help bookmarks tabpage to .uiCaolán McNamara
2014-03-05sal_Bool to boolMarkus Mohrhard
2014-03-05make sure we always set the filter name in the media descriptorMarkus Mohrhard
2014-03-05remove unused code in SfxBindingsNoel Grandin
2014-03-05remove unused code SfxDispatcher::IsOnTop(SfxShell const&)Noel Grandin
2014-03-05remove unused code TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)Noel Grandin
2014-03-05remove unused code in ThumbnailViewNoel Grandin
2014-03-03minor comment changeTomaž Vajngerl
2014-03-03fdo#61320: Allow user to choose whether to create thumbnails inside odf.christianju
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-03-03remove unused code in sfx2::sidebarNoel Grandin
2014-03-02coverity#704705 Dereference after null checkCaolán McNamara
2014-03-02coverity#704703 Dereference after null checkCaolán McNamara
2014-02-28loplugin:literaltoboolconversionStephan Bergmann
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-28remove unused code RecentDocsView::SetThumbnailSize(long)Noel Grandin
2014-02-27Remove unused OpenStatusListener_ImplStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-26remove unused code in sfx2::sidebarNoel Grandin
2014-02-25Yet another one undefined comparison of 'const' and a 'non-const' iterators (...Douglas Mencken
2014-02-25remove unused method SfxBindings::GetDispatchProvider_Impl()Noel Grandin
2014-02-25remove unused code SfxTemplatePanelControl::SetParagraphFamily()Noel Grandin
2014-02-25writeble->writableCaolán McNamara
2014-02-25callcatcher: update unused codeCaolán McNamara
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-24Related: rhbz#1065807 rework #i66157# for multiple writable template dirsCaolán McNamara
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-24fix 'delete' not working in the Template ManagerCaolán McNamara
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23coverity#440977 Dereference after null checkCaolán McNamara
2014-02-23fdo#74913 The delete style confirmation dialog asks the question now.Rachit Gupta
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#441618 Dereference null return valueCaolán McNamara
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20cid#1078824 Dereference before null checkNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-18vcl: CUPS printing: notify user if spooling failedMichael Stahl
2014-02-18Resolves: fdo#75121 align checkbox with message textCaolán McNamara
2014-02-18Use correct log areaTor Lillqvist
2014-02-18assert() is too harsh here I think, use SAL_WARN_IF() insteadTor Lillqvist