summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-19Resolves: fdo#78841 crash because parent isn't SvxTabPageCaolán McNamara2-15/+9
regression from 60f11adb950e4f9645cc9ecb0f5af8235cc97366 Change-Id: I244dd9fba3dc8230fcac8710a1289151b25dcf6c
2014-05-19add reverse bars codeweigao1-7/+7
Change-Id: I2db9edd9015bb10cffe58a44c379db0ab87e7d72
2014-05-19We apparently don't want to build pixelctl for WNTTor Lillqvist1-1/+2
Change-Id: I01bbafe8a73f6cf71c1040f2d94744922154b896
2014-05-19svx: pixelctl demo - cleanup headersChris Sherlock1-8/+0
Change-Id: I9664a064789f5e072d24cfead6a83d64accce27d
2014-05-19DOCX import: tokenize v:background (VML description of page background)Miklos Vajna2-2/+24
Change-Id: I4ee2f01e714265b2684a9eb379e56654d34e2441
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann3-12/+12
Change-Id: I293295244d1b089d747548c5025cb73b8ec428a4
2014-05-19svx: Create pixel control (bitmap editing) demoChris Sherlock4-1/+205
Change-Id: Id2cacd8c080b4df0600ab48b2ce4558f3539bbbe
2014-05-19Abstract over Tokens algorithmStephan Bergmann1-100/+73
Change-Id: I16347d52dd7c102c7bf6a8fd2926e61e6cf75c0b
2014-05-19fdo#78149: assert if SwVirtFlyDrawObj is being painted with no ViewPort setMichael Stahl2-4/+9
Change-Id: I2f94a28d85fa31c5623ff0c6067edc7060998d9e
2014-05-19AutoInstall defs must be regenerated if config changesDavid Tardon1-1/+2
Change-Id: I506faca987ec4d1a85362dc9aec61aa4c3d21789
2014-05-19fdo#78857 jars aren't built without javaDavid Tardon1-0/+10
Change-Id: Ide604ea90fb1b26e5e2a72f5eb273fd1686d27c5
2014-05-19ODS load perf: don't allocate temporary strings un-necessarilyMichael Meeks1-4/+6
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-19WaE: unused variable 'tmpCur'Tor Lillqvist1-1/+0
Change-Id: I328812513691f499871002633b9ac750af86243c
2014-05-19Resolves: #i76558# jump by Enter key on the Object catalogTsutomu Uchino2-22/+39
(cherry picked from commit 7bc75c1a7b05d81631ebccf05bf022636d1a3a14) Conflicts: basctl/source/basicide/objdlg.cxx basctl/source/basicide/objdlg.hxx Change-Id: Id3fa3686fd60df192c02cc8137c9bc59e68c1d49
2014-05-19fdo78474:Corruption a:graphicData has no info for the image.Sourav3-1/+16
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-19No need to add -lrt for a static library.Matúš Kukan1-6/+0
Change-Id: I8104301e9aab6e7c732e97446030c9caf6ffec66
2014-05-19libavmedia.so needs to link to librt under LinuxJeroen Nijhof1-0/+6
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-19Do not throw if there is no "images" child in json file tree.Matúš Kukan1-2/+2
Change-Id: I0b47ed00fecad84859ba3f1751407696878203fb
2014-05-19GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxxhaochen2-3/+1
Change-Id: I885bf77a85f7f479a8a9632e64af306be243cdd0
2014-05-19GPU Calc: Fix bughaochen1-67/+147
For arraybound of slidingwindows parameters in COVAR formula Change-Id: I17a601edfbc720d4e3e40fc31bf6efd73b4ac65b
2014-05-19GPU Calc: Fix bughaochen1-88/+179
For arraybound of slidingwindows parameters in Intercept formula Change-Id: I6c96073e859ef7550033e9a46e6cafb11e8bfe0a
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461)haochen1-56/+15
Change-Id: I85f7bdeb153a8bcee0fe9678db93bc43cf2bc659
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849)haochen1-73/+17
Change-Id: I5a24bcc91f8c19472aab529e82648d06d13e46d9
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 1-4037)haochen1-133/+69
Change-Id: I97f55bffd1e61bc9d3f7f85ab857f82df5475dc4
2014-05-19GPU Calc: Fixed style&error problem in op_math once morehaochen1-49/+41
Change-Id: I768ad4503905b54ef5a7aa54445dbb94ce0493ed
2014-05-19GPU Calc: Fixed style&error problem in op_mathhaochen1-41/+81
Change-Id: I1f177684bdbac76a2f9632bc51482821eb510496
2014-05-19GPU Calc: Support nested formula of string compared in AND formula.haochen1-2/+5
such as AND(MOD($B4, 3)=0, $A4="NQSO") Change-Id: Ie891d4e56eaa39f769f018b6db53ee209dd15540
2014-05-19GPU Calc:Fixed style&error problemhaochen3-56/+38
in op_financial&opbase.cxx&opencl_device.cxx Change-Id: Ic4b8cee77a0a4faec44bcf3650f4f6fa691a9e71
2014-05-19GPU Calc: Fixed style&error problem in formulagroupcl and op_addinhaochen3-15/+88
Change-Id: Id7c6e341eb88f6c8ffdaa7f83b787bb19649afec
2014-05-19add COLOR functionMarkus Mohrhard9-1/+104
This function makes property mapping in charts more user friendly. Change-Id: I01cfb31edd749ee474d5078042fa5c4b4a270f86
2014-05-19fix import issue with property mappingMarkus Mohrhard1-0/+9
Change-Id: Iab06c8676569121f6def631fed07eaa57ffb07a2
2014-05-19Argh, *this* is what the compiler tried to tell meTor Lillqvist1-2/+2
Change-Id: Id5716bf6f9c86e7fa0d64b1bae9b69b4a5dadfe5
2014-05-19fdo#78815 Fix report builder toolbox controllerMaxim Monastirsky1-1/+2
Change-Id: Iecbf84b29500729e228d22c8e50b119d1fb471c5
2014-05-19Fix 'non-const lvalue reference cannot bind to a temporary'Tor Lillqvist1-2/+2
Change-Id: Ic308a281f7b16c8924658be792216d3aba4444c5
2014-05-19WaE: passing OUString by value, rather pass by referenceTor Lillqvist1-1/+1
Change-Id: I6a7331ab3d87cc04021e92283db938c92b066e6b
2014-05-19WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist3-27/+27
Change-Id: I00aaacadf108f2cc5d57963991e5c99ea4485056
2014-05-19vcl emf test: test clip region is correct for problematic filesTomaž Vajngerl3-9/+73
Change-Id: I60caf9ebcff417e0f87bae9c6b5d308b5e2f0b37
2014-05-19fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl2-25/+22
Change-Id: Ie42c855e696922b38760876d4090d572deaa689a
2014-05-19vcl wmf: EnhWMFReader more cleanupTomaž Vajngerl1-48/+60
Change-Id: Ia6bff28bc70214da965c26cd72ea332573576cc1
2014-05-19vcl wmf: EnhWMFReader constructor, ReadHeader, cleanupTomaž Vajngerl2-53/+66
Change-Id: I43b95f3ee7af42b5b1c9110cafbbae325dddb946
2014-05-19vcl wmf: cleanup winmtf.hxxTomaž Vajngerl1-103/+122
Change-Id: I8d8114378e639438f548b7ee77f8b0ef6275051f
2014-05-19test: write to stream directly in MetafileXmlDumpTomaž Vajngerl1-8/+7
Change-Id: If62a29af473f602f89e6e0e4a06772a320a23b9a
2014-05-18error C3861: 'rtl_allocateMemory': identifier not foundMiklos Vajna1-0/+1
Change-Id: Ie1576aba31dbbd067280ba8fa9c5ef095879cbc2
2014-05-18Updated coreAndras Timar1-0/+0
Project: translations eb6ea5dcf7183a496e02d21024fc05b141c5c65e
2014-05-18fdo#78824: Avoid having two menu entries having the same accelarator.Kohei Yoshida1-1/+1
Sort should have an 'S' as accelerator. The other one can be auto-assigned. Change-Id: I61e630c9b6d89658c65cca77333f1ad0a591e3ab
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida1-3/+0
Data member entries are inserted when they are added in addDateMember(). Change-Id: I6cb2e3629053fe2bb49517c4ef8d5c1fee576446
2014-05-18Resolves: fdo#78846 wrong AutoCorrect entriesJulien Nabet8-16/+16
Change-Id: Iff2e343c56092ba85a1179f121f460e5ada841f4
2014-05-18writerfilter: drop last 'using' statement from headersMiklos Vajna11-136/+122
Change-Id: I08a13793c40bec0b9a657e01f4c973cc0e393d4d
2014-05-18writerfilter: drop remaining non-css global 'using' from headersMiklos Vajna7-76/+64
Change-Id: I70e5e276a084d951d73879aa2aa4f19e9d2d32f8
2014-05-18writerfilter: drop remaining 'using' statements from headers in dmapperMiklos Vajna3-13/+9
Change-Id: I4c84388b4fae7fe27bcc6266e9978fe9d230435d