Commit Graph

337688 Commits

Author SHA1 Message Date
Andras Timar
5636443010 Updated core
Project: help  086ca602232837bc9c80800487c57e35e242fe7a
2013-11-03 03:35:38 -06:00
David Tardon
0cdd8a4f17 add config. for formats newly supported by libmwaw
Change-Id: I19cc5b13adf1c0d8cf26abbc9f4254ae89a970fc
2013-11-03 10:11:16 +01:00
David Tardon
b253d44327 update libmwaw to 0.2.0
Change-Id: Ia66d7557e5056398e03ede9d54bf61317e84f2f3
2013-11-03 10:07:45 +01:00
Tor Lillqvist
d17219a7dd WaE: unused variable 'sExpected' [loplugin]
Change-Id: I32d774640602566c23303a9816fa3c5926449781
2013-11-03 10:34:43 +02:00
David Tardon
878f669c40 fix target name
Change-Id: Icdc912c8d36fe75bedb5a3744018b5d100f45f21
2013-11-03 08:05:16 +01:00
David Tardon
a0786fa280 it seems we need svgio too
Change-Id: Iff6165fd440150bdd325c54e41df529bd5349df2
2013-11-03 08:02:15 +01:00
David Tardon
16685f24f1 duplicates in the module list break build
They might occur in extensions when crosscompiling, because both
harfbuzz and lcms2 are listed twice.

Change-Id: I6d6eff19043d33160b825f47988e46798da7857a
2013-11-03 08:02:14 +01:00
David Tardon
a5f90dcdb8 still need to test if the libs should be built internally
Change-Id: I66c6d4bf8100b830fd2d315f548dc3e77a95b9d5
2013-11-03 08:02:13 +01:00
Markus Mohrhard
bd69146cdf improve starmath test code
Change-Id: Ife7e1306ce65dc1d935181553803fbc9266b628c
2013-11-03 04:11:08 +01:00
Michael Stahl
5f9cda2dc5 Repository*: no need to register libraries built via ExternalProject
Only libraries (and similar for executables) built as Library need to be
registered; those built via ExternalProject are delivered by Project and
used via gb_LinkTarget_add_libs.  This also means there is no need to
mangle the names in RepositoryFixes.mk.

Change-Id: Ib0b67f54e2eb6efdb0c454c9e2dd599ada229676
Reviewed-on: https://gerrit.libreoffice.org/6533
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-11-02 18:06:06 -05:00
Markus Mohrhard
2e803712c4 don't warn for empty VBA structure, fdo#61059
Change-Id: I0d0f7fa216fcea7ca893120ad183dc3758ca51d4
2013-11-02 23:59:36 +01:00
Michael Stahl
35210e2272 gbuild: LinkTarget: improve gb_LinkTarget__get_headers_check
Can actually error out early in some cases of partial build with missing
deps from other modules; probably better than trying to build
(Static)Library with bogus vars.

Change-Id: I4e2cbd42d3c84b9bc87607d263f3d80ba7914302
2013-11-02 22:24:12 +01:00
Michael Stahl
d800a25568 gbuild: Library: remove gb_Library__get_final_target
... use gb_Library_get_exports_target instead, which is already a
"final" target for Library.

Change-Id: I5b8a708ba97e351ef383dcc64ead4ab9ea8705c7
2013-11-02 22:07:55 +01:00
Michael Stahl
463ee0c0ac gbuild: Executable: remove pointless indirection here too
gb_Executable__get_linktarget_target, gb_Executable_get_install_target
and gb_Executable_get_install_target_for_build

Change-Id: I1b0397c6982e885cd4834c2001264b1f6ae0a99c
2013-11-02 22:07:54 +01:00
Michael Stahl
43adc0cf01 gbuild: StaticLibrary: remove gb_StaticLibrary__get_linktarget_target
Change-Id: I82ddbb3c82fa5f92e27a938a65a282ed67826a1e
2013-11-02 22:07:54 +01:00
Michael Stahl
a2649f4d4d gbuild: Library: remove pointless functions
gb_Library_get_install_target and gb_Library__get_linktarget_target

Change-Id: I446e642fb43cf9804900b99b32dcc4c621dcb1c7
2013-11-02 22:07:54 +01:00
Michael Stahl
8ec6c54a8c gbuild: LinkTarget: remove unnecessary variables on dep_target
Since commit 8b5a984d45 it is no longer
the case that objects get build only via a dependency from
Linktarget's dep_target, relying on the variables set on dep_target;
now objects only get built via dependency from LinkTarget itself.

So there is no need to set these variables on dep_target any more.

Change-Id: Id0a831342ae6cfcff3bebe7010ece923f0262703
2013-11-02 22:07:54 +01:00
Michael Stahl
d92ac4ac04 gbuild: LinkTarget: why are loads of variables set on headers_target
It is not obvious to me why that was ever needed.

