summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-23Disable HTML export "hspace" and "vspace" check on OSXTomaž Vajngerl1-0/+2
Change-Id: I3c15d51f390bd7bed1d8738befda2a7476b3495a
2014-09-23fdo#62281 Add a title to the About dialogAdolfo Jayme Barrientos1-16/+6
Change-Id: Idc9d9631dbb4990f878ee2f64b0f6fa36973307b Reviewed-on: https://gerrit.libreoffice.org/11598 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-23n-up printing done by vcl, brochures by draw/impressCaolán McNamara1-4/+5
Change-Id: If38365d949ad91d50138798a0a386f9543eb4f22
2014-09-23Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann2-9/+16
Change-Id: Ia0d06d1e0951bcc3930d5e059658209a2916405f
2014-09-23Keep files of failing tests aroundStephan Bergmann1-0/+7
(Arguably, such files should be stored in a workdir/CppunitTest/... directory removed and freshly created before every test run, instead of in TMPDIR.) Change-Id: I1e5928db399e6ed39143ebfd3844c7dd46820537
2014-09-23DOCX filter: roundtrip SDT properties on Frame TextPortionsMiklos Vajna4-7/+40
Change-Id: Icb3dc9595a025c4386577d858c8ca96e2f9bbef7
2014-09-23Put schema.xml in the correct place, and drop the empty English strings fileTor Lillqvist1-1/+3
Change-Id: Ic9d3894611eedcffa9ce79ae8b2745de72eb9117 (cherry picked from commit 0b6555f594095ddc082d555852f7d8e9f7d7f266)
2014-09-23javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch6-6/+5
All classes that belongs to the com.sun.star.lib.uno.adapter package are not part of the stable URE interface. (cf. <http://api.libreoffice.org/docs/java/ref/index.html>), for that reason those classes may be final. Remove unused import in com.sun.star.comp.helper.ComponentContext class. Change-Id: I68be8da4324f5163505e65365bf49a6a9cd00672 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-23Use prex.h/postx.hStephan Bergmann2-15/+4
Change-Id: I055ae0426df86a1ea49385bc8c0b176cc4b9d940
2014-09-23PPC Mac support can go away now (again)Tor Lillqvist7-1767/+0
Change-Id: Ie1b2ab13eda584c48aaa0a4a0941f1be451697c1
2014-09-23fdo#84090: Remove maUniName from oox::TokenMapDavid Ostrovsky2-12/+11
Change-Id: I8165def0b6291bfd7bb109e1cdaeb4198ed696b7 Reviewed-on: https://gerrit.libreoffice.org/11560 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2014-09-23Add unit test for oox::TokenMapDavid Ostrovsky4-14/+124
Change-Id: Iced083868a84fd9fbb97ad91dfc0acbf5b69b766 Reviewed-on: https://gerrit.libreoffice.org/11559 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2014-09-22Improve the wording of some actionsSamuel Mehrbrodt2-6/+6
Change-Id: I1458378d5ef0ae3f2476fa455cc45b473de04456
2014-09-22Always add the keyboard shortcut to the toolbar tooltipsSamuel Mehrbrodt1-14/+9
Change-Id: I6f6e385cf6d09b0a3f18b708daeff2df9aba83c6 Reviewed-on: https://gerrit.libreoffice.org/11595 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-22android: cleanly load/close a document when activity starts/stopsTomaž Vajngerl7-42/+80
Change-Id: I2206a2b6818c030ba756f2b4d014a20d46f4106e
2014-09-22LOKit: add "destroy" and "saveAs" to android JNITomaž Vajngerl3-9/+49
Change-Id: I08542b736e49cb9262323e9fe6188b1976d47935
2014-09-22Updated coreStanislav Horacek1-0/+0
Project: help c15adbcd9f39fdd4f2a2e53749e5dc47b365d406 rename Image Styles to Drawing Object Styles Change-Id: Id0c5e9fb505ad99bb77f80963b30b8f0946cc48d Reviewed-on: https://gerrit.libreoffice.org/11594 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-22CppunitTest_sw_tox: move this into the extras directoryMiklos Vajna4-3/+3
That's where all the remaining tests using the public sw API live. Change-Id: Iaffd411d704b42e5b88299d00a6c4b6226e2bd4d
2014-09-22Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"Jan Holesovsky4-33/+38
Unfortunately this breaks the Edit menu - it is now crowded with long texts; so while it may improve the toolbar, it definitely breaks the menu. This reverts commit b59c5ace4b7213ffd62495d0c0e5b6411f5071be.
2014-09-22Related: fdo#37691 \shptxt ... \jpegblipCaolán McNamara1-2/+7
text shape with jpeg data, should we throw away the text shape here or keep it ? Change-Id: I9e4463b5863bf68cdcd18ea5d1f6c831a0de8ec9
2014-09-22sw/qa/README: document that complex/unoapi are Java testsMiklos Vajna1-9/+17
Change-Id: Ibaeefe795c8318824fe3d158871eae0477ef0fc4
2014-09-22Use constants for ST_TextEffect valuesMiklos Vajna1-7/+7
Change-Id: If4226bbe1124ca21893840558559b2b0e24440d3
2014-09-22loplugin: cstylecastNoel Grandin6-7/+7
Change-Id: I8b1f0f6c100b4cf6d45c9e0c0f1e0a38ec081218
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin134-1462/+5786
I've essentially unwound most the Java changes I made te wizards module in the last few months. I will revisit my changes at a later date and make them more carefully :-) Change-Id: I9221a825dc8de6edc96d6db07072aefcd1a37107
2014-09-22Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann1-2/+1
Regression introduced with cb021fcafba06ccf973f2abe229a4761c0a002de "fdo#46037: remove 1 comphelper/configurationhelper in framework." Change-Id: I07727d93315e0d3d87004ce71708271e90a173a3
2014-09-22Resolves: fdo#84057 Localized string is truncatedCaolán McNamara1-328/+364
use grids which are better at compressing than boxes and other tweaks Change-Id: I231ded59f248847668dcf2b0c38bab1be090431f
2014-09-22fdo#78826 HIG: missing colons and capitalization in sdAdolfo Jayme Barrientos25-525/+163
* Title Case for headings and command buttons * Sentence case for radio buttons, check boxes, etc. Change-Id: I68342d2f4c66e2253dded31d80783b3629a3d1d6 Reviewed-on: https://gerrit.libreoffice.org/11577 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-22loplugin: cstylecastNoel Grandin17-34/+34
Change-Id: I84873c9f84651dc8a1337f37c63020b461314e1b
2014-09-22Unwind one level of cluttering indirectionStephan Bergmann1-27/+27
Change-Id: Iceaed0e5490b6002c1421d74dfb8f2d0ba38cbf5
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky8-116/+148
Change-Id: If4b2aef59d45a848fb77de9e1b7bf80d49548a75
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara2-16/+22
Change-Id: I036632dcc7a91eb43aac2bdc2dee7e3355227f24
2014-09-22Resolves: #i121492# Base can not filter by datesKay Schenk1-5/+43
Patch by: hanya Fixed date filter problems in table view. Now processes old style date format and "normal" for database as expected. (cherry picked from commit 79ff7fc76c74a012933230d6f3c37977eccc6398) Conflicts: dbaccess/source/core/api/SingleSelectQueryComposer.cxx Change-Id: I2ae1b50b9e85ff2c543aaea90894a7edd5bc7524
2014-09-22javaunohelper: migrate ComponentContext_Test to JUnitRobert Antoni Buj i Gelonch3-53/+68
$ make JunitTest_juh_ComponentContext Change-Id: Ibcd8ed7b1da7da82593e51b6f25a53763e9455f7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-22DOCX import: ignore SDT as well in to-be-discarded header/footerMiklos Vajna5-0/+22
Change-Id: I53388e8b8ca71a3ad5d0b3e22dd60c642cb1f4b7
2014-09-22javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2-2/+2
* com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter class may be final. There is a overridable method call in the constructor. * Private methods can't be overridden. The private method "instantiate" is declared final in the com.sun.star.lib.uno.helper.Factory class. Change-Id: I7dba78a3d1857bbc328f6a581d8e9a5ae130739d Reviewed-on: https://gerrit.libreoffice.org/11546 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-22wae: unused variable 'sOut'Tomaž Vajngerl1-2/+0
Change-Id: I222b76a736805c795dcb9c866f1e20734d83ba84
2014-09-22Use comphelper::SequenceAsVectorMiklos Vajna1-8/+3
Change-Id: Id163680534a5f4786531954b855f30dc10b9717d
2014-09-22Fix fdo#38884 Improve Up/Down movement in writerJuergen Funk3-9/+13
- It was provided, but the X-Position was reset after the cursor Up/Down - But in the Table is the X-Position not right -> other bug Change-Id: I2d70b7dc4ffa1e2612330d9b30ea5d916f5a9439 Reviewed-on: https://gerrit.libreoffice.org/11500 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-22Updated coreOlivier R1-0/+0
Project: dictionaries 5f3f060c4c6c21ee7fe8a3ad32781630a9c1099c
2014-09-22sax: Tabify makefiles to be more consistentMatúš Kukan4-29/+29
Change-Id: I4db1feea9db351917dd082bd22b9fc1cd5a6a9c0
2014-09-22Remove ActionBarSherlock from androidPeter Foley364-34214/+0
3195c6d removed the only use of ActionBarSherlock, but did not stop it from being built. This causes the build to fail in abs-lib due to the missing v4 support library. Stop building abs-lib and remove the no-longer used code. Change-Id: Ib9dd4b4b95d64ef251eaf8d4b24e539be9d855ff Reviewed-on: https://gerrit.libreoffice.org/11421 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin9-39/+16
Change-Id: Icca5a0dee296fae1abeb78ea8ffa2f9e934bb111
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis12-43/+30
Change-Id: Iec004fffdb0afbe27bd69f379db90f6d904a8a65 Reviewed-on: https://gerrit.libreoffice.org/11553 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-22werror: ‘nDirection’ shadows a member of 'this'Tomaž Vajngerl1-2/+2
Change-Id: Idb56ef8327164f22379b732f9507e0b255b0998c
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl3-29/+36
Change-Id: I54ece4a1977fe93c0e7bbb11774bd8657912c6bb
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl2-0/+14
Change-Id: I3d30dd4337b6bd3b5b0c7cdf97a8787c4bc37fa3
2014-09-22Test HTML export of images & image properties.Tomaž Vajngerl2-0/+30
Change-Id: Ib0bffab0e653dc9ad0cc5367fdbc6bdee02181d2
2014-09-22html export: rework image output to use HTML writerTomaž Vajngerl3-163/+411
Change-Id: Iead3f0f49b93453bd45f07f047978cb92d279d21
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl2-0/+26
Change-Id: I8cc2d752673254c0f23f63030a8fa7d4d288c0a9
2014-09-22html: line break <br/> - use XML style single element declarationTomaž Vajngerl1-1/+2
Change-Id: I2e2b7fb85bd272a45d973c29f792c54aa7be0a82