Commit graph

339159 commits

Author SHA1 Message Date
Bjoern Michaelsen
4eebd65858 fix Makefile.in
- unify ~all gbuild targets to one gbuild call
- kill CHECK_PARALLELISM as we dont respect it consistently anyway
- ${MODULE}.subsequentcheck needs no specialcasing now anymore too
- should fix e.g. "make unitcheck slowcheck subsequentcheck" calls

Change-Id: I4238d7de599cb9fbaf09f60539d6655b85b87c29
Reviewed-on: https://gerrit.libreoffice.org/6722
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-19 11:30:24 -06:00
Miklos Vajna
cc27264466 CppunitTest_sw_ooxmlexport: speed this up a bit
We don't have too much testcases where we assert directly the resulting
zipped XML files, but where we did, we actully invoked filter() 5 times,
even if 3 times is enough, fix this.

That causes the testcase to run in 1m24.754s (previously it was
1m30.278s).  Additionally, at one case the XML result is an expected
one, having matching testcase and manual results is always good.

Change-Id: Ie905002b113bc84f1e517c35f14739f423fd8ea2
2013-11-19 18:27:29 +01:00
Kohei Yoshida
d646612f99 Narrow it down a bit for the next visit.
Still no idea what the problem really is (MSVC is pretty silent about it)
or how to fix it.

Change-Id: I322779046f0adc0b2807a9d46a5c9140839b7ff7
2013-11-19 12:07:54 -05:00
Miklos Vajna
845893cd81 oox: tokenize wps:cNvCnPr
Change-Id: I4d7a962e01f5a41c3ea629f73433416195f2259c
2013-11-19 17:45:16 +01:00
Eike Rathke
2d8cac51c6 added date acceptance patterns to Canadian locales, fdo#71664
Complete set is now Y-M-D;M-D;M/D/Y;M/D

Change-Id: I42ed59fb325b391943608a10ded7ce74c80656e1
2013-11-19 17:38:38 +01:00
Michael Stahl
03fdec5776 winaccessibility: use WeakImplHelper
Change-Id: I5872e520ca009a0f9277827d72e72befe3323a06
2013-11-19 17:32:21 +01:00
Stephan Bergmann
76ff4c5366 Disambiguate std::max call
Change-Id: Ie389d52f5914f49dcd61d5543ed9413ab82101f9
2013-11-19 17:26:29 +01:00
Stephan Bergmann
87e407f688 Use startsWith rest parameter
Change-Id: I5ec5f68c13ceb93b4e2cea83ec757b9427b8608d
2013-11-19 17:11:15 +01:00
Stephan Bergmann
72c8db4987 Consistently accept all cmd line args only in lower case
Change-Id: Ie57814f1e938ee9d909d69a518bed29026cb4963
2013-11-19 17:11:14 +01:00
Stephan Bergmann
5993dc79e8 Consistently warn about all deprecated cmd line args starting with a single -
Change-Id: Ib4cb8939b0b12dd01af3bb845649e5ac5480352b
2013-11-19 17:11:00 +01:00
Stephan Bergmann
c471e148e2 String function clean-up
Change-Id: I0bb807748f67af3ee1210c6df649bc8ae506e090
2013-11-19 17:10:46 +01:00
Miklos Vajna
cc8f8ae55f DOCX drawingML shape import: wp:anchor's behindDoc attribute
Also, adapt anchoring to what we have in VML import as well: when the
paragraph moves, the shape should stay at the same place. (This is a bit
odd, as ideally Word does not support at-paragraph anchoring, but this
change results in the behavior what Word does at the end.)

Change-Id: I3b849b2898d303e48920e6056c472f08fbb43af1
2013-11-19 17:07:02 +01:00
Caolán McNamara
a5d7813de1 don't panic on clicking inside input field
Change-Id: I52b53da16784cc5650d362c3884d93ed16979ca2
2013-11-19 15:51:27 +00:00
Oliver-Rainer Wittmann
c2b5521921 Resolves: #i33737# enable in-place editing of Input Fields
(cherry picked from commit c2afeb1c3f11e8f420b59f3786eb8626c99ff595)

