Commit Graph

340031 Commits

Author SHA1 Message Date
Jan Holesovsky
20f9413f17 EMF+: Parse custom line cap data for start and end line caps.
Change-Id: I3a5f79e22500f53c3c61c173e0827c250b2a8fd0
2013-11-25 14:10:47 +01:00
Jan Holesovsky
172acd5bea EMF+: Small cleanup & more logging in preparation for line starts & ends.
Change-Id: I584f8a1680c6aa7b51b948a00213c285387b77c3
2013-11-25 14:10:47 +01:00
Jan Holesovsky
40977516a5 EMF+: Implement line dashing.
Change-Id: I9eb21c0a8b5baa5b0080845f61b12fc65034d959
2013-11-25 14:10:46 +01:00
Jan Holesovsky
4ba2b2ae62 fdo#61272: Do the mapping correctly both for WMF and EMF.
Turns out that for the WMF, we already had everything set up correctly, we
were just overwriting the right settings with default data again :-) - fix
that.

Change-Id: I14b0c12b10f58eb7031f9da712dee76344c75159
2013-11-25 14:10:46 +01:00
Jan Holesovsky
9d3c0aa1e6 Related fdo#61272: Revert "wmf-mm-text.diff: Fix WMF rendering, n#417818"
This approach to WMF breaks EMF reading, need to revert it, and fix a
different way.

This reverts commit db1b08d217.

Conflicts:
	vcl/source/filter/wmf/winmtf.cxx
	vcl/source/filter/wmf/winmtf.hxx

Change-Id: I8f779791153f2e1faa086c91b82b3e8b93304f3b
2013-11-25 14:10:46 +01:00
Jan Holesovsky
198b17dc5e Related fdo#61272: Revert "wmf-mm-text-1.diff: Fix WMF rendering, n#417818"
This approach to WMF breaks EMF reading, need to revert it, and fix a
different way.

This reverts commit 16eaa5e7c1.

Conflicts:
	vcl/source/filter/wmf/winmtf.cxx

Change-Id: I59076d0a65d91ba3a1f3ebb48d8f7a542859d351
2013-11-25 14:10:45 +01:00
Jan Holesovsky
5854f6c4e1 EMF: More useful debugging output.
Change-Id: I2aa0e97878db62275d794be43a7d351e5ae25f1c
2013-11-25 14:10:45 +01:00
Jan Holesovsky
6f6b12cb24 EMF+: Stroke size is always supposed to be absolute.
Change-Id: I7221311e5dee6384dc2d1c071bf6f1c61811895a
2013-11-25 14:10:45 +01:00
Christian Lohmaier
3251450cbd --with-lang=ALL build exceeds maximum # of files in CAB
so don't limit the installer to one single file, but use 2 instead

Change-Id: I6fb22d217e1afe71143f0b3a5999e54eec190ddd
2013-11-25 13:41:09 +01:00
Miklos Vajna
a6fe1a5b28 DOCX import: handle NS_sprm::LN_CFSmallCaps == 0 after NS_sprm::LN_CFCaps
"caps and no smallcaps" means style::CaseMap::UPPERCASE, not
style::CaseMap::NONE. Different XML elements in DOCX, single UNO
property.

Change-Id: I8cbc719f2c307d5d2cbd4af93ea61e35b640ad1d
2013-11-25 12:28:37 +01:00
Olivier Hallot
f336d8f8e9 Add missing keyboard shortcut to dialog
Add missing keyboard shortcut to dialog swpossizepage.ui

Change-Id: Ie1e499af05e2a08432dd7649c0ffbe9ea0a12bf2
Reviewed-on: https://gerrit.libreoffice.org/6795
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-25 05:18:06 -06:00
Noel Power
5728a56b20 fdo#70499 selectn of lock/unlocked cells with worksheet protection reversed
The ooxml spec documentation is rather confusing ( for me at least ) and the
sense of the of the sheetProtection attributes as described seems reversed to
how I read it ( or maybe it is the equivelant option in ScTableProtection that
operates with the reverse sense <shrug>  ) In anycase the import ( and export )
have been adjusted to take that into consideration, also the export now actually
deals with the defaults correctly.

