Stephan Bergmann
6ad51a071c
Abstract over Tokens algorithm
...
Change-Id: I16347d52dd7c102c7bf6a8fd2926e61e6cf75c0b
2014-05-19 11:22:12 +02:00
Michael Stahl
6dc48ef517
fdo#78149: assert if SwVirtFlyDrawObj is being painted with no ViewPort set
...
Change-Id: I2f94a28d85fa31c5623ff0c6067edc7060998d9e
2014-05-19 11:08:52 +02:00
David Tardon
638b808646
AutoInstall defs must be regenerated if config changes
...
Change-Id: I506faca987ec4d1a85362dc9aec61aa4c3d21789
2014-05-19 10:29:09 +02:00
David Tardon
2dec067928
fdo#78857 jars aren't built without java
...
Change-Id: Ide604ea90fb1b26e5e2a72f5eb273fd1686d27c5
2014-05-19 10:29:09 +02:00
Michael Meeks
99f0963846
ODS load perf: don't allocate temporary strings un-necessarily
...
Of the 53bn cycles consumed loading a large test; this saves up to
30bn parsing tab names, plus ~1bn not copying strings to convert to
integers.
Change-Id: Ie768ff8c2159dec62418088e643fe468e4cd5d70
2014-05-19 09:12:01 +01:00
Tor Lillqvist
f98b534ecd
WaE: unused variable 'tmpCur'
...
Change-Id: I328812513691f499871002633b9ac750af86243c
2014-05-19 11:00:16 +03:00
Tsutomu Uchino
c9f3c508bb
Resolves: #i76558# jump by Enter key on the Object catalog
...
(cherry picked from commit 7bc75c1a7b05d81631ebccf05bf022636d1a3a14)
Conflicts:
basctl/source/basicide/objdlg.cxx
basctl/source/basicide/objdlg.hxx
Change-Id: Id3fa3686fd60df192c02cc8137c9bc59e68c1d49
2014-05-19 08:57:45 +01:00
Sourav
ca0be67434
fdo78474:Corruption a:graphicData has no info for the image.
...
The original file contains two text boxes one contains image and the other contains chart.
Image in text box is not getting imported in LO which leads to no contents inside the a:graphicData tag which is causing the corruption.
Root cause is found in ShapeContextHandler::getShape.
mxChartShapeContext.is() returns true even when mnStartToken is not set as NMSP_dmlChart which is causing the issue.
I have added one more condition to handle this.
Change-Id: I6c567d7618b34c1a24f6809801e4460af6894c67
Reviewed-on: https://gerrit.libreoffice.org/9363
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-05-19 02:35:49 -05:00
Matúš Kukan
31d8acbe26
No need to add -lrt for a static library.
...
Change-Id: I8104301e9aab6e7c732e97446030c9caf6ffec66
2014-05-19 09:35:13 +02:00
Jeroen Nijhof
9fdb7bf1d9
libavmedia.so needs to link to librt under Linux
...
libavmedia.so links to libopencollada2gltf.a, which contains a
reference to clock_gettime(). And for clock_gettime one needs
to link to librt, under Linux, at least.
So add -lrt when linking libavmedia.so.
Change-Id: I28547c6216738b44701baaed7eaf44f5ca97e98a
2014-05-19 09:33:28 +02:00
Matúš Kukan
9ccef311aa
Do not throw if there is no "images" child in json file tree.
...
Change-Id: I0b47ed00fecad84859ba3f1751407696878203fb
2014-05-19 09:30:14 +02:00
haochen
86cac77fc1
GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxx
...
Change-Id: I885bf77a85f7f479a8a9632e64af306be243cdd0
2014-05-19 09:13:24 +02:00
haochen
2b0a05c7b0
GPU Calc: Fix bug
...
For arraybound of slidingwindows parameters in COVAR formula
Change-Id: I17a601edfbc720d4e3e40fc31bf6efd73b4ac65b
2014-05-19 09:13:24 +02:00
haochen
d72763ce09
GPU Calc: Fix bug
...
For arraybound of slidingwindows parameters in Intercept formula
Change-Id: I6c96073e859ef7550033e9a46e6cafb11e8bfe0a
2014-05-19 09:13:24 +02:00
haochen
b113a08b0a
GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461)
...
Change-Id: I85f7bdeb153a8bcee0fe9678db93bc43cf2bc659
2014-05-19 09:13:24 +02:00
haochen
ad6695b5eb
GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849)
...
Change-Id: I5a24bcc91f8c19472aab529e82648d06d13e46d9
2014-05-19 09:13:23 +02:00
haochen
6ec9fefd53
GPU Calc: Fixed style&error problem in op_statistical(line 1-4037)
...
Change-Id: I97f55bffd1e61bc9d3f7f85ab857f82df5475dc4
2014-05-19 09:13:23 +02:00
haochen
e259362b52
GPU Calc: Fixed style&error problem in op_math once more
...
Change-Id: I768ad4503905b54ef5a7aa54445dbb94ce0493ed
2014-05-19 09:13:23 +02:00
haochen
d4f0b89119
GPU Calc: Fixed style&error problem in op_math
...
Change-Id: I1f177684bdbac76a2f9632bc51482821eb510496
2014-05-19 09:13:23 +02:00
haochen
ca3f69a1f0
GPU Calc: Support nested formula of string compared in AND formula.
...
such as AND(MOD($B4, 3)=0, $A4="NQSO")
Change-Id: Ie891d4e56eaa39f769f018b6db53ee209dd15540
2014-05-19 09:13:23 +02:00
haochen
2d73c5cdef
GPU Calc:Fixed style&error problem
...
in op_financial&opbase.cxx&opencl_device.cxx
Change-Id: Ic4b8cee77a0a4faec44bcf3650f4f6fa691a9e71
2014-05-19 09:13:23 +02:00
haochen
fbbf5c089d
GPU Calc: Fixed style&error problem in formulagroupcl and op_addin
...
Change-Id: Id7c6e341eb88f6c8ffdaa7f83b787bb19649afec
2014-05-19 09:13:22 +02:00
Markus Mohrhard
dd0f844728
add COLOR function
...
This function makes property mapping in charts more user friendly.
Change-Id: I01cfb31edd749ee474d5078042fa5c4b4a270f86
2014-05-19 08:13:37 +02:00
Markus Mohrhard
fefad3715a
fix import issue with property mapping
...
Change-Id: Iab06c8676569121f6def631fed07eaa57ffb07a2
2014-05-19 08:13:37 +02:00
Tor Lillqvist
b5f45a5163
Argh, *this* is what the compiler tried to tell me
...
Change-Id: Id5716bf6f9c86e7fa0d64b1bae9b69b4a5dadfe5
2014-05-19 09:10:58 +03:00
Maxim Monastirsky
214de0e512
fdo#78815 Fix report builder toolbox controller
...
Change-Id: Iecbf84b29500729e228d22c8e50b119d1fb471c5
2014-05-19 09:07:47 +03:00
Tor Lillqvist
1b529df25f
Fix 'non-const lvalue reference cannot bind to a temporary'
...
Change-Id: Ic308a281f7b16c8924658be792216d3aba4444c5
2014-05-19 09:04:47 +03:00
Tor Lillqvist
6a21c29fc6
WaE: passing OUString by value, rather pass by reference
...
Change-Id: I6a7331ab3d87cc04021e92283db938c92b066e6b
2014-05-19 08:46:07 +03:00
Tor Lillqvist
d7034051a9
WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'
...
Change-Id: I00aaacadf108f2cc5d57963991e5c99ea4485056
2014-05-19 08:45:31 +03:00
Tomaž Vajngerl
9a4a48d213
vcl emf test: test clip region is correct for problematic files
...
Change-Id: I60caf9ebcff417e0f87bae9c6b5d308b5e2f0b37
2014-05-19 00:01:15 +02:00
Tomaž Vajngerl
fc83bf8bbf
fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN action
...
Change-Id: Ie42c855e696922b38760876d4090d572deaa689a
2014-05-19 00:01:15 +02:00
Tomaž Vajngerl
10cd55677c
vcl wmf: EnhWMFReader more cleanup
...
Change-Id: Ia6bff28bc70214da965c26cd72ea332573576cc1
2014-05-19 00:01:15 +02:00
Tomaž Vajngerl
e6c5c854d6
vcl wmf: EnhWMFReader constructor, ReadHeader, cleanup
...
Change-Id: I43b95f3ee7af42b5b1c9110cafbbae325dddb946
2014-05-19 00:01:15 +02:00
Tomaž Vajngerl
8ff29fac52
vcl wmf: cleanup winmtf.hxx
...
Change-Id: I8d8114378e639438f548b7ee77f8b0ef6275051f
2014-05-19 00:01:14 +02:00
Tomaž Vajngerl
46297bb421
test: write to stream directly in MetafileXmlDump
...
Change-Id: If62a29af473f602f89e6e0e4a06772a320a23b9a
2014-05-19 00:01:14 +02:00
Miklos Vajna
ee43de6908
error C3861: 'rtl_allocateMemory': identifier not found
...
Change-Id: Ie1576aba31dbbd067280ba8fa9c5ef095879cbc2
2014-05-18 22:30:20 +02:00
Andras Timar
20c5618599
Updated core
...
Project: translations eb6ea5dcf7183a496e02d21024fc05b141c5c65e
2014-05-18 19:12:08 +00:00
Kohei Yoshida
1d7c97a607
fdo#78824: Avoid having two menu entries having the same accelarator.
...
Sort should have an 'S' as accelerator. The other one can be auto-assigned.
Change-Id: I61e630c9b6d89658c65cca77333f1ad0a591e3ab
2014-05-18 14:17:42 -04:00
Kohei Yoshida
836328d647
fdo#78786: No need to insert entries here for date members.
...
Data member entries are inserted when they are added in addDateMember().
Change-Id: I6cb2e3629053fe2bb49517c4ef8d5c1fee576446
2014-05-18 12:45:36 -04:00
Julien Nabet
9868373a6f
Resolves: fdo#78846 wrong AutoCorrect entries
...
Change-Id: Iff2e343c56092ba85a1179f121f460e5ada841f4
2014-05-18 18:38:59 +02:00
Miklos Vajna
85500add33
writerfilter: drop last 'using' statement from headers
...
Change-Id: I08a13793c40bec0b9a657e01f4c973cc0e393d4d
2014-05-18 17:11:25 +02:00
Miklos Vajna
3278565556
writerfilter: drop remaining non-css global 'using' from headers
...
Change-Id: I70e5e276a084d951d73879aa2aa4f19e9d2d32f8
2014-05-18 17:11:24 +02:00
Miklos Vajna
ff3d44d727
writerfilter: drop remaining 'using' statements from headers in dmapper
...
Change-Id: I4c84388b4fae7fe27bcc6266e9978fe9d230435d
2014-05-18 17:11:24 +02:00
Miklos Vajna
d8adfa8e85
writerfilter: drop global 'using css' from WrapPolygonHandler.hxx
...
Change-Id: Ibecc12f74e55360ee03baf7d170ab5589d3ed3ab
2014-05-18 17:11:24 +02:00
Miklos Vajna
ab06a1b74c
writerfilter: drop global 'using' from XPathLogger
...
Change-Id: I8686a0aa3786284ab946d3c58b458ad211eb347d
2014-05-18 17:11:23 +02:00
Miklos Vajna
1f6017f758
writerfilter: drop global 'using css' from WW8ResourceModel.hxx
...
Change-Id: I2196a1df09a6f35e4de3ab3cc84bc1e149cd8f61
2014-05-18 17:11:23 +02:00
Miklos Vajna
f6f41960fa
writerfilter: clean up two 'using' statement from header files
...
Change-Id: I47f3d0c68668d03db3c5f3187414833aa3097424
2014-05-18 17:11:23 +02:00
Takeshi Abe
c623612b0b
Avoid possible memory leaks in case of exceptions
...
Change-Id: Icc1e11e173329fd88898a3d13270406fd651eb2b
2014-05-18 23:11:14 +09:00
Maxim Monastirsky
558618e0dd
Sort alphabetically
...
Change-Id: I54a9bdaa306e4a9c492e2be35378b9b42f64312f
2014-05-18 16:33:55 +03:00
Maxim Monastirsky
0c4c6c1d99
Correct prefix
...
Change-Id: I767501475b0b826a76a8743513c60f25e70dea8a
2014-05-18 16:33:10 +03:00