summaryrefslogtreecommitdiff
path: root/include/svx/langbox.hxx
AgeCommit message (Collapse)AuthorFilesLines
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-19/+27
Change-Id: Ibd699cfdfd3266c2965a5b6368cfe2f4431b7fb4
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-2/+0
Change-Id: I3a1000baa049b11728c46efbc2f0af0d8f34cf2b Conflicts: include/svx/charmap.hxx include/svx/float3d.hxx include/svx/fontwork.hxx include/svx/galctrl.hxx svx/inc/svdibrow.hxx svx/source/dialog/dlgctl3d.cxx svx/source/dialog/fontwork.cxx svx/source/engine3d/float3d.cxx svx/source/fmcomp/gridctrl.cxx svx/source/gallery2/galbrws1.cxx svx/source/inc/docrecovery.hxx
2015-02-17some more de-boostificationCaolán McNamara1-3/+4
Change-Id: I8ee8fd7b99598e484430d91e17e468951288d72d
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-05-22+ SvxLanguageComboBox EditModifyHdl(), SaveEditedAsEntry()Eike Rathke1-1/+15
Change-Id: I6acc7538fcbf8aa7a5e50ba72b27409252cffa15
2014-05-21we have GetEntryPos(), use itEike Rathke1-0/+3
Change-Id: Iebb19951efa81817793a155164862076d1198e6e
2014-05-16more SvxLanguageBoxBase interfacingEike Rathke1-3/+28
Change-Id: Ife9317d40756099ae4d8ecb84cccea91bd75a14c
2014-05-16loplugin:saloverrideStephan Bergmann1-22/+22
Change-Id: I2b6e6a6654e888bec3ba4961f9130ca10b791f87
2014-05-16introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBoxEike Rathke1-18/+72
In preparation of having a language box available as ComboBox to be able to add language tags. Change-Id: I5af5ea5bb06e558db1fcf9c0668be274d5cec04e
2014-04-18remove unused fwd-declEike Rathke1-1/+0
Change-Id: I20d4fc89d349db85feecffbcd85d7b0300540c0a
2014-04-18we don't even need an instance of SvtLanguageTable at SvxLanguageBoxEike Rathke1-1/+0
Change-Id: I7ccefc73d7f6e5b7c41d6819ae13116af9d5b5ef
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-11svx: sal_Bool->boolNoel Grandin1-10/+10
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-7/+7
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-02-10the return of callcatcherCaolán McNamara1-1/+0
Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f
2014-01-30fdo#63154 Removed unused solar.h ref. in svxAlexandre Vicenzi1-2/+1
Change-Id: I1671746d6c433fa3b770eb58bc418e4eddbe8dd4 Reviewed-on: https://gerrit.libreoffice.org/7737 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-09fdo#65108 inter-module includes <> include/svxNorbert Thiebaud1-1/+1
Change-Id: I5335182ea16695c77c2855b34c98220aea2befa1
2013-10-23fixincludeguards.sh: include/svxThomas Arnhold1-2/+2
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
2013-09-05convert include/svx/langbox.hxx from String to OUStringNoel Grandin1-3/+3
Change-Id: I8a587f573b3a74b6fdd4ca36b49e78e18de8ca3b
2013-04-23execute move of global headersBjoern Michaelsen1-0/+93
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a