Change-Id: Ia69567b8898b39c9d171486cfa800e1748c5814b
2013-11-25 11:17:00 +00:00
PriyankaGaikwad
c6e333e73b Fixed for libreoffice crashes while opening file.
Change-Id: I85a16e4ef8d75f19250115d5522046a968d5fc91
Reviewed-on: https://gerrit.libreoffice.org/6760
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-25 05:14:54 -06:00
Caolán McNamara
82b5172954 Resolves: fdo#41169 fix MacOSX non-Latin keyboard layout with Latin shortcuts
Change-Id: I168de52d6185d5df9c41fd2d7a68c0ff3f733852
2013-11-25 11:05:09 +00:00
Michael Stahl
3b86569fcb winaccessibility: replace CoCreateInstance with direct instantiation
This is an alternative (to 732ec36edf)
solution to the "CoCreateInstance does not work" problem:
replace all CoCreateInstance calls with equivalent calls to create
the components directly.

Since the only reason why this COM stuff needs to be registered
at all is that AccObject uses CoCreateInstance() to create its
COM objects, another possible solution appears to be to simply link
the libraries and instantiate the COM objects directly, without COM.

The only difference appears to be that CoCreateInstance would
automatically add proxy objects in case the COM objects reside in a
single-threaded appartment; not sure if that is relevant here.

Change-Id: I8ffb8af501f6084f3145fa4d4f53366a070e1691
Reviewed-on: https://gerrit.libreoffice.org/6792
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2013-11-25 03:21:30 -06:00
I-Jui (Ray) Sung
01a977486f GPU Calc: a test case for unrolling SumOfProduct
AMLOEXT-245 BUG

Change-Id: Ia8756af26c765820a04137a87f6681447dd18efd
2013-11-25 01:19:45 -06:00
I-Jui (Ray) Sung
7e3d93e763 GPU Calc: fixed a SUMPRODUCT problem
ALMOEXT-245

Change-Id: Iedbbdc612232a939b2270e373313c872de831c20
2013-11-25 01:19:45 -06:00
Laurent Balland-Poirier
382ceea544 fdo#40315 Improve UI for moving average trendline
If moving average trendline is selected, show equation is
uncheked, and all options disable

Change-Id: Ic25c09b8c8410a12ac9f14cb0ba7833f304053ee
Reviewed-on: https://gerrit.libreoffice.org/6796
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-11-25 01:16:49 -06:00
Bjoern Michaelsen
4995c2e877 script seems long obsolete
Change-Id: Icac42ae8cf3deec86d60efddc5760cfb9b2acfba
2013-11-24 23:41:34 +01:00
Bjoern Michaelsen
ee109b43f2 this script talks about dmake. it must be out of its mind!
Change-Id: Ic1863a2126c26cf703afc5fe250dea2bbddfef7d
2013-11-24 23:41:26 +01:00
Marcos Paulo de Souza
24426c98a8 fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
Change-Id: I0de4b88eb076e53792aa6d16092dcbcbb548246c
Reviewed-on: https://gerrit.libreoffice.org/6763
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-11-24 15:09:07 -06:00
Markus Mohrhard
288be67406 checking every cell on a sheet is expensive, related fdo#71934
This is only the first of two places that does this.

Change-Id: I57fe1eb07630ecd86b112e88b7ad32c16e9f793a
2013-11-24 21:24:36 +01:00
Stephan Bergmann
718de51eb9 Some Java String clean-up
Change-Id: I6728720a13f4b66edc6c5cd0b7a9bcb036e86ff2
2013-11-24 20:58:56 +01:00
Stephan Bergmann
224e9c81d8 Partially revert 7ab15103b7
"connectivity: use 'application/x-dbase' for DBase files," as it breaks
JunitTest_dbaccess_unoapi.  This apparently needs changes to more places.

Change-Id: I39ce794254324881818951fdb500ff04347b603a
2013-11-24 20:56:50 +01:00
Andras Timar
f0d3fa4ad0 Add lo_LA (Lao) dictionary fdo#71939
Change-Id: Idbc102453aa47a71d7b550eb8a7b65c25825111e
2013-11-24 20:41:29 +01:00
Robert M Campbell
2e317523c9 Updated core
Project: dictionaries  8e87e3eb166047de9359e13d3472fbe4248545d1
2013-11-24 13:40:10 -06:00
Tomaž Vajngerl
288719571e Support regression curve name in old binary XLS XP/2k/2k3 format.
Change-Id: Ie6f2fd3cce70e4789805e788846d3beb64620a4b
2013-11-24 19:43:18 +01:00
Tomaž Vajngerl
fdb6711835 Fix detection of force intercept in XLS 97/2000/XP format.
NaN value indicates if the force intercept is enabled or not.

