summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Collapse)AuthorFilesLines
2014-04-21remove comments why a file gets includedThomas Arnhold3-10/+0
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-21remove some more bloatThomas Arnhold1-3/+1
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
2014-04-17and another temporary SvtLanguageTable instance is mootEike Rathke1-6/+4
Change-Id: Ia6d9d46124c04018f3f8a4fd6208f29054e5c94c
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
Change-Id: I0265bef315051441bc648ddd66c4bf92abbd36e3
2014-04-16cui: sal_Bool->boolNoel Grandin37-342/+342
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
2014-04-15a pattern must not start with a separatorEike Rathke1-0/+4
Change-Id: I5dfc5c859b007b7e3d7266c7656dc533788888ba
2014-04-15toupper YMD for better input check visibilityEike Rathke1-4/+35
Change-Id: I24a01860bd019c3bf6e36c1e9df16e6ae6aa0ace
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann3-46/+0
Change-Id: I45ea22c86ea66c49fd86af2b5d0df060138f7e9a
2014-04-08Resolves: #i124623# Dispose extension's Options page to avoid memory leaksAriel Constenla-Haile1-0/+16
(cherry picked from commit 363c5553b7386da80abef818a196f5cf7d353ae0) Change-Id: Ic04b523f5f9d4092889b3ad59569f02946091652
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi1-0/+1
This patch will add new checkbox to ignore kashida in the search and replace dialog. Change-Id: I9e7179242751103b8418d922ade5b9145170ad15
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann14-19/+19
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-04-01linguistic: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14
2014-03-30coverity#1194915 Integer overflowed argumentCaolán McNamara1-1/+1
Change-Id: I6c05a1094fcf3dd51079a6b67ee02b31cc2c6a6c
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann30-107/+107
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27sfx2: sal_Bool->boolNoel Grandin41-144/+146
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann3-3/+3
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25svtools: sal_Bool->boolNoel Grandin8-22/+22
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
2014-03-25More vertical space for the options dialogAndreas Mantke1-1/+1
The vertical space of the options dialog is to small for the new security page in German translation. The last entry is not visible and the button could not be reached. Solution: I added more vertical space to ROW_3 which is the postion of the separation line. I added the hight of a button and of the line. This fixes the issue with missing space for the last entry in section especially for the German translation. Change-Id: Icacfd4587d605e56438f3d7207ce5d257f313072 Reviewed-on: https://gerrit.libreoffice.org/8735 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-03-24coverity#982452 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Icd22b797b5860a007b08f860ae5a728664b9c175
2014-03-24coverity#982451 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Ia36c745f460004475e2e630114a81545d7b8776d
2014-03-24svtools: sal_Bool->boolNoel Grandin1-7/+7
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24svtools: sal_Bool->boolNoel Grandin1-4/+4
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
2014-03-21coverity#705459 Dereference null return valueCaolán McNamara1-0/+3
Change-Id: Ib49e23529e34dfc4afda45f26eec15af67e9da68
2014-03-18convert select multi paths dialogs to .uiCaolán McNamara1-1/+0
Change-Id: Iecb6dbee9e7af0600b8355db038ec597cab61d1a
2014-03-17cui: prefer passing OUString by referenceNoel Grandin4-6/+7
Change-Id: I1a4d36a329a0eac8b9bb3d9b0a5434ffc843bde2
2014-03-14convert certificate path dialog to .ui formatCaolán McNamara4-195/+46
Change-Id: Ifb711805a37f7cd49b6063c5d17aa7a3f5dcfdaa
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
2014-03-11svx: sal_Bool->boolNoel Grandin4-9/+9
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08
2014-03-07coverity#704606 Explicit null dereferencedCaolán McNamara1-0/+5
Change-Id: I984696874455225fc714d25a79e89eb4f879484e
2014-03-07coverity#982453 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I4d7006ea9212313ef71e0879093d8f0cbc40b34f
2014-03-07coverity#982454 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I405db209c9277ba47b26d2a0970f4265e190a7c7
2014-03-07coverity#708784 Unused pointer valueCaolán McNamara1-13/+0
as far as I can see the whole block is useless Change-Id: I26f2a033090e2e855a344a038246142995fb5727
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke5-58/+58
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-26Remove visual noise from cuiAlexander Wilms30-164/+164
Change-Id: I6cec1f747ce57c3153af92e9e0c317d34d5a245d Reviewed-on: https://gerrit.libreoffice.org/8250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25callcatcher: update unused codeCaolán McNamara2-6/+0
Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
2014-02-24sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara1-1/+3
which means that icons suddenly reappeared in the menus when the gtk theme had disabled them ref e8f8f24c8415898c787bbfb629247ed62e73a2b9 Change-Id: Ia9aef5ca39bda2ddf6d7c4ebc2bddc01d470d09b
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-1/+1
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-23Remove unneccessary commentsAlexander Wilms27-251/+251
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7
2014-02-21c++11ismCaolán McNamara1-2/+2
Change-Id: I54a32d1e07173e2cd5522e1b2e7ceff3b4f3378c
2014-02-21restore translatable Auto textCaolán McNamara1-1/+2
Change-Id: I379c48615f2934d451bf12c1b1005cc98e2e7d4f Reviewed-on: https://gerrit.libreoffice.org/8162 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert2-55/+41
The hard-coded icon themes have been replaced by a dynamic list which is filled by scanning the config directory Conflicts: include/vcl/settings.hxx vcl/source/app/settings.cxx vcl/source/window/window.cxx Change-Id: Ie3680ffe27d06e375acf22753e036cb6ddabc4ed Reviewed-on: https://gerrit.libreoffice.org/7935 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21coverity#706146 Copy into fixed size bufferCaolán McNamara1-15/+9
Change-Id: I1d774cff476a2ce7fe1e4b4ba1e64bc42a6ff27e
2014-02-21-Werror=parenthesesCaolán McNamara1-2/+4
Change-Id: I8e64440635d9d94d62c67fd542b39a2436390de2
2014-02-21coverity#738587 Uninitialized scalar fieldCaolán McNamara1-5/+8
Change-Id: Icf9146eb541272e7219ce3bf00c296b930538835
2014-02-21vcl: sal_Bool -> boolStephan Bergmann5-24/+24
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert11-5/+16
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20svl: sal_Bool -> boolStephan Bergmann9-25/+25
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4