summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-6/+6
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-2/+0
2020-08-06loplugin:flatten in svxNoel Grandin1-13/+13
2020-05-11Adapt to be able to build against ICU 66Eike Rathke1-0/+26
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen1-5/+0
2020-01-13tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer typesYusuf Keten1-2/+2
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-10-28Upgrade to ICU 64.2Eike Rathke1-0/+29
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-8/+2
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+2
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-03-28weld SfxTemplateManagerDlgCaolán McNamara1-2/+2
2019-02-27weld LicenseDialogImplCaolán McNamara1-3/+9
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-10Resolves: tdf#121946 first time draw uses gray bgCaolán McNamara1-0/+1
2018-11-22improve function-local statics in svxNoel Grandin1-7/+5
2018-11-21Simplify containers iterations in svx/source/[a-e]*Arkadiy Illarionov1-13/+8
2018-11-20don't need to use a OUStringBuffer for one characterCaolán McNamara1-3/+2
2018-11-19tdf#121232 set a size request that will result in a 0 m_nXGap by defaultCaolán McNamara1-2/+10
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann1-1/+1
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-14/+4
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara1-1/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-6/+3
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin1-2/+2
2018-07-16tdf#118681 make sure we're using the right font char mapCaolán McNamara1-2/+6
2018-07-16Upgrade to ICU 62.1Eike Rathke1-0/+35
2018-06-05Resolves: tdf#116876 don't reselect index on resize if it wouldn't changeCaolán McNamara1-1/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-29weld SvxAngleTabPageCaolán McNamara1-2/+2
2018-05-28coverity#1435837 Uninitialized scalar fieldCaolán McNamara1-0/+2
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara1-48/+42
2018-04-30weld SmSymbolDialogCaolán McNamara1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-2/+0
2018-04-09std::list->std::vector in SubsetMapNoel Grandin1-4/+4
2018-03-30weld SvxCharacterMap dialogCaolán McNamara1-212/+117
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-17/+17
2017-11-20Upgrade to ICU 60.1Eike Rathke1-0/+23
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke1-23/+0
2017-11-17Upgrade to ICU 60.1David Tardon1-0/+23
2017-11-05Remove GetNextSubset and create GetSubsetMapJulien Nabet1-11/+2
2017-11-04Optimize loop of GetSubsetByUnicode a bit (svx)Julien Nabet1-4/+3
2017-10-23loplugin:includeform: svxStephan Bergmann1-3/+3
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-270/+270
2017-08-15Disable subset LB when search mode is enabledAkshay Deep1-1/+0
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep1-1/+201
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-10Search feature for Special CharactersAkshay Deep1-4/+10
2017-07-28Resolves: tdf#109007 unicode block names keys instead of translationsCaolán McNamara1-270/+270