summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws2.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-3/+3
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin1-1/+1
2019-08-08tdf#126722 Deleted svxcommands.h file and replaced defines by their valuesSzabolcs Toth1-8/+6
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-4/+4
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-1/+1
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2019-04-30drop Graphic::operator boolNoel Grandin1-1/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-02-11tdf#22919 crash on insert picture as background from the galleryXisco Fauli1-2/+2
2019-02-10loplugin:indentation in svxNoel Grandin1-1/+1
2019-02-07tdf#22919 crash on insert picture from the galleryNoel Grandin1-2/+2
2018-12-20use unique_ptr in svxNoel Grandin1-6/+6
2018-11-24remove unused GalleryItemFlags::ThemeNameNoel Grandin1-8/+2
2018-11-19Simplify containers iterations in svx/source/[f-i]*Arkadiy Illarionov1-4/+2
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-02Don't use ToolBox::KeyInput for escape key press in GalleryToolBoxJim Raykowski1-1/+4
2018-10-08loplugin:constfields in svxNoel Grandin1-2/+2
2018-08-15loplugin:useuniqueptr pass SgaObject around by std::unique_ptrNoel Grandin1-3/+1
2018-07-09tdf117058 - Simplify calls to Menu::CheckItemKevin Dubrulle1-1/+1
2018-06-30Avoid using getTokenCount() to get last token in a stringMatteo Casalin1-2/+1
2018-06-22Resolves: tdf#115816 simpler fix for masterCaolán McNamara1-2/+0
2018-06-21Resolves: tdf#115816 second 'Insert' menu is pasteCaolán McNamara1-0/+2
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-14/+11
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-1/+0
2018-05-14weld TitleDialogCaolán McNamara1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt1-2/+2
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-22weld native message dialogsCaolán McNamara1-3/+8
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-2/+2
2017-12-18coverity#1426163 Improper use of negative valueCaolán McNamara1-22/+22
2017-12-14sal_uIntPtr->sal_Int32 in GalleryThemeNoel Grandin1-11/+11
2017-12-13sal_uIntPtr->void* in GalleryHintNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-11/+11
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-9/+6
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+5
2017-07-13loplugin:oncevar: empty strings: svxStephan Bergmann1-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-7/+7
2017-05-05loplugin:checkunusedparams in svx(part2)Noel Grandin1-8/+8
2017-04-27remove svx bitmaps from .src filesCaolán McNamara1-2/+3
2017-04-21restore copy/paste menu entriesCaolán McNamara1-0/+32
2017-04-14GalleryBrowser2::Dispatch is always used with just MN_ADDCaolán McNamara1-82/+71