Commit graph

337668 commits

Author SHA1 Message Date
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
Stephan Bergmann
1754344c88 Some Trivial clean-up
Change-Id: Ie48e8f5cbc455ef267ad756d82f8c0efee0ef065
2013-11-01 17:02:34 +01:00
Stephan Bergmann
1f0f538b20 Remove dead declaration w/o a definition
Change-Id: Ic0a1f07a2e16695fafbd63414397a8565d7c6861
2013-11-01 16:53:49 +01:00
Caolán McNamara
55369420bd stop unbalanced OutputDevice Push/Pop warnings on closing help
where it takes the early GetBackColor return after Push but before Pop

Change-Id: I5fac78b7270c8561cb8e7d26bd2bff44628c8547
2013-11-01 15:05:30 +00:00
Oliver-Rainer Wittmann
0921642e7f Related: #i33737# some minor refactoring in advance
(cherry picked from commit b27ff0a078b7c1b32e88041f25314eaad267618b)

Conflicts:
	sw/source/core/bastyp/init.cxx
	sw/source/core/crsr/findtxt.cxx
	sw/source/core/doc/doc.cxx
	sw/source/core/doc/docfld.cxx
	sw/source/core/edit/edfld.cxx
	sw/source/core/fields/authfld.cxx
	sw/source/core/fields/dbfld.cxx
	sw/source/core/fields/docufld.cxx
	sw/source/core/fields/expfld.cxx
	sw/source/core/fields/fldlst.cxx
	sw/source/core/fields/reffld.cxx
	sw/source/core/frmedt/tblsel.cxx
	sw/source/core/inc/wrong.hxx
	sw/source/core/layout/atrfrm.cxx
	sw/source/core/text/EnhancedPDFExportHelper.cxx
	sw/source/core/text/atrstck.cxx
	sw/source/core/text/itratr.cxx
	sw/source/core/tox/txmsrt.cxx
	sw/source/core/txtnode/atrfld.cxx
	sw/source/core/txtnode/ndtxt.cxx
	sw/source/core/txtnode/thints.cxx
	sw/source/core/undo/SwUndoField.cxx
	sw/source/core/undo/rolbck.cxx
	sw/source/core/unocore/unocrsrhelper.cxx
	sw/source/core/unocore/unofield.cxx
	sw/source/core/unocore/unoportenum.cxx
	sw/source/core/unocore/unotext.cxx
	sw/source/filter/rtf/rtffld.cxx
	sw/source/filter/ww8/ww8atr.cxx
	sw/source/filter/ww8/ww8par.cxx
	sw/source/ui/docvw/AnnotationWin.cxx
	sw/source/ui/utlui/content.cxx

Change-Id: I372cfaed881188266c359867879ae92c8d45fee1
2013-11-01 14:43:15 +00:00
Caolán McNamara
3b27470860 Resolves: fdo#71106 editing dde function crashes
Change-Id: Id2f4bffb7de7201ddeb8f75daaa2723cc42c59b0
2013-11-01 14:28:20 +00:00
Stephan Bergmann
dc704d724f Directly use OUString
Change-Id: I9029bab2b0ab98a2d78166145a35792e298c9115
2013-11-01 14:56:48 +01:00
Caolán McNamara
1e5367fc87 Updated core
Project: help  ae178e85f974c49304b0f2a950979d1adaa466ae
2013-11-01 07:49:38 -05:00
Caolán McNamara
dfbbda5623 convert math font dialog to .ui
Change-Id: Ib7bf087664b6c8491872dfa37c750485fedabbe2
2013-11-01 12:45:58 +00:00
Stephan Bergmann
c399eea88b SdrGraphLink::pGrafObj can never be null
Change-Id: Ifeb77e61040accd1f7f7ed31d0340c66fbab39a5
2013-11-01 13:00:16 +01:00
Thomas Arnhold
58720da224 twain: Update twain to version 2.2
Includes the mingw and style fixes from
dc6c7e844a

