summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: If5ab427ab320e2623df182e6143c4e7123610eae
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: I8e3adffc4eca232889bbffd8efca48bad78a8b91
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: I8bce930283301130ec7a2b1eab2a2c8f65c8abf9
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: I6ea774c635335106a7a8ddc4214c20bdf3f021ba
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: I2c65b3bd52bc3d8c3dfb8d05c9dcc5d2a8484549
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: If7c99c2ddb98c77bfecf42047fe8798423bb8c9b
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: I2828f5fe78efffaa5dee19a3d56592d12878d956
2015-06-08Resolves: tdf#91672 Crash in base report - right click in page header sectionCaolán McNamara
Change-Id: Ie7f9abc16e07c9ef44916e0cebe67486f3583449
2015-06-08Enable SwUiWriterTest::testEmbeddedDataSource() at least on LinuxMiklos Vajna
Change-Id: I06f684349c774032cfab9a69862213e3077f88ac Reviewed-on: https://gerrit.libreoffice.org/16149 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-06-08Revert "check bounds in RPN tokens, tdf#90694 related and others"Jan Holesovsky
Breaks the Windows tinderbox. This reverts commit 4baf76ddb39580678cf14019900be78bb9071d7b.
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar
b78d881520f2eb658180e2c90ffee3d30a80f0ae removed unused values from SfxFieldUnit enum. This broke the mapping between SfxFieldUnit and FieldUnit. In fact SfxFieldUnit was redundant. Change-Id: I13c7e7d708c6eeab0de192f4cd110b0a23989a31 Reviewed-on: https://gerrit.libreoffice.org/16150 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-06-08Allow building Python on Mac with GNU xargsKhaled Hosny
GNU xargs executes the command at least once even if the standard input is empty, unlike BSD xargs, which causes rm -r to be called with no arguments ween the find command finds nothing leading to an error. Adding -f to rm allows buikding with either implementation. Change-Id: I0df5fcb379d2a5a8b1121594ec1a82d917d80dfc Reviewed-on: https://gerrit.libreoffice.org/16116 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-06-08update creditsChristian Lohmaier
Change-Id: I7a491797e21676118199f47b8b3a596b391b873f
2015-06-08check bounds in RPN tokens, tdf#90694 related and othersEike Rathke
Listeners are set up from references in RPN, so check those for bounds to catch also references resulting from named expressions, database ranges, tables, ... and references in the token code array that are not referenced in RPN. Change-Id: I54770b45818f4c0541a39815278d3271a77b345d
2015-06-08tdf#75256 - Add new thesaurus/dictionary iconMatthias Freund
Change-Id: Id5d7824026817318960b6403bf0e0a7558fd8c30 Reviewed-on: https://gerrit.libreoffice.org/16143 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-06-08Resolves: tdf#91932 enable CaseMap property in impress/drawCaolán McNamara
I don't see why this was explicitly disabled, works fine out of the box for me, import/export already hooked up in odf Change-Id: I5e6bdbc6a4f3cbcd97330c7d9fb33589489afee2
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
2015-06-08Setting Maximum Value for Transparency spin button in area sidebar tabRishabh Kumar
Change-Id: Idb1c5051de5ddb0501b8d1440f8abe62074296bc Reviewed-on: https://gerrit.libreoffice.org/16144 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-06-08loplugin:staticmethodsStephan Bergmann
Change-Id: I22af41840410ee78aee739e0dec49bb43cda874b
2015-06-08tdf#90694 reset group area listeners on correct topEike Rathke
Follow-up on 2f6a06856ad8df0c11a112d1e457b408e9a7af1d, rTop is top of created group, listening needs to be ended on original (previous) group. Change-Id: I1f975a0a6c85e649aa07ce5c6e97bc6e917ff9ce
2015-06-08Revert "loplugin:staticmethods"Jan Holesovsky
This reverts commit 81d82b78a107f2e6c14d6fbdf0d97c8e6cc8b0bd.
2015-06-08Fix the Windows and OS X build temporarily.Jan Holesovsky
Change-Id: I3b02b9b09375867f7bbfac4f32f7747a0228581e
2015-06-08loplugin:staticmethodsStephan Bergmann
Change-Id: I22af41840410ee78aee739e0dec49bb43cda874b
2015-06-08typoStephan Bergmann
Change-Id: I5bba34941d269c728d5d36af8216a481f6939ede
2015-06-08Fix Mac OS X install names of external libwpd/libwpgStephan Bergmann
Change-Id: I25eae3874c7ca4cf4e23673604a1f77e1fa15451
2015-06-08Resolves: crash on export of ooo47778-3.sxw to docxCaolán McNamara
This is a horror where the table in the frame has its cells out of visual sequence, so the last row appears before the last node so on hitting the last node we have to really jump backwards to a previously skipped set of nodes to find the end of the table Change-Id: I93545e0c425267647d5f048c3bd95fe0cfddf8f3
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I8b03c27188b02c3c4a9a9fbbe0df1fb1ae1c5caf
2015-06-08vclptr fix in ScrollableWrapperNoel Grandin
Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d
2015-06-08CppunitTest_sw_uiwriter: add embedded data source definition testcaseMiklos Vajna
Fails with the last hunk of commit 4101949b2a9fcf399a1fa10c2547f745a24f5a3d (dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on load, 2015-06-08) reverted. Change-Id: Ieeaec3b0f925de0d5cf54e08b998038434686b3d
2015-06-08cppcheck: noExplicitConstructorTakeshi Abe
Change-Id: If888f3e0293565ea23158defbb6ac7553226a08f Reviewed-on: https://gerrit.libreoffice.org/16147 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-06-08\<the the\> -> theJan Holesovsky
Change-Id: I9d820446411eb7dfca37bb3baf5e994f4ba6f421
2015-06-08loplugin:unreffunStephan Bergmann
Change-Id: Id6171e120094b1f9b08c291b525b80c8670345b6
2015-06-08dbaccess: avoid pointless ucbhelper::Content instance in case of embeddingMiklos Vajna
Change-Id: Ibc3d7a0d9b3373f17aa8d1da081946814904e6d5
2015-06-08dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on loadMiklos Vajna
With this, in case the embedded data source definition has an URL like: <db:file-based-database xlink:href="../../calc-data-source.ods/" db:media-type="application/vnd.oasis.opendocument.spreadsheet"/> That's resolved to file:///path/to/directory/of/Writer/doc/calc-data-source.ods correctly. Change-Id: Ieb67f9f5ae104689c6dadc14ec84c66bec70a687
2015-06-08loplugin:redundantcastStephan Bergmann
Change-Id: Ibb641ab458e49a30637f1dff715480c0ed5d8b42
2015-06-08writerfilter: avoid manual realloc in ListDef::CreateNumberingRules()Miklos Vajna
Change-Id: Icc43c5236551b850908f631bca5583199415dd2c
2015-06-08sw: clean up using namespace statements in dbmgrMiklos Vajna
Change-Id: I5072d8b24384982a445a4a1678d0269601206320
2015-06-08tdf#82553 DOCX import: handle table margin when converting floattablesMiklos Vajna
Change-Id: I7a3a233a34453153b3e1c0fe3d60bb0ede65dc86
2015-06-08Unused includesMiklos Vajna
Change-Id: Id8aa8edf775d27ad3ed9fd2370268faf2d7325a6
2015-06-07loplugin:unreffunStephan Bergmann
Change-Id: I7320d86de08215fb656113cdaca71645c4b9bc2e
2015-06-07Remove include stdio (part8)Julien Nabet
Change-Id: I4ad581158fa68f30d07101697b716dc9b8fab746 Reviewed-on: https://gerrit.libreoffice.org/16139 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-06-07tdf#85594 Additional tweaks to standard and drawing toolbarsYousuf Philips
Change-Id: I57b538c0490a1fc8233041fdee51889b62ea0eb7 Reviewed-on: https://gerrit.libreoffice.org/16131 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-07Resolves: tdf#79780 use SelectHdl instead of ClickHdlCaolán McNamara
ClickHdl happens on the "down" of the click, not the "up" of the click, so the up gets lost and control isn't returned to the parent widget, so extra clicks are needed to give control back to it Change-Id: I79023d2959377ff70aa890690dde5ce852c9549e
2015-06-07Resolves: tdf#89104 Missing actions from toolbarCaolán McNamara
Toolboxes derive from Docking Windows, they are not layout aware, which is ok, but they need to tell the thing they are inserted in that their state has changed if the parent is layout aware. i.e. docking windows are not toplevel things like dialogs and need to pass on queue_resize to things above them Change-Id: If0eeff90314bef4e828355661a75a0d34a6fc1bc
2015-06-07Remove include stdio (part7)Julien Nabet
Change-Id: I7058ac53f4bbf96eff9a36a03279ab0753cc42ba Reviewed-on: https://gerrit.libreoffice.org/16135 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara
make this a multi-path element with a shared read-only location and a user read/write location and don't copy the presets, instead just keep them in the shared location Now an admin can copy extra palettes into the shared location and they magically appear in the user deployments Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2
2015-06-07Related: tdf#89905 these PalettePath uses appear to really be UserConfigPathCaolán McNamara
which is the same path at the moment Change-Id: Ifdefa478003a2b5cc5c065b1942194dda1275f5e
2015-06-07tdf#91781 Addition of new commands not found in the menu barYousuf Philips
Change-Id: I3fed4a7ec52d728e8e437774c8b4c018995eb060 Reviewed-on: https://gerrit.libreoffice.org/16122 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
2015-06-07tdf#81475 Another round of tweaks to Writer's various toolbarsYousuf Philips
Change-Id: I573fd274c9d757801036a79b47568a12b8096938 Reviewed-on: https://gerrit.libreoffice.org/16121 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
2015-06-06Typo: Gourand → GouraudValter Mura
Change-Id: I6c5d4f97bce8f5b29d979e2508e691948e9399fb