summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
to make it's intended purpose clearly distinguishable from AddNextRef Change-Id: I5da780b48b19fd873667b648031bc394113f953b Reviewed-on: https://gerrit.libreoffice.org/11763 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-02coverity#1242752 Uninitialized pointer fieldCaolán McNamara
Change-Id: I3485a29fe5ce88834b2ef0d30b9c32516befa0ff
2014-10-02coverity#1242766 Unused valueCaolán McNamara
Change-Id: If7d33882d612788fba051ebae56468b80e96e09f
2014-10-02coverity#1242776 Unused valueCaolán McNamara
Change-Id: Ia84bfbcdd4de08c9e87c877b3c1be84c0b712a07
2014-10-02coverity#1242785 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ic97bd7c3fa2f192113d702f9338cb3eaeae6109c
2014-10-02coverity#1242826 Uninitialized pointer fieldCaolán McNamara
Change-Id: I6292d16d8925aa8562942a016bb02ba3785196a3
2014-10-02coverity#1242829 Uninitialized pointer fieldCaolán McNamara
Change-Id: I902d5ed03979264b9d228f91a4a50b912a1eade5
2014-10-02coverity#1242909 Unused value and const things upCaolán McNamara
Change-Id: Ib98a81a04f721917ee3c1fdd19d23a37c5d2c481
2014-10-02Improved striped rows implementationSamuel Mehrbrodt
Some renaming, use variable for row background when not striped Change-Id: I5b36fc751aa163dbb127406d7aefad01974fa371
2014-10-01coverity#1242928 Uninitialized pointer fieldCaolán McNamara
Change-Id: I841306c664ddc5d81ce1c84357de3b2daf32964a
2014-10-01coverity#1242929 Uninitialized scalar fieldCaolán McNamara
Change-Id: I77d19b131a378b16e82ce789c5d0fc99845e92db
2014-10-01coverity#1242943 unused memberCaolán McNamara
Change-Id: I6a5a0efdfa45814a59d4b7b5885850e1618a526e
2014-10-01fdo#82577: Handle TimeNoel Grandin
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-30Improve SvTreeListBox classPalenik Mihály
It is possible to set alternating rows. Expert Configuration dialog use it. Change-Id: Ie43a87ca05be73fdb345fa4866f31c2c36b7cdf1 Reviewed-on: https://gerrit.libreoffice.org/11663 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-30cui: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Iea8b3def77842541129c16346270aa262654fea4
2014-09-30fdo#82577: Handle RegionNoel Grandin
Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
Second pass. Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d Reviewed-on: https://gerrit.libreoffice.org/11669 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-28fdo#60123: Make rotation angle spinbox wrapKatarina Behrens
like all the other rotation-setting spinboxes elsewhere do Change-Id: I9df819abbafecb975bf9db698d0da99de851f5a7
2014-09-26fixed behavior of Writer's Special Character dialogSzymon Kłos
before: the character is inserted at the end after: The character will be inserted where the cursor is or will replace the selected string. Change-Id: If5f7cac24c98a9105c38864da5a4c6363a35a834 Reviewed-on: https://gerrit.libreoffice.org/11642 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara
in favour of a wrap property on NumericField Change-Id: I62c6bdb69a16f37ae6018a2fe41070fb18dbe4a0
2014-09-25Consistently use APP_WRITER as an integer, never as a nullptrStephan Bergmann
(not that it matters much in practice, on platforms where nullptr is all-zero anyway) Change-Id: I640e4e3e8c77f8c5c59c8e4b51c04f72dc1fadf9
2014-09-25fdo#78783: fixed init position to 1 and using cssStefan Weiberg
Change-Id: Ib7c62ce23290056c42bfa89fbac91212e7ae0ab6 Reviewed-on: https://gerrit.libreoffice.org/11409 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-24fdo#64302: Writer’s Special Character dialog could be simplerSzymon Kłos
Change-Id: Ia321a9df77a8741245378e5b995b3bc6922266e8 Reviewed-on: https://gerrit.libreoffice.org/11621 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-23fdo#82577: Handle WindowNoel Grandin
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-23fdo#62281 Add a title to the About dialogAdolfo Jayme Barrientos
Change-Id: Idc9d9631dbb4990f878ee2f64b0f6fa36973307b Reviewed-on: https://gerrit.libreoffice.org/11598 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-21Remove the term “Persona” from visible UI stringsAdolfo Jayme Barrientos
Their official name is “Firefox Themes” nowadays. While I was there, tweak some strings. Change-Id: I2505df2fb810fa7de51d28f5704bc1178671c3ac Reviewed-on: https://gerrit.libreoffice.org/11483 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
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