- 02 Kas, 2013 18 kayıt (commit)
-
-
Michael Stahl yazdı
... since no external link targets not with gbuild should be used via gb_LinkTarget_use_library/static_library. Change-Id: I1c3188dbbe2eaa2f5acfb8944a79ad3b67a95998
-
Michael Stahl yazdı
Change-Id: Icc07e06e0ea7a7e5094d758a9aba0415449f706f
-
Michael Stahl yazdı
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
-
Michael Stahl yazdı
Change-Id: Ia158e398acbd5a48dca33d59dd47705376a4dc26
-
Eike Rathke yazdı
For OOXML .xlsx export the add-in functions that are equivalents of known internal functions as those internal functions. Change-Id: Ic41f32b67902effa07c3d4db137be08dc5af7265
-
Miklos Vajna yazdı
Change-Id: Ie295fda55747995f4e4a4fd877e1bc3f8c194521
-
Henning Diedler yazdı
Quality translation by certified German/English teacher. Change-Id: I4684630004ad2846b6a5ba76e18d30831d20bc26
-
Miklos Vajna yazdı
Change-Id: Iea3acea6b080a0236a6a5dfce8a855df16b74231
-
Markus Mohrhard yazdı
This reverts commit 14fa5488. Conflicts: xmloff/source/chart/SchXMLTableContext.cxx
-
Markus Mohrhard yazdı
Change-Id: Ice4957077e7eda5f7bb93042d6e2ba745935ef8b
-
Markus Mohrhard yazdı
Change-Id: Ia442916ae29b8531ba2ef67eb4809267aca775b4
-
Jean-Baptiste Faure yazdı
Change-Id: I4bf29d0021c1342cd529a7c6cbd86eceb467a9b5
-
Marcos Paulo de Souza yazdı
Change-Id: Ic83af0549a88b8debfdf945853fa42e1d28e5869
-
Eike Rathke yazdı
For BIFF .xls export the internal functions that are equivalents of known add-in functions as those add-in functions. Change-Id: If37f616a34fdabb3fa971fddad01da3dc1f28ee9
-
Markus Mohrhard yazdı
WE overwrote the column style that was set earlier with the default style. Change-Id: I4c02e1cdd3e72f27d75b8153e2af45b5658ff456
-
David Ostrovsky yazdı
Change-Id: I630da3fa37144b2e5fb5117017f43841ba89c42a Reviewed-on: https://gerrit.libreoffice.org/6454Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
David Ostrovsky yazdı
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:jar:<path_to>/juh.jar mvn.py -a install -v 4.2.0 -s jurt:jar:<path_to>/jurt.jar mvn.py -a install -v 4.2.0 -s ridl:jar:<path_to>/ridl.jar mvn.py -a install -v 4.2.0 -s unoil:jar:<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/6453Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
Change-Id: Ic586ce857574e1d28e0e4d754bea0d5251d0efdf
-
- 01 Kas, 2013 22 kayıt (commit)
-
-
Jan Holesovsky yazdı
Fixes fdo32667-1.doc. Change-Id: Ibe7a9ca83b65e7b13c6b315f1b771f50f0b6fc7a
-
Miklos Vajna yazdı
Change-Id: I041983293690b5d5e090ba88df509c35cc8f6dc7
-
Miklos Vajna yazdı
Change-Id: I50babe172d3c9a46256ac3dc95a3b7591cd3c777
-
László Németh yazdı
Change-Id: I52ee0ec79ebcd5a32f0c328440ce46e0452b121e
-
David Tardon yazdı
Change-Id: I3fd7cfdf78dc221cbaa651ff351bc4ca76952d55
-
yiming ju yazdı
Change-Id: I4ceb86ca84854a4e14c0720d6216d4c658a97859 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
László Németh yazdı
Change-Id: Iae5521e34951559351103a9defce30dc50d823c8
-
David Tardon yazdı
Change-Id: I1d8fd6aa28e685bed4a1a0f2e4ccd888ba109e34
-
David Tardon yazdı
Change-Id: Iadc1fe4efe891ef33f85086cfe0b811ebeb6e767
-
I-Jui (Ray) Sung yazdı
Change-Id: Ia468731911f4b492b85ede63a9646fe28ca63cd8
-
yiming ju yazdı
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>
-
mulei yazdı
Change-Id: I1288a20652b4ceb66d90314f7acddb73506dfb43 Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by:
haochen <haochen@multicorewareinc.com>
-
mulei yazdı
Change-Id: I8f8e7a6220cff7e825a08fe16352478ea7090964 Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com> Signed-off-by:
haochen <haochen@multicorewareinc.com>
-
Julien Nabet yazdı
Change-Id: Ie28a1e8765ab9ff6eb345198d6ea223e25429e11
-
Stephan Bergmann yazdı
Change-Id: Ie48e8f5cbc455ef267ad756d82f8c0efee0ef065
-
Stephan Bergmann yazdı
Change-Id: Ic0a1f07a2e16695fafbd63414397a8565d7c6861
-
Caolán McNamara yazdı
where it takes the early GetBackColor return after Push but before Pop Change-Id: I5fac78b7270c8561cb8e7d26bd2bff44628c8547
-
Oliver-Rainer Wittmann yazdı
(cherry picked from commit b27ff0a0) 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
-
Caolán McNamara yazdı
Change-Id: Id2f4bffb7de7201ddeb8f75daaa2723cc42c59b0
-
Stephan Bergmann yazdı
Change-Id: I9029bab2b0ab98a2d78166145a35792e298c9115
-
Caolán McNamara yazdı
Project: help ae178e85f974c49304b0f2a950979d1adaa466ae
-
Caolán McNamara yazdı
Change-Id: Ib7bf087664b6c8491872dfa37c750485fedabbe2
-