summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2014-02-23Remove unneccessary commentsAlexander Wilms71-1036/+1036
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7
2014-02-21c++11ismCaolán McNamara1-2/+2
Change-Id: I54a32d1e07173e2cd5522e1b2e7ceff3b4f3378c
2014-02-21restore translatable Auto textCaolán McNamara1-1/+2
Change-Id: I379c48615f2934d451bf12c1b1005cc98e2e7d4f Reviewed-on: https://gerrit.libreoffice.org/8162 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert2-55/+41
The hard-coded icon themes have been replaced by a dynamic list which is filled by scanning the config directory Conflicts: include/vcl/settings.hxx vcl/source/app/settings.cxx vcl/source/window/window.cxx Change-Id: Ie3680ffe27d06e375acf22753e036cb6ddabc4ed Reviewed-on: https://gerrit.libreoffice.org/7935 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21coverity#706146 Copy into fixed size bufferCaolán McNamara1-15/+9
Change-Id: I1d774cff476a2ce7fe1e4b4ba1e64bc42a6ff27e
2014-02-21-Werror=parenthesesCaolán McNamara1-2/+4
Change-Id: I8e64440635d9d94d62c67fd542b39a2436390de2
2014-02-21coverity#738579 Uninitialized scalar fieldCaolán McNamara1-2/+3
Change-Id: If5494435c5aa536a78a6b923d30c63861d0a0dd2
2014-02-21coverity#738587 Uninitialized scalar fieldCaolán McNamara1-5/+8
Change-Id: Icf9146eb541272e7219ce3bf00c296b930538835
2014-02-21vcl: sal_Bool -> boolStephan Bergmann51-301/+301
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21editeng: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert35-5/+40
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 Bergmann31-182/+182
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-19Resolves: fdo#74242 now VclMultiLineEdit's a11y workCaolán McNamara2-4/+4
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 Bergmann17-75/+75
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-1/+1
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
2014-02-15fdo#72967 Draw position size tab - min size is 0 not 1 (mm)Tomaž Vajngerl1-1/+0
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 Grandin1-4/+1
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 Grandin1-4/+1
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 McNamara1-2/+4
Change-Id: Icf395a9784ca0992e92f793bc556293a7d4870ce
2014-02-11coverity#738581 Uninitialized pointer fieldCaolán McNamara1-1/+2
Change-Id: I01738db66ffa1dc2926a84da890e803d54ced76b
2014-02-11coverity#738580 Uninitialized pointer fieldCaolán McNamara1-0/+1
Change-Id: I3b2295afa5a86430178c68e61f38a98969708f0b
2014-02-10coverity#704611 Dereference after null checkCaolán McNamara1-2/+1
Change-Id: I7ce68773c85408d0dc3d46bac85bcbd0f5806ade
2014-02-10coverity#704610 Dereference after null checkCaolán McNamara1-11/+13
Change-Id: I1a08d643a695f1d22e339b8906588aca7d190578
2014-02-08coverity#1169878 Uninitialized pointer fieldCaolán McNamara1-7/+8
Change-Id: I722689f54f7c12ab632104550c632aaa16afe65f
2014-02-07related: fdo#74230: Area tab page: prevent default gradient/hatch/bitmapMichael Stahl1-47/+64
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 Grandin1-2/+0
Change-Id: I5e17afe36422d546249dfc849a2d948a6ef5030b
2014-02-06Fix spelling errrorTor Lillqvist1-2/+2
Change-Id: Ie5fc19fa223942e31899408324beb2e15c1d7bef
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan2-3/+3
Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan3-6/+6
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 Bergmann1-12/+3
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 Bergmann1-10/+0
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 Bergmann1-21/+13
Change-Id: I31f7dd7ded3d319ba67e38f530128e28c265b7d5
2014-02-04convert link database dialog .uiCaolán McNamara8-203/+259
Change-Id: Ide66c2f088616b1677d03bad9095fa5829c4ffb7
2014-02-03fdo#74366# Determining bMail was accidentally invertedStephan Bergmann1-1/+1
...in 64b720dce8d3087ed62da815ecae1375b45149be "Related: fdo#38838 remove UniString::SearchAscii" Change-Id: I814d832dc88704670a04fdc7f3edd1296dfda991
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-121/+2
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 McNamara8-252/+357
Change-Id: Ic9d06ff7ae5c1f5f9b50732943c38b8666680b9d
2014-02-01coverity#707724 : Uninitialized scalar fieldNorbert Thiebaud1-11/+20
Change-Id: I5514f0906d01f3a05a145a9f45ba2a599f85b26c
2014-02-01convert emboss dialog to .uiCaolán McNamara10-353/+220
Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654
2014-02-01convert mosaic dialog to .uiCaolán McNamara8-174/+292
Change-Id: Ibc723ca79fba89f24e04440fdbf4140a4e0655ad
2014-02-01convert posterize dialog to .uiCaolán McNamara7-105/+204
Change-Id: If21e85cd0802c9f1b2bd244e6fb3715bef395e0a
2014-02-01convert sepia dialog to .uiCaolán McNamara8-122/+217
Change-Id: I6032ea0da029e5bff145e582892655143400f710
2014-01-31drop unused resource id argumentCaolán McNamara2-4/+3
it's the wrong resource id anyway Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
2014-01-31convert solarize dialog to .uiCaolán McNamara8-120/+223
Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521
2014-01-31convert smooth dialog to .uiCaolán McNamara8-151/+274
Change-Id: If2894cef70bf6b9848a1338afaa36dc8b0d7d6be
2014-01-31introduce a layout aware GraphicFilterDialogCaolán McNamara2-12/+198
Change-Id: I932e4be6b7f4a2717748de561c424302ef429d63
2014-01-31GraphicFilterDialog->oldGraphicFilterDialogCaolán McNamara4-33/+32
Change-Id: I13eb7c462538520c119391ad54fac2c0e0d052e9
2014-01-31drop unnecessary dtorsCaolán McNamara2-16/+2
Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866
2014-01-30fdo#74252: Fix crash on exit with the customize dialog.Kohei Yoshida2-10/+12
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émeth1-1/+18
Change-Id: I25e7c13036c6ce1948cc33d45901ef69a258fb03