summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
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 Bergmann
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-19Resolves: fdo#74242 now VclMultiLineEdit's a11y workCaolán McNamara
MultiLineEdit don't, continue to replace MultiLineEdit with VclMultiLineEdit as we continue .ui conversion and delete at end Change-Id: I0d5c5621d5fe26ac5e39392c66b95eebb0786f0d
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
2014-02-15fdo#72967 Draw position size tab - min size is 0 not 1 (mm)Tomaž Vajngerl
Adjustment for size of an object had the minimum set to 1 (mm) instead of 0. Change-Id: I7d4c0998d2987448cea0fd7934649c02a513ac06
2014-02-14cid#704597 dereference after null checkNoel Grandin
this code dates back to the first commit, if the null check was valid the dereference should have triggered a bug by now. Change-Id: If074f68bde6a63083921f687e700321488842364
2014-02-14cid#704596 dereference after null checkNoel Grandin
this code dates back to the first commit, if the null check was valid the dereference should have triggered a bug by now. Change-Id: I7746bd26b6760dec4db522938e40a323be9ae4d8
2014-02-12coverity#1079302 Uninitialized pointer fieldCaolán McNamara
Change-Id: Icf395a9784ca0992e92f793bc556293a7d4870ce
2014-02-11coverity#738581 Uninitialized pointer fieldCaolán McNamara
Change-Id: I01738db66ffa1dc2926a84da890e803d54ced76b
2014-02-11coverity#738580 Uninitialized pointer fieldCaolán McNamara
Change-Id: I3b2295afa5a86430178c68e61f38a98969708f0b
2014-02-10coverity#704611 Dereference after null checkCaolán McNamara
Change-Id: I7ce68773c85408d0dc3d46bac85bcbd0f5806ade
2014-02-10coverity#704610 Dereference after null checkCaolán McNamara
Change-Id: I1a08d643a695f1d22e339b8906588aca7d190578
2014-02-08coverity#1169878 Uninitialized pointer fieldCaolán McNamara
Change-Id: I722689f54f7c12ab632104550c632aaa16afe65f
2014-02-07related: fdo#74230: Area tab page: prevent default gradient/hatch/bitmapMichael Stahl
The Area dialog for shapes unfortunately makes it possible to set gradients/hatching/bitmap that uses the default items in the SfxItemPool. These items however cannot be stored to ODF files, since these are represented as elements, not as attributes on a style:default-style; what we get for defaults is a somewhat silly draw:fill="hatch" without an draw:fill-hatch-name. So prevent the dialog from creating them by forcing a selection of an entry in the list. Change-Id: I67cc6dbbf7b491f06d094d4de1e9c3ffe79b01f5
2014-02-07coverity#738955 unused pointer valueNoel Grandin
Change-Id: I5e17afe36422d546249dfc849a2d948a6ef5030b
2014-02-06Fix spelling errrorTor Lillqvist
Change-Id: Ie5fc19fa223942e31899408324beb2e15c1d7bef
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan
Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
To replace single-instance com.sun.star.util.PathSettings service, incorrectly converted in 89b0017b22889af6a8afe28b94c06e7095dc8c6f Keeping util::PathSettings::create in sc/source/ui/vba/vbaapplication.cxx because for some reason util::thePathSettings::get does not work in sc_macros_test while testing sc/qa/extras/testdocuments/Ranges.xls. Change-Id: I75b68ae56ac5b58f72416070dba100ab3ab70fe8
2014-02-04As the comment says, "news:// is nonsense" hereStephan Bergmann
It was introduced in the orginal commit 4d3148e0b7ee607de9c86e9e9aa79e9cd423f1f1 "CWS-TOOLING: integrate CWS mba32issues01" but for copletely unclear reasons. It looks like it serves as a placeholder for those "unknown-URI-scheme" cases that shall go to RID_SVXPAGE_HYPERLINK_DOCUMENT, but for a news:// URI it would make more sense to go to RID_SVXPAGE_HYPERLINK_MAIL anyway. (Note that INetURLObject only supports RFC 1738 news URIs that cannot have an authority part, not RFC 5538 ones that allow for an optional authority part.) Change-Id: I5db76fc2a733d0c334e24fecb9d7078bedbdbe08
2014-02-04Handling ".uno:InsertSymbol?Symbols:string=" appears to be dead codeStephan Bergmann
4d3148e0b7ee607de9c86e9e9aa79e9cd423f1f1 "CWS-TOOLING: integrate CWS mba32issues01" had introduced it, along with code in SfxConfigGroupListBox_Impl::AddAndSelect to generate such URLs, but which had been commented out from the beginning (and since been removed), and all other places that mention .uno:InsertSymbol apparently use it without a query part (to run the special character dialog), and the string has 33 characters, not 34, so aRet would not contain the first character after Symbols:string=, which looks odd. Change-Id: Icdab24148b217531f2db65b1604678650180a22c
2014-02-04Simplify showKeyConfigTabPageStephan Bergmann
Change-Id: I31f7dd7ded3d319ba67e38f530128e28c265b7d5
2014-02-04convert link database dialog .uiCaolán McNamara
Change-Id: Ide66c2f088616b1677d03bad9095fa5829c4ffb7
2014-02-03fdo#74366# Determining bMail was accidentally invertedStephan Bergmann
...in 64b720dce8d3087ed62da815ecae1375b45149be "Related: fdo#38838 remove UniString::SearchAscii" Change-Id: I814d832dc88704670a04fdc7f3edd1296dfda991
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
Change-Id: I512c525029ebd63d261560d27e9f38bbe94f7e10 Reviewed-on: https://gerrit.libreoffice.org/7649 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2014-02-02convert edit modules dialog to .uiCaolán McNamara
Change-Id: Ic9d06ff7ae5c1f5f9b50732943c38b8666680b9d
2014-02-01coverity#707724 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I5514f0906d01f3a05a145a9f45ba2a599f85b26c
2014-02-01convert emboss dialog to .uiCaolán McNamara
Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654
2014-02-01convert mosaic dialog to .uiCaolán McNamara
Change-Id: Ibc723ca79fba89f24e04440fdbf4140a4e0655ad
2014-02-01convert posterize dialog to .uiCaolán McNamara
Change-Id: If21e85cd0802c9f1b2bd244e6fb3715bef395e0a
2014-02-01convert sepia dialog to .uiCaolán McNamara
Change-Id: I6032ea0da029e5bff145e582892655143400f710
2014-01-31drop unused resource id argumentCaolán McNamara
it's the wrong resource id anyway Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
2014-01-31convert solarize dialog to .uiCaolán McNamara
Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521
2014-01-31convert smooth dialog to .uiCaolán McNamara
Change-Id: If2894cef70bf6b9848a1338afaa36dc8b0d7d6be
2014-01-31introduce a layout aware GraphicFilterDialogCaolán McNamara
Change-Id: I932e4be6b7f4a2717748de561c424302ef429d63
2014-01-31GraphicFilterDialog->oldGraphicFilterDialogCaolán McNamara
Change-Id: I13eb7c462538520c119391ad54fac2c0e0d052e9
2014-01-31drop unnecessary dtorsCaolán McNamara
Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866
2014-01-30fdo#74252: Fix crash on exit with the customize dialog.Kohei Yoshida
pEventLB gets accessed after it's been deleted. Moving the code that accesses it to before it gets deleted fixes the crash. Change-Id: If559fe3ea7dd76a3394d0aa7c18c9329188aa17f
2014-01-30fdo#44314 non-standard hyphenation at soft hyphens + with pers. dic.László Németh
Change-Id: I25e7c13036c6ce1948cc33d45901ef69a258fb03
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi
Change-Id: I09cca73d8d77af259965e74e1b29a88aa5c315ab Reviewed-on: https://gerrit.libreoffice.org/7731 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
2014-01-30stray printfCaolán McNamara
Change-Id: If0a151822db6555c52077e77b05bf381010c13bf
2014-01-29Resolves: fdo#74070 make replace and with fields the same widthCaolán McNamara
Change-Id: I2fbd7d6ed4e657660334a572768f12cbba1d75e2
2014-01-28bool improvementsStephan Bergmann
Change-Id: Ibb509cb162e53e03d42cb50eb30dd1d175991dd6
2014-01-28!STATE_CHECK shall presumably be STATE_NOCHECKStephan Bergmann
Change-Id: Ic037c105a8867585489671bab71a6db9186bada4
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650
2014-01-28Introduce com.sun.star.ui.theUICategoryDescription singleton.Matúš Kukan
Change-Id: I79a78f208b2aa5eaacbd2e349b2b5066afa1ad23
2014-01-28coverity#707723 Uninitialized scalar fieldCaolán McNamara
Change-Id: I137d29a05efaa4b709a362a02ca0c78bd7a3e048
2014-01-28coverity#705139 Missing break in switchCaolán McNamara
Change-Id: Ie4fc12e93a51bc117ec82058c579593f7677cd9b
2014-01-28coverity#705138 Missing break in switchCaolán McNamara
Change-Id: Ia7f2211bb4a8c006259c9db6a2eac64593f8e91e