Change-Id: I3df679b41f0685ab288294fa3fadfede093f6f69
2013-11-02 22:07:54 +01:00
Michael Stahl
73f1b19672 gbuild: gb_LinkTarget__get_headers_check can signal error now
... since no external link targets not with gbuild should be used via
gb_LinkTarget_use_library/static_library.

Change-Id: I1c3188dbbe2eaa2f5acfb8944a79ad3b67a95998
2013-11-02 22:07:53 +01:00
Michael Stahl
077c428cae gbuild: LinkTarget: setting FLAGS on clean target not necessary
Change-Id: Icc07e06e0ea7a7e5094d758a9aba0415449f706f
2013-11-02 22:07:53 +01:00
Michael Stahl
bc5069ac40 remove SOLARENV variable
It is constant and can just be replaced by $(SRCDIR)/solenv.

Use BUILD_TYPE where it was used to check if config_*.mk is sourced.

Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
2013-11-02 22:07:53 +01:00
Michael Stahl
64a8828886 gbuild: SOLARBINDIR does not exist any more
Change-Id: Ia158e398acbd5a48dca33d59dd47705376a4dc26
2013-11-02 22:07:53 +01:00
Eike Rathke
da7c6092a6 resolved fdo#67572 export add-in equivalents as internal to .xlsx
For OOXML .xlsx export the add-in functions that are equivalents of
known internal functions as those internal functions.

Change-Id: Ic41f32b67902effa07c3d4db137be08dc5af7265
2013-11-02 21:10:22 +01:00
Miklos Vajna
5730ff36a1 writerfilter: remove unused WW8List class in doctok
Change-Id: Ie295fda55747995f4e4a4fd877e1bc3f8c194521
2013-11-02 21:09:11 +01:00
Henning Diedler
be2f8b889e fdo#39468 Translate German strings.
Quality translation by certified German/English teacher.

Change-Id: I4684630004ad2846b6a5ba76e18d30831d20bc26
2013-11-02 20:14:03 +01:00
Miklos Vajna
7c1e28eaaf SwSpellPopup: rename member variables missing their prefixes
Change-Id: Iea3acea6b080a0236a6a5dfce8a855df16b74231
2013-11-02 20:04:00 +01:00
Markus Mohrhard
68e39b840d Revert "transpose "data in rows" ranges for internal data provider, fdo#62057"
This reverts commit 14fa5488a8.

Conflicts:
	xmloff/source/chart/SchXMLTableContext.cxx
2013-11-02 20:44:38 +01:00
Markus Mohrhard
045e037b7a no default LTR mode does not mean RTL, fdo#68097
Change-Id: Ice4957077e7eda5f7bb93042d6e2ba745935ef8b
2013-11-02 20:32:19 +01:00
Markus Mohrhard
5c18b9dfe4 add test case for fdo#70315
Change-Id: Ia442916ae29b8531ba2ef67eb4809267aca775b4
2013-11-02 19:56:02 +01:00
Jean-Baptiste Faure
78e4c8a925 fdo#70553: Fix Unity Quicklists
Change-Id: I4bf29d0021c1342cd529a7c6cbd86eceb467a9b5
2013-11-02 18:09:28 +01:00
Marcos Paulo de Souza
c5701117b4 Fix invalid string access
Change-Id: Ic83af0549a88b8debfdf945853fa42e1d28e5869
2013-11-02 14:24:12 -02:00
Eike Rathke
06a5b1ecc3 resolved fdo#67536 export internal equivalents as add-in to .xls
For BIFF .xls export the internal functions that are equivalents of
known add-in functions as those add-in functions.

Change-Id: If37f616a34fdabb3fa971fddad01da3dc1f28ee9
2013-11-02 16:29:49 +01:00
Markus Mohrhard
512a14438c remember column style during XLSX import, fdo#70315
WE overwrote the column style that was set earlier with the default
style.

Change-Id: I4c02e1cdd3e72f27d75b8153e2af45b5658ff456
2013-11-02 17:09:11 +01:00
David Ostrovsky
2c92030ff0 Kill servlet-api and tomcat
Change-Id: I630da3fa37144b2e5fb5117017f43841ba89c42a
Reviewed-on: https://gerrit.libreoffice.org/6454
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-02 05:43:38 -05:00
David Ostrovsky
78e4b97a18 Set up tool chain to install LO artifacts in Maven repositories
Add <path_to_libo>/bin to your path.
After full LO compile, the LO Java artifacts can be installed in the local
Maven repository:

