summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Collapse)AuthorFilesLines
2014-09-23fdo#82577: Handle WindowNoel Grandin36-82/+82
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-18fdo#82577: Handle FontNoel Grandin2-6/+6
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin2-11/+12
The most important part of the change is in sc/inc/global.hxx It creates a type-safe struct that prevents the accidental interaction between regular integer types and the flags struct. It also provides utility methods that make combining and testing the flags type-safe. Change-Id: Ibc5b20058b1655df913490682b679afd1297b36d Reviewed-on: https://gerrit.libreoffice.org/11071 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-08-28fdo#39468 Translate German comments in sc/source/ui/miscdlgsThomas Viehmann13-396/+100
Change-Id: I3b15d653206e7c55422a08951466916947052a24 Reviewed-on: https://gerrit.libreoffice.org/11155 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
Change-Id: Ib4a87cab2729e18b2c830cbd7e7a34d62b5f0f45
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-3/+3
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
2014-08-18ErrorBox->MessageDialogCaolán McNamara6-13/+14
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-14fdo#79116 make paste special easier to useThomas Viehmann1-1/+75
This patch adds three short cut buttons to the calc paste special dialog: paste values only (numbers, strings, dates), paste values and formats, and paste transposed. Change-Id: Ie70fbaa28976b2311b1d9cf53b094a5083fb42d4 Reviewed-on: https://gerrit.libreoffice.org/10928 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos2-200/+69
Change-Id: Ibdfa27e834cd8fba0f732233338e5fba699c1e90 Reviewed-on: https://gerrit.libreoffice.org/10778 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-26coverity#704706 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I22f376f747ffbb7f559d7e0ea631e2baae92138f
2014-07-11move the retype strings to sc.hrcCaolán McNamara2-2/+2
Change-Id: I70bbbac0dff8c64bedcf8a46006378291a7fac23
2014-07-11Convert RID_SCDLG_RETYPEPASS to .uiPalenik Mihály2-368/+109
Change-Id: I5d6e1ba67bf04c4a10e92f203fcbf36b58a8801c Reviewed-on: https://gerrit.libreoffice.org/10178 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
2014-06-25remove whitespaceMarkus Mohrhard32-148/+0
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-06-24new compilerplugin returnbyrefNoel Grandin8-36/+36
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+0
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-13loplugin:staticcallStephan Bergmann4-6/+6
Change-Id: I670fbcd83e368f2821d37a392cbc007b1f4cd55e
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold4-18/+0
Finish the work of ec8617568ff091026b2f17cce3b547b1633fa6c4 Only one is left: SC_PROGRESS_CXX Change-Id: Ifdc07ec377d7a84e92bc4b0a66ab82b1fc93f76a Reviewed-on: https://gerrit.libreoffice.org/9636 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-26coverity#704706 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I74bced4ccbe2e801fe7a3ef8e2fe0c5c39d2a4fa
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+5
Change-Id: Icc1e11e173329fd88898a3d13270406fd651eb2b
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida1-1/+2
Change-Id: Ib2256ebac8a7e63e7e24fb35d13d47b811bd8e19
2014-05-11coverity#705841 Dereference before null checkCaolán McNamara1-1/+1
Change-Id: I3b0f7530739a084f22f66313c3e1ffe2d60768ea
2014-05-11coverity#705840 Dereference before null checkCaolán McNamara1-16/+10
Change-Id: I732ded8a169b9bd0be85b193928a39c0a215ec36
2014-05-11fix-includes.pl: scThomas Arnhold2-2/+2
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin3-6/+6
Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2014-04-29coverity#1210199 Uninitialized scalar fieldCaolán McNamara1-0/+1
Change-Id: Ia07d39191a4676f0ba2381bde0a03925bb6c8931
2014-04-23sc: sal_Bool->boolNoel Grandin10-28/+28
Change-Id: I70aad0b38979f45a313b8ac36890fb6c64d11bb0
2014-04-22clean up hrc filesThomas Arnhold1-1/+0
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
2014-04-15CID#1093227: check for (unlikely) null return valueEike Rathke1-1/+3
Change-Id: Idca2df07ffdc41b67bf7e126ebec3243501b9cb5
2014-04-06whitespace cleanup in scMarkus Mohrhard30-334/+0
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
2014-04-04fix creating com.sun.star.sheet.Solver instanceMatúš Kukan1-54/+18
Change-Id: I100d45b8f749ece5496d8e5a0e3343dee96f7138
2014-03-30coverity#1194921 Overflowed return valueCaolán McNamara1-7/+3
Change-Id: I872835c3a20eda807d571fa27794dbe2bf858e7a
2014-03-30coverity#1194916 Overflowed return valueCaolán McNamara1-1/+1
Change-Id: I26614f6d95276ec2b3b57301bd38ac53ea8f225d
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-2/+2
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-25svtools: sal_Bool->boolNoel Grandin2-2/+2
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-7/+5
Change-Id: I7b72c5680d5665b3f1f720f50a2d3ea6fc0c3e39
2014-03-17sc: prefer passing OUString by referenceNoel Grandin2-2/+2
Change-Id: I85e8823e872bf53182ce90576225e462edb1930a
2014-03-14sfx2: sal_Bool->boolNoel Grandin2-2/+2
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-06convert calc autoformat dialog to .uiCaolán McNamara2-165/+131
this dialog is hauntingly similar to the writer one, a copy and paste job Change-Id: Ic873038dba4ca4fd737690b917f6cd0d5144218a
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05remove unused code ScSimpleRefDlg::GetRefString()Noel Grandin1-5/+0
Change-Id: I1d5660560844e6e05be7ac20af3a420cae7de2b5
2014-03-03Remove visual noise from scAlexander Wilms27-48/+48
Conflicts: sc/source/ui/inc/docfunc.hxx Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8 Reviewed-on: https://gerrit.libreoffice.org/8301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-02coverity#704707 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I28bf5dfb37b1283e6f04b44841395f49542a0f47
2014-02-27coverity#1187869 Uninitialized pointer fieldCaolán McNamara1-0/+3
Change-Id: Ie516d7850b2d415c7d16a2f46f4d552bd14d546f
2014-02-23Remove unneccessary commentsAlexander Wilms28-207/+207
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-21vcl: sal_Bool -> boolStephan Bergmann10-33/+33
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21cid#708091 Uninitialized pointer fieldNoel Grandin1-0/+2
Change-Id: Ibc068d4a077d3715f4f8c28d20f53167686cbbee
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
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>