Change-Id: I51d33a6e04a4b5832f241e7ae7ee6d2fbb32ea9b
2013-11-24 19:43:18 +01:00
Tomaž Vajngerl
c86aed38b6 Support regression curve name in OOXML (import & export).
Change-Id: I847e0df4f160e4b5078961a0e77c1e1e3fff9bd4
2013-11-24 19:43:17 +01:00
Tomaž Vajngerl
2b243ba51e Support regression curve name in ODF.
Change-Id: Ic065d63eee507906febfa15eb6d5ae1e7de58280
2013-11-24 19:43:17 +01:00
Tomaž Vajngerl
6f62f3f0af Custom name for a trend line (shown in legend).
Previously, a trendline name was fixed to a combination of the
trendline type and the name of the series. With this it is possible
to add a custom name for the trendline, which is shown in the
legend.

Change-Id: I61eaaf14e6df45088abdf1f3e9c24877d26ae8a7
2013-11-24 19:43:16 +01:00
Tomaž Vajngerl
f58e03e7bb Simplify conversion from/to ItemSet/PropertySet for RegressionCurves
Change-Id: I5ddf53f984508a88fd02063eb9f81cd05cf627c9
2013-11-24 19:43:16 +01:00
Tomaž Vajngerl
3af08dd27d DRY-cleanup RegressionCurveItemConverter
Change-Id: I8fb799b2efc81587252161ccadfa1dbd6b096bda
2013-11-24 19:43:16 +01:00
Xisco Fauli
233d247f40 pyweb: update makefile
Change-Id: I69953716656446ab26a9d97d0a6921f87e8b8995
2013-11-24 18:22:01 +01:00
Xisco Fauli
76ee4517c1 pywizards: Some more pyflakes love
Change-Id: I3da78c004068cd7306ef79f5d019ab5bf07cac0b
2013-11-24 18:17:18 +01:00
Xisco Fauli
0ca978e9df pyweb: some pyflakes love
Change-Id: I317656ca26eec5946959ac21e7da335196dd8548
2013-11-24 18:17:18 +01:00
Xisco Fauli
59e0980434 pyletter: Some pyflakes love
Change-Id: I60d921ea27e995ffc4e18995993d961dc91543b3
2013-11-24 18:17:18 +01:00
Julien Nabet
f529277929 cppcheck: consecutive break
Change-Id: I7e53fa77aada1433f3b311f51e82342bac127b3c
2013-11-24 15:09:15 +01:00
Julien Nabet
87cce82dbc cppcheck: fix same expression on both sides
Change-Id: I3de69e2ae186ea1ae8f792588c04b4e799ce1331
2013-11-24 15:07:37 +01:00
Matteo Casalin
5cad3ba0bf Remove temporary and update assertion condition
Change-Id: I0714b21cfda04bbaee0a7bd9ec485b3569a7ea4d
2013-11-24 14:46:58 +01:00
Matteo Casalin
77768f585a Bail out early
Change-Id: Ic0bb06e3d64933df4887ce1402f62c16e917fdbd
2013-11-24 14:46:58 +01:00
Matteo Casalin
9236d82423 Reduce scope of some variables
Change-Id: I2e2b10f95582c2c155ca78d4c7818ac38faa7a61
2013-11-24 14:46:58 +01:00
Matteo Casalin
12bdbfbc43 STRING_LEN is no more the maximum string length + some cleanups
Change-Id: Idbdfb4dd39ce5e419f7b9338db39ddda186d014d
2013-11-24 14:46:57 +01:00
Matteo Casalin
2dda972cb9 xub_StrLen to sal_Int32
Change-Id: I8ad8cade0b2cbc29a934a983c72d25f7f00af6bc
2013-11-24 14:46:57 +01:00
Matteo Casalin
188886a3dc Avoid temporary, just return the result
Change-Id: I644abe042175168dab489476a41254fba6883982
2013-11-24 14:46:57 +01:00
Matteo Casalin
48264d6d47 Improve formatting
Change-Id: I0cb8eb5b78ef5ca10d6b8765bff387ca09ec291c
2013-11-24 14:46:56 +01:00
Matteo Casalin
0215305c13 Prefer += and -=
Change-Id: I0b1ba2e7c8287340eebec7eb9b3e1aea8945d82f
2013-11-24 14:46:56 +01:00
Matteo Casalin
5294e6313c Use std::min + rename Ende to End
Change-Id: I835d661a5bd30c235fdf61a94ad73f85b57bf9ed
2013-11-24 14:46:56 +01:00
Matteo Casalin
485331b1cd Remove unneeded xub_StrLen cast
Change-Id: Ia26f220fa7857f14dfc89b2929f60669ade3b4ea
2013-11-24 14:46:56 +01:00
Julien Nabet
3f23236dbd cppcheck: Prefer prefix ++/-- operators for non-primitive types
Change-Id: I53a7773ed76d5a38301b4f9378c56698e4df7e8b
2013-11-24 14:43:17 +01:00