summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2013-10-23Solve fdo#69926 Wrong default notation for galaxy icon themeJoren De Cuyper1-1/+1
Galaxy is our 'underlying' icon theme we use in LibreOffice. If an user choose to have another theme, Galaxy icons will be overlapped by that other theme. So in general the 'default' template _is_ galaxy, but not for the end user. Different OS have different default theme and are marked with '<themename>(automatic)'. To avoid misunderstandings I delete the term 'default'. Change-Id: If6a1ac781cb68eeb690edf1408c7ce4c62f2ec8e Reviewed-on: https://gerrit.libreoffice.org/6321 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist25-34/+34
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1
hammer silver nails into coffin and bury in concrete Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
2013-10-21drop StringCompare from cuiCaolán McNamara1-2/+2
Change-Id: Iec7a797581ab899e93ad6cebb06c3622ca2360b9
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-21post String conversion cleanupThomas Arnhold1-1/+1
Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
2013-10-20drop unnecessary tools/string includesCaolán McNamara4-5/+0
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz1-14/+1
This commit removes copy and paste code, creating a constructor for it Change-Id: I7a66cfda7fc7c11308d155a7a890352fdacfaacc Reviewed-on: https://gerrit.libreoffice.org/6356 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-17-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
Change-Id: I635235896853693dd7687e0b72ccb3caf4febb89
2013-10-16remove SID_INTERNET_ONLINEThomas Arnhold6-52/+0
We have no online/offline concept for the office anymore. Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934
2013-10-16fdo#63271: Close hyperlink dialog after hyperlink is insertedThomas Arnhold6-16/+17
Also label it with "Ok" which reflects the new behavior better. Change-Id: If8adde315c2d822e3210a0dcae7055519e5e558d
2013-10-16Resolves: #i122759# Pass the Sequence by referenceAriel Constenla-Haile1-11/+16
Despite it's name, rProperties, the Sequence is not a reference in the function signature. Besides, some small improvements: - instead of compareToAscii, use operator==, which is optimized for performance (cherry picked from commit a17e221225915c140c7840904cb9b46d75731edc) Conflicts: cui/source/options/optsave.cxx Change-Id: Ifffd2b9014210c885f03ff8116ea97625b903cba
2013-10-16unotools: add menu option to enable/disable Smart-Art lockJacobo Aragunde Pérez4-1/+14
The point of this menu option is that locked Smart-Art shapes would preserve the original XML files attached so they could be exported back to docx with no loss. The new menu option is located at Options -> Load/Save -> MS Office -> SmartArt to LibreOffice shapes or reverse. Change-Id: I6aafc2eb83404ee2c0b8538b2f6fbbbd4363e7d3 Reviewed-on: https://gerrit.libreoffice.org/6138 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-10-16cui: allow lines in MS filter section to have independently enabled checkboxesJacobo Aragunde Pérez2-2/+12
An extra InsertEntry method is added with parameters to enable or disable the load and save checkboxes independently. Change-Id: I49233ce31e2eaf361310f89887dcede86dec0edc Reviewed-on: https://gerrit.libreoffice.org/6137 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-10-16fdo#45777: handling of whitespaces in hyperlinksThomas Arnhold1-1/+2
Remove leading and trailing whitespaces in the hyperlink dialog, because the resulting links would be unusable. Change-Id: Icf617daf51508a37494536e02fb298fb3cf746c5
2013-10-16remove some stuffThomas Arnhold4-20/+5
Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
2013-10-15update pchThomas Arnhold1-0/+1
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
2013-10-12There is nothing scary about <stdlib.h>Tor Lillqvist1-4/+2
Change-Id: Ie30e4d67435808fd6c31e1ca7f10a58faad1c6ce
2013-10-11-Werror,-Wunused-variableStephan Bergmann2-6/+3
Change-Id: Ie599ddddca533db3a626ab63a9d47e10d76a4a94
2013-10-10CID#1103720 make leak impossibleCaolán McNamara1-15/+9
Change-Id: Ife34807a447aae474f1df29ce22f50b9e9d9cacf
2013-10-10CID#1103727 the intent is surely to compare nPos, nStart cannot be -1Caolán McNamara1-1/+1
Change-Id: I27a6622f45ec3fdbb9153e1dcb1114c5dc71e884
2013-10-09fdo#63866 Remove checkbox also for new separatorsSamuel Mehrbrodt1-0/+1
Change-Id: I2894b7ffc186836890ab7b8117e2c7ca43bd21be Reviewed-on: https://gerrit.libreoffice.org/6087 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-07CID#708782 unused pointer valueCaolán McNamara1-2/+1
Change-Id: I15c34278a3dca19547c77be7aca670fbbc2d2037
2013-10-05fdo#60662 apply HIG rulesThomas Arnhold1-2/+2
Change-Id: Ia73c38866b50e6986361909aa64f7a95c2ce8635
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-10-04fdo#39674 fix some spellingThomas Arnhold2-40/+40
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
2013-10-04Better wording: "Add Separator" instead of "Begin Group"Samuel Mehrbrodt1-1/+1
This is the command that adds a Separator to the toolbar or menu Change-Id: I38bb449b6f34b6fc80bbbe6c0161d3346f785888 Reviewed-on: https://gerrit.libreoffice.org/6088 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-02Spell "indices" correctlyTor Lillqvist1-1/+1
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
Change-Id: I9a49699d0739afc754caa5012da1525aa7e5fc26
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
Change-Id: Ie3e9cb1e30af597e9086d5713b743fc416e19ade
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann2-2/+2
(avoids warnings about std::auto_ptr ctor being deprecated) Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-10/+0
Change-Id: I5269abf769839f525d949b90e827f1322e44f2dd
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
Change-Id: I566f106bb5ea0836535b1fe1b42811fc5be3268e
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
Change-Id: Ib37eb4a2795840bff5b501ba468473f02100aaa2
2013-10-01fdo#54812 Remove option 'Size optimization for ODF format'Samuel Mehrbrodt3-42/+13
Change-Id: I1aee738a0ecd761efaecf4b1b1c53918d8f9cf01 Reviewed-on: https://gerrit.libreoffice.org/6044 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-01Fix error: assigning to 'rtl::OUString *' from incompatible type 'const int'Tor Lillqvist1-1/+1
Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6
2013-10-01cui: fix up WNT-only codeMichael Stahl1-1/+1
Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
2013-10-01convert open-coded array into std::vectorNoel Grandin1-61/+27
Change-Id: I067e1ddcf2c46ac55ed2c5b92db8edb19dc6a0f1
2013-10-01convert CUI module from String to OUStringNoel Grandin123-1359/+1357
Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
2013-10-01convert remnants of String in SVX to StringNoel Grandin2-5/+5
Change-Id: I66fd6387c3fcd33c6ae0b431810abf6679345767
2013-09-30merge queue_layout and queue_resizeCaolán McNamara2-2/+2
so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
2013-09-30Convert Draw object & background dialog to new UIOlivier Hallot2-4/+8
Conflicts: sd/UIConfig_sdraw.mk Change-Id: I5625420bb374c03da0095065444787d082df8038 Reviewed-on: https://gerrit.libreoffice.org/6066 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara12-54/+53
Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68
2013-09-29add border to driverlist and drop unnecessary custom hidCaolán McNamara2-3/+1
Change-Id: I4e81556a0e1e0a6c9dd2aea42b3e7106f7dcf65c
2013-09-29swap buttonbox for boxCaolán McNamara1-8/+2
Change-Id: I56f2ea6731996edc9a4582dc83c9b00f09df8fd7
2013-09-29no need for a double border inside borderCaolán McNamara1-1/+1
Change-Id: I650e00bd026a66f82c6a21b0810b53f2f98c81c9
2013-09-29no need for custom HID_OFAPAGE_MSFLTR2_CLB hidCaolán McNamara2-2/+0
Change-Id: I6002c20bf1f6e6dab6ba7d0b7a0fbbe6a721e115
2013-09-29Convert connpooloptions to .ui + adapt code.Jan Holesovsky7-231/+310
Change-Id: Idf76635180f73716f3d476975d9738edad464348
2013-09-29Convert dbregister to .ui + adapt code.Jan Holesovsky7-122/+167
Change-Id: I81cef872b6369df425b6cb3bab0eeae3fde2c34c