mvn.py -a install -v 4.2.0 -s juh🫙<path_to>/juh.jar
mvn.py -a install -v 4.2.0 -s jurt🫙<path_to>/jurt.jar
mvn.py -a install -v 4.2.0 -s ridl🫙<path_to>/ridl.jar
mvn.py -a install -v 4.2.0 -s unoil🫙<path_to>/unoil.jar

With the artifacts installed this way, it is now possible
to consume LO artifacts from custom pom.xml:

[...]
  <properties>
    <LibreOffice-Version>4.2.0</LibreOffice-Version>
  </properties>
[...]
  <dependencies>
    <dependency>
      <groupId>org.libreoffice</groupId>
      <artifactId>juh</artifactId>
      <version>${LibreOffice-Version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.libreoffice</groupId>
      <artifactId>jurt</artifactId>
      <version>${LibreOffice-Version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.libreoffice</groupId>
      <artifactId>ridl</artifactId>
      <version>${LibreOffice-Version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.libreoffice</groupId>
      <artifactId>unoil</artifactId>
      <version>${LibreOffice-Version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

Change-Id: I2ad982ae23c78242ed8f1ac4c88c6be424cc7a0d
Reviewed-on: https://gerrit.libreoffice.org/6453
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-11-02 05:06:13 -05:00
Eike Rathke
1db25c330a fixed out-of-bounds string access when backspacing in a formula
Change-Id: Ic586ce857574e1d28e0e4d754bea0d5251d0efdf
2013-11-02 10:35:07 +01:00
Jan Holesovsky
86b79ea1f6 starmath: Check for text length.
Fixes fdo32667-1.doc.

Change-Id: Ibe7a9ca83b65e7b13c6b315f1b771f50f0b6fc7a
2013-11-02 00:22:44 +01:00
Miklos Vajna
d8fbc8432d writerfilter: remove unused WW8FOPTE class in doctok
Change-Id: I041983293690b5d5e090ba88df509c35cc8f6dc7
2013-11-01 21:15:10 +01:00
Miklos Vajna
325cee9a60 Make CppunitTest_sw_rtfexport use DECLARE_SW_ROUNDTRIP_TEST()
Change-Id: I50babe172d3c9a46256ac3dc95a3b7591cd3c777
2013-11-01 20:55:26 +01:00
László Németh
a2b59a5127 fdo#71137 fix linecap and linejoint in SVG export
Change-Id: I52ee0ec79ebcd5a32f0c328440ce46e0452b121e
2013-11-01 20:41:51 +01:00
David Tardon
46bcd54340 fix build with clang
Change-Id: I3fd7cfdf78dc221cbaa651ff351bc4ca76952d55
2013-11-01 20:20:28 +01:00
yiming ju
4ea4239719 GPU Calc: refactor string formatting in some GPU inline functions
Change-Id: I4ceb86ca84854a4e14c0720d6216d4c658a97859
Signed-off-by: haochen <haochen@multicorewareinc.com>
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-01 14:14:17 -05:00
László Németh
ee925743e5 fdo#71136 fix SVG export (double stroke-width)
Change-Id: Iae5521e34951559351103a9defce30dc50d823c8
2013-11-01 19:49:22 +01:00
David Tardon
638c2aa959 drop, remove and delete redundant words
Change-Id: I1d8fd6aa28e685bed4a1a0f2e4ccd888ba109e34
2013-11-01 19:25:25 +01:00
David Tardon
2a677e8315 fix keynote format detection
Change-Id: Iadc1fe4efe891ef33f85086cfe0b811ebeb6e767
2013-11-01 19:25:24 +01:00
I-Jui (Ray) Sung
57a0008380 GPU Calc: fixed a compiler warning
Change-Id: Ia468731911f4b492b85ede63a9646fe28ca63cd8
2013-11-01 13:04:04 -05:00
yiming ju
8e88765cc6 GPU Calc: refactor code generation for inlined library routines
Refactored all  library functions of now formule calc in GPU

Change-Id: Icf238c18cae5ca2b685a99204994f5d3211b3ac9
Signed-off-by: haochen <haochen@multicorewareinc.com>
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-01 12:56:14 -05:00
mulei
35f8d734dd GPU Calc: implement NAN argument handling in PMT
Change-Id: I1288a20652b4ceb66d90314f7acddb73506dfb43
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Signed-off-by: haochen <haochen@multicorewareinc.com>
2013-11-01 12:51:26 -05:00
mulei
9f73e855af GPU Calc: unit test cases for NAN argument handling in PMT
Change-Id: I8f8e7a6220cff7e825a08fe16352478ea7090964
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Signed-off-by: haochen <haochen@multicorewareinc.com>
2013-11-01 12:51:20 -05:00
Julien Nabet
124beed407 Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crash
Change-Id: Ie28a1e8765ab9ff6eb345198d6ea223e25429e11
2013-11-01 18:01:35 +01:00