Conflicts:
	sw/inc/IDocumentContentOperations.hxx
	sw/inc/crsrsh.hxx
	sw/inc/doc.hxx
	sw/inc/editsh.hxx
	sw/inc/expfld.hxx
	sw/inc/fldbas.hxx
	sw/inc/fmtfld.hxx
	sw/inc/hintids.hxx
	sw/inc/ndtxt.hxx
	sw/inc/txatbase.hxx
	sw/inc/txtfld.hxx
	sw/inc/txtrfmrk.hxx
	sw/inc/txttxmrk.hxx
	sw/inc/viscrs.hxx
	sw/source/core/bastyp/init.cxx
	sw/source/core/crsr/crsrsh.cxx
	sw/source/core/crsr/crstrvl.cxx
	sw/source/core/crsr/findattr.cxx
	sw/source/core/crsr/findtxt.cxx
	sw/source/core/crsr/swcrsr.cxx
	sw/source/core/crsr/viscrs.cxx
	sw/source/core/doc/dbgoutsw.cxx
	sw/source/core/doc/doc.cxx
	sw/source/core/doc/docfld.cxx
	sw/source/core/doc/docfmt.cxx
	sw/source/core/doc/docnum.cxx
	sw/source/core/doc/docredln.cxx
	sw/source/core/doc/docruby.cxx
	sw/source/core/doc/doctxm.cxx
	sw/source/core/doc/visiturl.cxx
	sw/source/core/docnode/nodes.cxx
	sw/source/core/edit/edatmisc.cxx
	sw/source/core/edit/edattr.cxx
	sw/source/core/edit/edfld.cxx
	sw/source/core/edit/edfldexp.cxx
	sw/source/core/edit/editsh.cxx
	sw/source/core/edit/edlingu.cxx
	sw/source/core/edit/ednumber.cxx
	sw/source/core/fields/expfld.cxx
	sw/source/core/fields/fldbas.cxx
	sw/source/core/fields/reffld.cxx
	sw/source/core/frmedt/fefly1.cxx
	sw/source/core/inc/docfld.hxx
	sw/source/core/inc/rolbck.hxx
	sw/source/core/inc/swfont.hxx
	sw/source/core/layout/flycnt.cxx
	sw/source/core/layout/laycache.cxx
	sw/source/core/layout/trvlfrm.cxx
	sw/source/core/text/atrhndl.hxx
	sw/source/core/text/atrstck.cxx
	sw/source/core/text/inftxt.cxx
	sw/source/core/text/porfld.cxx
	sw/source/core/text/porfld.hxx
	sw/source/core/text/txtfld.cxx
	sw/source/core/tox/tox.cxx
	sw/source/core/tox/txmsrt.cxx
	sw/source/core/txtnode/atrfld.cxx
	sw/source/core/txtnode/ndhints.cxx
	sw/source/core/txtnode/ndtxt.cxx
	sw/source/core/txtnode/thints.cxx
	sw/source/core/txtnode/txatbase.cxx
	sw/source/core/txtnode/txatritr.cxx
	sw/source/core/txtnode/txtedt.cxx
	sw/source/core/undo/SwUndoField.cxx
	sw/source/core/undo/rolbck.cxx
	sw/source/core/undo/unsect.cxx
	sw/source/core/undo/untbl.cxx
	sw/source/core/unocore/unocrsrhelper.cxx
	sw/source/core/unocore/unofield.cxx
	sw/source/core/unocore/unoframe.cxx
	sw/source/core/unocore/unorefmk.cxx
	sw/source/core/view/vprint.cxx
	sw/source/filter/ascii/ascatr.cxx
	sw/source/filter/html/htmlatr.cxx
	sw/source/filter/rtf/rtffly.cxx
	sw/source/filter/ww1/fltshell.cxx
	sw/source/filter/ww1/w1filter.cxx
	sw/source/filter/ww8/wrtw8esh.cxx
	sw/source/filter/ww8/wrtw8nds.cxx
	sw/source/filter/ww8/ww8atr.cxx
	sw/source/filter/ww8/ww8par.cxx
	sw/source/filter/ww8/ww8par3.cxx
	sw/source/filter/ww8/ww8par5.cxx
	sw/source/ui/app/applab.cxx
	sw/source/ui/docvw/edtwin.cxx
	sw/source/ui/docvw/edtwin2.cxx
	sw/source/ui/envelp/envfmt.cxx
	sw/source/ui/fldui/fldedt.cxx
	sw/source/ui/fldui/fldmgr.cxx
	sw/source/ui/inc/wrtsh.hxx
	sw/source/ui/lingu/hhcwrp.cxx
	sw/source/ui/shells/basesh.cxx
	sw/source/ui/shells/drwtxtex.cxx
	sw/source/ui/shells/grfsh.cxx
	sw/source/ui/shells/tabsh.cxx
	sw/source/ui/shells/textfld.cxx
	sw/source/ui/shells/textidx.cxx
	sw/source/ui/shells/textsh.cxx
	sw/source/ui/shells/textsh1.cxx
	sw/source/ui/shells/txtattr.cxx
	sw/source/ui/uiview/formatclipboard.cxx
	sw/source/ui/uiview/view.cxx
	sw/source/ui/uiview/view2.cxx
	sw/source/ui/uiview/viewsrch.cxx
	sw/source/ui/uiview/viewstat.cxx
	sw/source/ui/uiview/viewtab.cxx
	sw/source/ui/wrtsh/wrtsh1.cxx
	sw/source/ui/wrtsh/wrtsh2.cxx

