summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Collapse)AuthorFilesLines
2013-03-27-Wunused-macrosStephan Bergmann4-10/+3
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-26convert half of optfltr.src to .uiKrisztian Pinter4-164/+50
Converted the "VBA Properties" half of optfltr.src to optfltrpage.ui. Change-Id: Ie200377f2956aa243b1be859eb52972b79e9dc66 Reviewed-on: https://gerrit.libreoffice.org/2961 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-22String::AppendAscii cleanupRicardo Montania1-3/+3
Change-Id: I3c1ff291488b7747e143982aa7ea95169175c2c2 Reviewed-on: https://gerrit.libreoffice.org/2914 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2-5/+5
http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
2013-03-19converted cui/source/options/optsave.src to .uiKrisztian Pinter4-445/+162
Change-Id: Ieaef10684f45dc699e7d2c56dffca5483f0a30cc Reviewed-on: https://gerrit.libreoffice.org/2816 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-3/+3
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-7/+6
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19sal_Bool to boolTakeshi Abe1-3/+2
Change-Id: I0a8d0f11c45aba1d34a0098e6a371bd616b08b72
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-1/+2
Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-1/+1
removed unnecessary prop. name "Document/UserAutoSave" from saveopt.cxx fixed autosave feature setting "losing its value" set autosave feature default value to False Change-Id: I473154b21bab53bf595a5a59e87dc16e472dcbf9 Reviewed-on: https://gerrit.libreoffice.org/2663 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim39-0/+100
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08some further OUString cleanupThomas Arnhold1-1/+1
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2-2/+5
and add a mechanism to know that we're in true initial layout mode Change-Id: I4ff61160ae67a7ccf1cb8b25c41870c195d32b94
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter4-17/+51
Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
2013-03-06merge isLayoutEnabledsCaolán McNamara1-2/+3
Change-Id: I67e55fd6aac3e0c9b80c63ca682d3aca7be7d815
2013-03-05fix for fdo#61801Noel Grandin1-1/+2
... "crash on Tools - Options - LibreOffice - Personalization - Select Background Image" The root cause of this is my conversion of the UNO code to use the new-style FilePicker service constructor in commit 4b51374a7021d52f7f1be1861e2ee6a011b30ecd Unfortunately, the new-style service constructor will always call initialize(Sequence<Any>), which the old code did not do. And initialize does not like being called without any arguments. The cleanest fix for this is to simply remove the createDefault() service constructor method and make all the call sites explicitly choose the style of FilePicker dialog they want. As a bonus, this simplifies some of the call sites. Change-Id: I75f5e03cff4e39abe22cd9650a079ec78ab636c4 Reviewed-on: https://gerrit.libreoffice.org/2553 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-02coverity#736322: fix memory leakMarkus Mohrhard1-4/+1
Change-Id: I63037b8f128ed9249580cabfe9aab898ead0f89d
2013-02-25RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter6-115/+113
Conflicts: cui/source/options/optgdlg.cxx cui/source/options/webconninfo.cxx dbaccess/source/ui/app/AppController.cxx Change-Id: I2abfad91318e8be8c0f77909cbd76825cdca9b85 Reviewed-on: https://gerrit.libreoffice.org/2350 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-24coverity#735295+735296 Buffer not null terminatedJulien Nabet1-2/+2
Change-Id: I02693a2f4b2470ad33e6bd7a925aa64e31ad9a58
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-20move view options page to cui and adapt codeCaolán McNamara4-604/+133
Change-Id: I16f9c1fb1cce0a673255468a4dd5492683ad4298
2013-02-20remove ugly padding on empty rowsCaolán McNamara1-0/+5
Change-Id: Ie29bb736343e854865aa0eda4dae031931d30d0d
2013-02-20move (rather dubious) accessibility name assignment code to .uiCaolán McNamara1-35/+0
Change-Id: I50dde15f4a13f0325c96330dbdc0cc8c74bb6cb6
2013-02-20Resolves: fdo#30862 move user options page to cui and adapt codeCaolán McNamara3-413/+91
and make initials area and zip code areas wider to address fdo#30862 This "first/last name" thing is a disaster of course: http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/ http://www.w3.org/International/questions/qa-personal-names Change-Id: Iedb347a533f208056176b5a79b8a56050672a8d1
2013-02-19move memory option page to cui and adapt codeCaolán McNamara4-351/+46
Change-Id: I0660592f233d9f190d11337068f33f2c13ba9251
2013-02-18Fix the Ignore system input language label truncated in translationsAndras Timar1-1/+1
Change-Id: I3d05135f7973d6ca9cb3e554a4c80544a17e6f60
2013-02-18move General options page to cui and adapt codeCaolán McNamara4-298/+83
Change-Id: I724db9d199ad15d31f8daf2329ceb9cd46fdefda
2013-02-18move Stored Web Connection Information dialog to cuiCaolán McNamara4-246/+76
Change-Id: Ifddd7348754054e505b0b9abe1d760e903e00f2a
2013-02-15fully convert security options to .ui formatCaolán McNamara4-277/+35
Change-Id: I119b38f96ebdd6af19b9dce926a684398b4f72f8
2013-02-15move security options dialog to cui and adapt codeCaolán McNamara3-19/+3
Change-Id: Ie1f5c5eb437c55844a524c1219b1e30e5f07b3c3
2013-02-13move security options to cui and adapt codeCaolán McNamara4-329/+84
Change-Id: I7f53b9486d95f539fe893f7ab72c2eee64449064
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-10/+4
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin2-3/+3
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-11add borders to simpletablecontainerCaolán McNamara4-4/+4
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
2013-02-11move paths option page .ui to cui and adapt codeCaolán McNamara6-214/+111
Change-Id: I60063a0d101ef47271194e45ee59f9ff622a4f1c
2013-02-11fdo#46808, use service constructor for awt::ContainerWindowProviderNoel Grandin1-6/+2
Change-Id: I15f45bb51fe8880041c396025efdd5c91ebc3f13
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-5/+4
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-02-08Fix "bModified" reassigned before previous value usedJulien Nabet1-3/+1
Change-Id: Ief802e26faf8165477b12d92524ce36f92575509
2013-02-08move java options page .ui to cui and adapt codeCaolán McNamara6-275/+144
Change-Id: I481a4bbe06a5d0b3fb8701181d49d84d628fdd32
2013-02-05move fonts options page .ui to cui and adapt codeCaolán McNamara4-454/+200
Change-Id: I3838de932dea44accd3ec5a8eca3706f65058661
2013-01-31tell the options dialog to relayout if a pane queue-resizesCaolán McNamara1-1/+31
Change-Id: I44686ea724873181018bf00253a08afa58c9a10b
2013-01-31hide un-installed module color appearance settingsCaolán McNamara1-29/+36
Change-Id: I7bf3d536805e60dd544551ef0753527fabe59476
2013-01-31move color options .ui to right place and adapt codeCaolán McNamara1-2/+1
Change-Id: I645775bcec9993a2d8fd4b5ea67197ad3b2a9e03
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-4/+3
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30WaE: unused function 'GetGroup'Tor Lillqvist1-15/+0
Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec
2013-01-29loplugin: remove some unused strings, etc.Caolán McNamara3-3/+2
Change-Id: Ic18ca82a49ec346240a667462e73184694ce8feb
2013-01-29move color scheme options .ui to right place and adapt codeCaolán McNamara4-1323/+417
a side effect of this painfully tricky rework is that we recover an apparently long lost initial "ON" column in tools->options->appearance Change-Id: I262feae14e9f8a21f46103e35256687e66a13c7c