summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws2.cxx
AgeCommit message (Expand)Author
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-02Don't use ToolBox::KeyInput for escape key press in GalleryToolBoxJim Raykowski
2018-10-08loplugin:constfields in svxNoel Grandin
2018-08-15loplugin:useuniqueptr pass SgaObject around by std::unique_ptrNoel Grandin
2018-07-09tdf117058 - Simplify calls to Menu::CheckItemKevin Dubrulle
2018-06-30Avoid using getTokenCount() to get last token in a stringMatteo Casalin
2018-06-22Resolves: tdf#115816 simpler fix for masterCaolán McNamara
2018-06-21Resolves: tdf#115816 second 'Insert' menu is pasteCaolán McNamara
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-05-14weld TitleDialogCaolán McNamara
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-12-18coverity#1426163 Improper use of negative valueCaolán McNamara
2017-12-14sal_uIntPtr->sal_Int32 in GalleryThemeNoel Grandin
2017-12-13sal_uIntPtr->void* in GalleryHintNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13loplugin:oncevar: empty strings: svxStephan Bergmann
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-05loplugin:checkunusedparams in svx(part2)Noel Grandin
2017-04-27remove svx bitmaps from .src filesCaolán McNamara
2017-04-21restore copy/paste menu entriesCaolán McNamara
2017-04-14GalleryBrowser2::Dispatch is always used with just MN_ADDCaolán McNamara
2017-04-14convert gallery menu to .uiCaolán McNamara
2017-02-07convert GalleryBrowserTravel to scoped enumNoel Grandin
2017-02-02loplugin:stringconstantTor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05drop these intermediate Images and use BitmapEx directlyCaolán McNamara
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann
2016-10-30Let Menu dispose submenusMaxim Monastirsky
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25convert SgaObjKind to scoped enumNoel Grandin
2016-08-09Resolves: tdf#101253 crash in gallery popup menuCaolán McNamara