Commit Graph

353492 Commits

Author SHA1 Message Date
Takeshi Abe
018e2f629e Avoid possible memory leaks in case of exceptions
Change-Id: I61fe5f5fff157531de9962a2dd4e6e0431e8601c
2014-05-19 22:28:31 +09:00
Caolán McNamara
b1aa528721 Resolves: fdo#78829 align to top instead of center
Change-Id: Iff4125e108df535d90afd940a9787eb8e011c9bd
2014-05-19 13:34:50 +01:00
Caolán McNamara
7f47b578bc valgrind: memory leak
Change-Id: I4cd6f99151348c97a116cd86cc5da9f4f6e68d9d
2014-05-19 13:28:17 +01:00
Tsutomu Uchino
61ce018658 Resolves: #i86528# use the module manager to identify the context...
for addons menu merging

(cherry picked from commit 2aac0070dbef6c1ad7eeccf7d4015cdcbffe067e)

Conflicts:
	framework/source/classes/menumanager.cxx
	framework/source/fwe/classes/addonmenu.cxx
	framework/source/uielement/menubarmanager.cxx
	include/framework/addonmenu.hxx

Change-Id: I3b606671db3a4c6ba8ed2b850e01e1ac91db7581
2014-05-19 13:28:17 +01:00
Michael Stahl
39669d3244 SwVirtFlyDrawObj: suppress unused parameter warnings (it's used by assert)
Change-Id: I2f5b530e011bf1bb95ca5e0421f6e03c0885872a
2014-05-19 13:30:15 +02:00
Caolán McNamara
12d9ac1f77 Resolves: fdo#78841 crash because parent isn't SvxTabPage
regression from 60f11adb95

Change-Id: I244dd9fba3dc8230fcac8710a1289151b25dcf6c
2014-05-19 11:45:39 +01:00
weigao
43716387ee add reverse bars code
Change-Id: I2db9edd9015bb10cffe58a44c379db0ab87e7d72
2014-05-19 12:34:12 +02:00
Tor Lillqvist
e964d93658 We apparently don't want to build pixelctl for WNT
Change-Id: I01bbafe8a73f6cf71c1040f2d94744922154b896
2014-05-19 13:27:57 +03:00
Chris Sherlock
97e24b183f svx: pixelctl demo - cleanup headers
Change-Id: I9664a064789f5e072d24cfead6a83d64accce27d
2014-05-19 20:04:31 +10:00
Miklos Vajna
599bb5cc8d DOCX import: tokenize v:background (VML description of page background)
Change-Id: I4ee2f01e714265b2684a9eb379e56654d34e2441
2014-05-19 11:50:47 +02:00
Stephan Bergmann
f67702e709 fdo#60338: Add osl_File_OpenFlag_Private to avoid umask
Change-Id: I293295244d1b089d747548c5025cb73b8ec428a4
2014-05-19 11:44:24 +02:00
Chris Sherlock
dd7260ed69 svx: Create pixel control (bitmap editing) demo
Change-Id: Id2cacd8c080b4df0600ab48b2ce4558f3539bbbe
2014-05-19 19:33:37 +10:00
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