Change-Id: Iad075c78b28b2b344a5e8e56c8614a283b4819a8
2013-11-01 12:54:37 +01:00
Stephan Bergmann
c8f18aa3fe -Werror,-Wunused-variable
Change-Id: I3bf848c49c5ff980a3a8cc8b84333cb4d0d480df
2013-11-01 12:52:20 +01:00
Stephan Bergmann
79e469184b -Werror,-Wunused-variable
Change-Id: Icedd42e4cbdf76bba9fd21e8ead2c8e5dcaf52f1
2013-11-01 12:50:17 +01:00
Caolán McNamara
0b79f6ce62 cannot convert parameter 1 from ´const char [2]´ to ´sal_Unicode
Change-Id: I66a1005c3f6bcad448ed2c162a8399c7c32ad78e
2013-11-01 11:23:56 +00:00
Jian Hong Cheng
d0b30f90d4 Made some changes to remove the compile warnings...
on the comparison between un-uniform data types

(cherry picked from commit e0705e2a87726c6d8a04eae624d4f032c5d596ce)

Conflicts:
	sw/source/filter/ww8/wrtw8esh.cxx
	sw/source/filter/ww8/wrtww8.cxx
	sw/source/filter/ww8/ww8par.cxx
	sw/source/filter/ww8/ww8par.hxx
	sw/source/filter/ww8/ww8par3.cxx

Change-Id: I1e6931e01fdcce6c1a4e98a86fcbc08f5e0933bd
2013-11-01 11:23:56 +00:00
Jian Hong Cheng
40543e5321 Revise un-necessary checking..
Patch by: chengjh,<chengjh@apache.org>
(cherry picked from commit 3869d0164607a1576826dcc338b1f8b52f1147bd)
2013-11-01 11:23:56 +00:00
Jian Hong Cheng
c1c49d8fdf Resolves: #i120927: Import/Export Hyperlink Info of Graphic with Anchor...
Type Except “As Character” to MS Word Binary File

* sw/source/filter/ww8/escher.hxx
* sw/source/filter/ww8/wrtw8esh.cxx
* sw/source/filter/ww8/wrtww8.hxx
* sw/source/filter/ww8/ww8graf.cxx
* sw/source/filter/ww8/ww8par.cxx
* sw/source/filter/ww8/ww8par.hxx

Interoperability of Hyperlink within Flying object

Patch by: Jane Kang,<kangjane2012@gmail.com>
Found by: Yan Ji,<yanji.yj@gmail.com>
Review by: Jian Hong Cheng,<chengjh@apache.org>
(cherry picked from commit 8f7c7a5713e92aecfe4837e628a001b7668c9540)

Conflicts:
	sw/source/filter/ww8/wrtw8esh.cxx
	sw/source/filter/ww8/wrtww8.hxx
	sw/source/filter/ww8/ww8graf.cxx
	sw/source/filter/ww8/ww8par.cxx

Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft()

Possible introduced from copy and paste from sc, see
sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream
sc/source/filter/inc/xistream.hxx
(cherry picked from commit 4a3a3afa32785d0b1051d9d1104adbbb0e61a820)

Conflicts:
	sw/source/filter/ww8/ww8par.cxx

9ce792333ba3f6aa0f8d8660533bc740e1354597

Change-Id: Icbecea61bf6ec3e7baa02e678a575d64fcfca731
2013-11-01 11:23:56 +00:00
Stephan Bergmann
08698f258f Pass OUString by const &
Change-Id: I6b3d6709eb8e3471aaa6ad7b3bcba3319719218b
2013-11-01 11:55:26 +01:00
Vinaya Mandke
486222c7c0 Unit test for Docx Chart Series Name
UT to verify that the series labels are
imported (or rendered) as in the docx file.

Change-Id: I9e4ade7a905dbb894bc163ecec8c333fa6797818
Reviewed-on: https://gerrit.libreoffice.org/6502
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-11-01 05:08:12 -05:00
Stephan Bergmann
2c2ff53890 fdo#71005 Remove odd "Workaround for automated testing"
...that got added by 62ee5e1a75 "INTEGRATION: CWS
calcshare2: #i85794# workaround for automated testing" but does not make much
sense, esp. as all our (subsequent-)checks each use a dedicated, throwaway
UserInstallation anyway.

Change-Id: I64ca47a7d7ee3c2eb2ab33eebcec5a79a7e3d0df
2013-11-01 11:03:34 +01:00
Samuel Mehrbrodt
84f4b84212 Better approach for fdo#40077: Characters cropped in GTK-Combobox
Now using gtk_widget_size_request() to get the native size.
I reverted the earlier change (border_width etc. ignored)

Change-Id: I0d89a2df5186bd27cbb77c8b0f2cc7b1fb247005
Reviewed-on: https://gerrit.libreoffice.org/6478
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-01 04:22:41 -05:00