summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
AgeCommit message (Collapse)AuthorFilesLines
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-4/+4
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-22QueryBox DLG_CHANGE_AUTH_ENTRY -> MessageDialog + stringCaolán McNamara2-6/+3
Change-Id: I836381f710e4f36b977284f6996bb135fc328049
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
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-13loplugin:staticcallStephan Bergmann1-1/+1
Change-Id: I26e1e0f66dad5ed4e8351fc7509449b312559166
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-9/+9
...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-4/+4
...there was a call site that passed undefined "null pointer reference" (apparently in a case where the passed argument was actually unused) Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-3/+3
...there were a number of call sites that passed undefined "null pointer references" (apparently in cases where the passed argument was actually unused) Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe2-8/+8
Change-Id: I45929aae52fa106b5f5c0199f8ce8b60c0ac5438
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante2-45/+12
Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2 Reviewed-on: https://gerrit.libreoffice.org/9494 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
Change-Id: I38e855966598342eb2352e70e04f7a5e09e54f83
2014-04-30sw: sal_Bool->boolNoel Grandin3-113/+113
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
2014-04-29sw: actually why does this not simply call FlatIndex()?Michael Stahl1-5/+1
Change-Id: I74f5e25a05ca3c4c0259dd7f33da57a9e0790caa
2014-04-29fdo#76696: CurTOXType::GetFlatIndex(): fix inverted conditionalMichael Stahl1-4/+4
(regression from 6af1e845baa0ec63ce16f25868e5e3313bd647bb) Change-Id: I22dd77fe9bb03f2cf4ce4518ef12c566aad66785
2014-04-22remove unused hrc filesThomas Arnhold1-28/+0
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22clean up hrc filesThomas Arnhold2-2/+0
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
2014-04-20cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: Ic24715d86b3f822babd236ac73c041f3a5c1d92b
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
Change-Id: I812842e76ae0b7bc252530d2b4aaa2b452c2babf
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
Change-Id: I58c425ab9d2c01f8844226aff820dd56d88ec09c
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-1/+1
Change-Id: Ib689e35b417e0e9016cd6a239c986e0603a99d62 Reviewed-on: https://gerrit.libreoffice.org/8837 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-04-08SwMultiTOXTabDialog: fortunately the bogus SetTemplatePath callMichael Stahl1-1/+0
... fails with exception and does not modify the configuration. (regression from 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889) Change-Id: I0e12cf0b531bc68147cf2be22c28c75c0f05f3ff
2014-04-04SwMultiTOXTabDialog: the file we ship is called idxexample.odtMichael Stahl1-20/+1
Change-Id: Ib62f992814ec83f3bb25a0197b50b0b85979d0bb
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-3/+3
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-1/+1
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
2014-03-30sal_uInt16: to sal_Int32 and rework initializationMatteo Casalin1-12/+6
Change-Id: Ifd5d7a8fd792da9931995ae4982504b68afe8303
2014-03-30Remove one more OUString concatenated appendMatteo Casalin1-5/+2
Change-Id: I7d4d000560c6774ffb691c47f951a191f9a92fa9
2014-03-30Remove empty branch in if statementMatteo Casalin1-4/+1
Change-Id: Ifa2713638369f8c77e58f4945570fd3faf137d93
2014-03-30Fix alignmentMatteo Casalin1-2/+2
Change-Id: I8a1ba77649c862eab1f381c678689c435420140e
2014-03-30Use getToken instead of indexOf and re-assignmentMatteo Casalin1-12/+6
Change-Id: If91343c2334f03cd35f95b79b8e341c6ee355f62
2014-03-30OUString optimizationsMatteo Casalin1-130/+73
* Remove temporaries * Remove concatenated appends * Constify Change-Id: I94db8071c69568818c94670a4b9c71ab31660ac9
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-16/+16
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-6/+6
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-24Do not compare the same OUString twiceMatteo Casalin1-2/+3
Change-Id: Id915a41e3cc50720d36955da9aa2c7efa6c9034c
2014-03-24OUString* to const OUString* as constructor argumentMatteo Casalin1-2/+1
Change-Id: I54e3b086c57b9b727ffdd5d3aa0c38c2c2ea2954
2014-03-24sal_uInt16 to sal_(u)Int32 + some constificationsMatteo Casalin1-56/+51
Change-Id: I60a552f14c4c4735f702581be18231e658cb30e7
2014-03-24Remove temporary OUString by bailing out earlyMatteo Casalin1-13/+11
Change-Id: I58e63b11c684d686e0e0830bb4e0e3b7fc9bbc32
2014-03-24Remove temporary OUStringsMatteo Casalin1-21/+13
Change-Id: I328eb08b719b5fdd51e1ca7c5c6fa3546ac90adb
2014-03-24sal_uInt16 to sal_Int32/int and remove some temporariesMatteo Casalin1-29/+24
Change-Id: I2ab4bb2f57c95d2d4b1029fd6e324ebbe0ff7148
2014-03-24svtools: sal_Bool->boolNoel Grandin1-7/+7
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24svtools: sal_Bool->boolNoel Grandin1-6/+6
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
2014-03-21coverity#705953 Dereference before null checkCaolán McNamara1-7/+4
Change-Id: Ia9d6af4d601b76dfb9e950fdb4bdaf283f3e985c
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh1-0/+3
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8473 Change-Id: Ie1b0ac3cb4d4b9bf305323599d5e4b63f913fb1b
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak123454-666/+1
Moved the files linked in sw/Library_sw.mk from sw/source/ui to sw/source/core/uibase and modified the make files as per the new directory location. Reviewed on: https://gerrit.libreoffice.org/8447 Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2-32/+31
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-02-27Remove visual noise from swAlexander Wilms5-28/+2
Conflicts: sw/inc/unodraw.hxx sw/inc/unoframe.hxx sw/sdi/swriter.sdi sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unoparagraph.cxx sw/source/filter/ww8/rtfexportfilter.cxx sw/source/ui/inc/unotxvw.hxx sw/source/ui/lingu/hyp.cxx sw/source/ui/lingu/sdrhhcwrap.cxx sw/source/ui/uno/swdetect.hxx Change-Id: Ic0a3fb2392187c277c9b36915ffb10dcf0317908 Reviewed-on: https://gerrit.libreoffice.org/8322 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>