Change-Id: I6758d6719e1fd523797cc6ee2648ffcb47d52595
2013-11-19 15:51:27 +00:00
Caolán McNamara
06ed06d280 need a String::EraseAllChars-alike for OUStringBuffer
Change-Id: I189c08a4100b32b16527ae40df3a9125bf78be88
2013-11-19 15:51:26 +00:00
Stephan Bergmann
c289fb1bad unknown log area
Change-Id: Ideb0742c2c6f3f7ba45af23359d5a653f58b120c
2013-11-19 15:20:22 +01:00
Stephan Bergmann
f1c06bb8d9 -Werror,-Wunused-function
Change-Id: I337691b4a7548c5c92bc0484c2ef9224ce461ba5
2013-11-19 15:19:09 +01:00
Stephan Bergmann
b976c1e328 -Werror,-Wunused-function
Change-Id: I4ae45a0809cc57fad3d8e872952aedfead27a518
2013-11-19 15:17:01 +01:00
Cédric Bosdonnat
01d26477a1 Backported commit f6c335d63f2da025a0a3efde1fe59e3bb7189b70 from curl
This commit enables CURLINFO_CERTINFO when curl is built with NSS
support but not openssl.

Change-Id: I1482b34d83a0ae0f47d524a940bb90ed072363a6
2013-11-19 14:52:39 +01:00
Cédric Bosdonnat
7586bea9fb Add data for Alfresco Cloud CMIS connection
Change-Id: Ie5374f2e81e1429294805f05ae432fba86cc50df
2013-11-19 14:52:39 +01:00
Michael Stahl
87bd65efac winaccessibility: avoid warning C4005 macro redefinition
Change-Id: I4a18f32f56a7489b2087629e1de05ce7cc5bdb17
2013-11-19 14:48:29 +01:00
Eike Rathke
444ea16c81 renamed ku* to kmr-Latn*, fdo#63460
Change-Id: I6e2be7da65221aa090d7ee2a0f8a6c7698ec2f89
2013-11-19 14:39:58 +01:00
Eike Rathke
329169a725 scp2 and setup_native details for dictionary name changes
Change-Id: I635533033f9a063ac1e6c5c18bf93803144a12c8
2013-11-19 14:39:57 +01:00
Stephan Bergmann
8aeb5e10c1 warning C4702: unreachable code
Change-Id: I6377c9228589d324d51d0c3cc12f04b7854db5ac
2013-11-19 14:39:13 +01:00
Stephan Bergmann
5cb10c4c99 rhbz#1031989 Accept --pt in addition to deprecated -pt
Change-Id: I3593b3fc7e0ad405612216fb07e8632050b75cee
2013-11-19 14:04:21 +01:00
Markus Mohrhard
3b2b516ce0 this only works with c++11 2013-11-19 13:54:35 +01:00
Markus Mohrhard
4fdd44f579 fix tinderbox 2013-11-19 13:51:30 +01:00
Markus Mohrhard
449157cae7 disable building the OpenGL pieces 2013-11-19 13:47:41 +01:00
Markus Mohrhard
7dab0e8667 fix tests
Change-Id: Ib090d9a6a007a738a0603d1d0a38d5b274feadcc
2013-11-19 13:47:41 +01:00
Markus Mohrhard
1c6b94c78e fix the windows build
Change-Id: Ie3625211a32c41dd0fadf94294bc689aef7b1c24
2013-11-19 13:47:40 +01:00
Markus Mohrhard
ea306793cc more windows build fixes
Change-Id: I79b75bbb193851855328a7dbbd8ab547afe29aec
2013-11-19 13:47:40 +01:00
Markus Mohrhard
e4926e844e fix windows build
Change-Id: I51942eb3719459abc0353a7fd024784f2c4abdb3
2013-11-19 13:47:40 +01:00
Markus Mohrhard
749d28227b we need to depend on mesa headers for windows & unix without opengl
Change-Id: I0144586864045b5f6091dc49ed7e1e1a73705ce1
2013-11-19 13:47:40 +01:00
Markus Mohrhard
2d90ddc9cf removed unused variable
Change-Id: I74af65aba6d19e39f889a28b15d04f7e293168c5
2013-11-19 13:47:40 +01:00
Markus Mohrhard
35b6d31154 fix crash in opengl backend
Change-Id: I1257f4568e55ca545e96bda8a53f272ba8e1f0b0
2013-11-19 13:47:40 +01:00
Markus Mohrhard
78fb95eeb9 dbgutil build fix
Change-Id: I54abcc2a9fbe7d30bdf64d194df1a435d21f24ac
2013-11-19 13:47:39 +01:00
Markus Mohrhard
73fcf2ad12 we need to init manually now
Change-Id: I1374814e549dcbb33de75ffa118d1eccfd168893
2013-11-19 13:47:39 +01:00
Markus Mohrhard
1ccab525db fix lifetime problems of ChartView
Change-Id: I99b24b026c50a05f8f3803348c76277e29a45ec7
2013-11-19 13:47:39 +01:00
Markus Mohrhard
7070318e0f it builds again
Change-Id: I969ff5ed6fd979e9fd126e8d0b79a518697e7915
2013-11-19 13:47:39 +01:00
Markus Mohrhard
e85751488d try to make it build on windows
Change-Id: I1bc87e1c84926699a80a2bb0a9ee789e92663dfc
2013-11-19 13:47:39 +01:00
Markus Mohrhard
678008264f add glew and make chartopengl a dynamically loaded lib 2013-11-19 13:47:39 +01:00
Markus Mohrhard
a715ebeee9 add a few property cases
Change-Id: Idd77baf2f84550f1a29e5eaf9afb4aa454e79154
2013-11-19 13:47:38 +01:00
Markus Mohrhard
0aa94225ba add the definition for the shapes
resolves the linker errors

