summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-09-18fdo#82577: Handle FontNoel Grandin
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-12cui: sal_Bool -> boolStephan Bergmann
Change-Id: Ib472f25eb1625dadca8c2078b3f9cdab98763c8d
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
Change-Id: I88eeac06413fc3935cbbdb357ff8bf9acaa383a8
2014-09-09fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-oversStephan Bergmann
...from previous commit Change-Id: I945faa6215f971ce817c6450fe0786da0696091f
2014-09-09fdo#45071 Remove Libreoffice browser pluginBryan Quigley
This removes ENABLE_NPAPI_INTO_BROWSER while it should keep ENABLE_NPAPI_FROM_BROWSER (embed flash in LO) intact. Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: extensions/source/nsplugin/source/npshell.cxx Change-Id: I80a9159a75653c74423d8fdc7c188568d3188e04
2014-09-09semibold -> bold in Color Picker headingsAdolfo Jayme Barrientos
Change-Id: Ibd591ff43b0128eb8d7fb80468eb38ae68d187b2 Reviewed-on: https://gerrit.libreoffice.org/11328 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-08don't make reason for exception a mysteryCaolán McNamara
Change-Id: I3a3a2273dc0f97931dd6ddfd9492d5a883448aa3
2014-09-05src: capitalization as the restThomas Arnhold
it's easier to grep Change-Id: I3639467b77c8071f2ffe3204669514948ffff8a2
2014-09-02make sort list options page fill vertically and horizontallyCaolán McNamara
Change-Id: I495ab15fa9b658e54f039aede69a7a79b6296635
2014-09-02Related fdo#82088: removing namespace alias in hxxStefan Weiberg
Change-Id: Iaf455e8361653bc1262cda3bccc2e798b3c60580 Reviewed-on: https://gerrit.libreoffice.org/11225 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-31Resolves fdo#83278: Missing type of directory at "Tools/Options/LODev/Paths"Julien Nabet
Revert "remove unused optpath.src" This reverts commit b11d0a4d2b3b65a9ca06fd1de4ec4502eef2baa9. Change-Id: I9c5f8c15b36c38e94603186cb9d2bb316bf31674
2014-08-25Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4a0715b18bc3aa032779252cad2450c905a467a4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-22fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold
Changes made: * Rename "Back" to "Reset" like in other dialogs (eg. Writer - Format - Character). * Apply-Button, which reflects the old behavior of the dialog, and doesn't close it automatically. * Added an OK-Button, which applies the changes made and automatically closes the dialog. With this both use cases should be handled: * Inserting one single URI with simple close. * Modifying multiple URIs without closing the dialog. Hopefully all users are happy with this ;) Change-Id: I1881dee083945cd165fbb8f8444395c1b04a0607 Reviewed-on: https://gerrit.libreoffice.org/10946 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-21QueryBox RID_SFXQB_SET_LANGUAGE -> MessageDialog + stringCaolán McNamara
Change-Id: Ic1b5233563ff9ce3e3453b47fe86138ae2497a18
2014-08-21QueryBox RID_SVXQB_DELETE_COLOR_CONFIG -> MessageDialog + stringCaolán McNamara
Change-Id: I3ae71cf2fd4a8cf0db76845c60f633285bd00e27
2014-08-21QueryBox QUERY_DELETE_CONFIRM -> MessageDialog + stringCaolán McNamara
Change-Id: Ieae9977fd77f7b28991771a31c18e15be4a4f0dd
2014-08-21QueryBox QBX_CONFIRM_RESTORE_DEFAULT -> MessageDialog + stringCaolán McNamara
Change-Id: I93911342a316beaba0d33b35bda1bfa4355befe2
2014-08-21QueryBox QBX_CONFIRM_DELETE_TOOLBAR -> MessageDialog + stringCaolán McNamara
Change-Id: If03a966ab6519d1335903b7d76cb44c38113a4a3
2014-08-21Typo: and->endJulien Nabet
Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526
2014-08-19dangling unused .ui fileCaolán McNamara
Change-Id: Ifc1968e5474c7f252960d4b790d6f01db29cab8a
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I7ecf827a0713efaecb4b0eb49f9f8c06f8c59091
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4e98c362f811c19f03766d0c78f10c795d3ac79d
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib461b5d3702e00a9d7cef3229c44e3328c776e1d
2014-08-18prevent out-of-bounds string accessEike Rathke
... while entering a * star symbol format code and there's no fill character following the * yet. Change-Id: I006f125ceefccba6a95ea033fd434d98e5d4f1c2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
2014-08-18ErrorBox->MessageDialogCaolán McNamara
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3734cb14b6ed8f556af85b234968682a55ac8a4c
2014-08-18various unused QueryBoxesThomas Arnhold
Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
2014-08-18InfoBox IBX_MNUCFG_ALREADY_INCLUDED to StringThomas Arnhold
Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7
2014-08-17fdo#72333 Changed [T] description to reduce confusion.Rachit Gupta
As described in the bug report, removed Autoformat as it was creating confusion. Change-Id: Ia22ba529bd3cfa08fe86de4ba7947baef94f4061 Reviewed-on: https://gerrit.libreoffice.org/10953 Reviewed-by: Cor Nouws <oolst@nouenoff.nl> Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2014-08-17remove unused stringsThomas Arnhold
Change-Id: I1665bb72203964be071835547c50440f86e1761d
2014-08-17remove unused optpath.srcThomas Arnhold
all definitions are not used and the file is never included. Change-Id: If88fab7843122bf6b5649808ea16c5fe0cc30b12
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on. Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as return value in case of failure and in the related tests. Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927
2014-08-16fix buildMarkus Mohrhard
Change-Id: I770b941c065ca41541f27d01f78727d9d0e32a7e
2014-08-15WarningBox RID_SVX_MSGBOX_LANGUAGE_RESTART to StringThomas Arnhold
As it's like RID_SVX_MSGBOX_LANGUAGE_RESTART Change-Id: I49c68537c22b348dd165fd1cfb78b67d8f3f7c88
2014-08-15InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART to StringThomas Arnhold
Change-Id: Ideeb3ae8aa6493fc2d2a761d46f95baf0158c6e8
2014-08-15ErrorBoxes from optjava to StringThomas Arnhold
Change-Id: Ia3e200277a8a47b62a1ecbc21d9a83ba35c7ef7e
2014-08-15ErrorBoxes from fmsearch to StringThomas Arnhold
Change-Id: I0c2d12a79e8af2125c3aad7f0a6cb873ce3b4d2c
2014-08-15remove unused RID_SVXERR_OPT_DOUBLEPATHSThomas Arnhold
Change-Id: I08cf8a3ecfa181fafe03e27fdbe0c43739bd4ad3
2014-08-15ErrorBox RID_SVXERR_OPT_PROXYPORTS to StringThomas Arnhold
Change-Id: I1ab70b37d54c11023c161f76363a36acad78de62
2014-08-15fdo#48110 disable the "Automatically" currency unless already usedEike Rathke
This disables the "Automatically" currency listbox entry in the number formats dialog and makes it unselectable, unless such currency format was already used at the current position of a loaded document. Getting completely rid of the listbox entry if not used is more cumbersome as the positions are tied to the list entries in SvxNumberFormatShell::aCurCurrencyList, but at least the disabled entry prevents accidental or ill intended selection of that awkward format. Change-Id: I16f3e88feede34e3f83afb108f253fb53d82d34d
2014-08-15HIG-ization of latest Persona search dialogOlivier Hallot
Fix some HIG issues with latest Persona search dialog * frames to compartimentalize options * wording of text * status messages just above dialog buttons Change-Id: I28d066e117cf1a49f2690ea44f5caca9cab9dd7d Reviewed-on: https://gerrit.libreoffice.org/10936 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-15Replaced %1's with URL's to make the errors more descriptive.Rachit Gupta
Change-Id: I441085a7704eb3464e13723d8dc2ee1df833bd46 Reviewed-on: https://gerrit.libreoffice.org/10931 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-08-15WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist
Change-Id: Ib2154a93192aa8342660b309f5307c1cb443063c
2014-08-14personas: Added a TODO FIXME wrt. ssl negotiation.Jan Holesovsky
Change-Id: I5f5889b6e63e8e6763abc39690adb78d48929783
2014-08-14personas: Better default searches, improved error messaging.Jan Holesovsky
Change-Id: I0a1303f5864516efbf69e7a0227f17e43aea4af7
2014-08-14Removed hardcoded strings.Rachit Gupta
Replaced the hardcoded strings with their CUI_RES equivalents. Change-Id: I1f4e0451839cd9fe10aa9d1c5ae82af9fa13dc4e