Change-Id: I24d18a4491c8bc4f5839f9245386d0cd2b612cf0
2013-11-19 13:47:38 +01:00
Markus Mohrhard
4813b13542 make the shapes explicit in the backend
Change-Id: Idf92176c66cefde3022cec2990c9711a1b49a111
2013-11-19 13:47:38 +01:00
Markus Mohrhard
22c8bb9e0f actually create a dummy root shape object
Change-Id: I6251042266f531a28944197bda8d2fab39fce495
2013-11-19 13:47:38 +01:00
Markus Mohrhard
cf74b7fb77 make it possible to avoid XShape/XShapes in the backend
Change-Id: I9aa4b71d12bb6720e2197dc1de6f06c61f27d6ee
2013-11-19 13:47:38 +01:00
Markus Mohrhard
d821f5aa04 implement XMultiPropertySet
Change-Id: I91878c0883f0de03341eee65f2925ec3beb71889
2013-11-19 13:47:37 +01:00
Markus Mohrhard
eb26543b11 implement top level shape and method to get it
This class contains the glcontext

Change-Id: If0418cfbfb0486396a75ab274e7b480607f8de6d
2013-11-19 13:47:37 +01:00
Markus Mohrhard
ca121aff30 fix build
Change-Id: I776455675a066dad790bc6beac4aa545186d5192
2013-11-19 13:47:37 +01:00
Markus Mohrhard
b4c78680e0 adapt name of method
Change-Id: I02435256f747bb2bff63414735fa5af3b3413e82
2013-11-19 13:47:37 +01:00