summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-09Simplify and improve (?) the Vortex transitionTor Lillqvist
Change-Id: I0602be9567961ca3bb5d41febd35ad65d8d7fb2a
2015-11-09formatting improvements in sw/Noel Grandin
after my recent "com::sun::star->css in sw" commit Change-Id: I2545648fc6f14ea0ebcabbe012e91546cf392b16
2015-11-09Replace a few for_each and one-liner locals by range-based loops in fpicker.Mario J. Rugiero
Change-Id: I07cb510b8c8ab195d5d3addb715cfb0af488ab9b Reviewed-on: https://gerrit.libreoffice.org/19849 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-09Replace a local functor and bind2nd by a lambda in formula.Mario J. Rugiero
Change-Id: Ied06b3f167c566d754d32708eaec4a354f7ee663 Reviewed-on: https://gerrit.libreoffice.org/19848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-09Replace a local functor in configmgr by a lambda.Mario J. Rugiero
Change-Id: Ida4317ec6b96ab8cb3362243b4acace3680bcd31 Reviewed-on: https://gerrit.libreoffice.org/19846 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-09Cleanup two unused boost/bind includes in comphelper.Mario J. Rugiero
Change-Id: I8bfbbc82be3a91d7227ff76fc6eb570c1155dd4f Reviewed-on: https://gerrit.libreoffice.org/19844 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-08tdf#75256 Sifr updates: more shapesMatthias Freund
Change-Id: I3bb5980e53b5a9d922ca401dd9927ee64f7cef98 Reviewed-on: https://gerrit.libreoffice.org/19843 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-11-08Improve layout of CTL settingsAdolfo Jayme Barrientos
- Kill those evil, space-wasting “homogeneous width” properties - Align Movement and Numerals labels - Bring radio buttons together Change-Id: Ib279f81b48733cccd8dd399549f598a21613076a
2015-11-08Leftover debug code? (causes -Werror,-Wformat)Stephan Bergmann
Change-Id: I8629481a454a668b3044eb6f56dbe43d4720e52a
2015-11-08update README.varsTomaž Vajngerl
Change-Id: Ie2d0cc90ecc3e585a8fbfc9517e48170cf07c0d2
2015-11-08support to load SVG images when loading from Image resourceTomaž Vajngerl
Change-Id: Ieda1c334d8d995c774381c52fa1d9aa11751c5ef
2015-11-08loplugin:vclwidgetsStephan Bergmann
Change-Id: I7583a76e4d1c98c02bcbf6367a1bf7be815b1461
2015-11-08loplugin:defaultparamsStephan Bergmann
Change-Id: Ia4f51a3599afa6ffe7b689a8703a9634b4fb082d
2015-11-08loplugin:stringconstantStephan Bergmann
Change-Id: I33876585b5a406231954013051bc7f61045226b0
2015-11-08sc lok: add missing commandNameHenry Castro
LOOL requires to filter a requested command values message Change-Id: If2eeb9990e0f9aec6410a70f7a6c132c080bda80
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
Change-Id: Ieef535e34f5acd9139c3ee1e9e6c650fc5fe92e4 Reviewed-on: https://gerrit.libreoffice.org/19842 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-11-08oox: check for namespace in MCE is flawed, use a namespace listTomaž Vajngerl
In "AlternateContent" nodes we have to check if we support the namespace which is provided in "Requires" attribute of "Choice". Currently we tried to resolve the namespace with a call to the xml filter, however this doesn't work as the filter is already gone. In writerfilter we also have to handle a similar situation but there we just compare it to a list of predefined namespace alias ("wps" and "wpg"). This commit adds a list of supported namespace aliases to fragmenthandler2 instead of the namespace checking to support the "p14" namespace alias correctly. Change-Id: I25c430b97336c9e140bb5641a76a60895734b91f
2015-11-08add p14 namespace to xmlfilterbaseTomaž Vajngerl
Change-Id: I34d253e9f5bdfff14f1940544ae5bbb019bf506b
2015-11-08tdf#74667 Regression dialog: linear, logarithmic, powerTomaž Vajngerl
Add a new statistics dialog for calculating regression. First supported regression models are linear, logarithmic and power. Change-Id: I6fa18136455d4bc4d69edbaa7d19ee6b5b6e5703
2015-11-08StatisticsDialogs: 3D addressing, add size to DataRangeIteratorTomaž Vajngerl
Automatic filling of addesses always use 3D addresses, with this commit 3D addressing can be turned of to simplify formulas when this is possible. Add size of the current range to DataRangeIterator. Change-Id: I5c95cfe1617258221fa1a6adf1561e5eeee13c68
2015-11-08pptx: import outside/insde turning cube transitionTomaž Vajngerl
Change-Id: I12f668aca158a8c868ecaeb37f6724852308a515
2015-11-08oox: define p14 namespace in strict, define P14_TOKENTomaž Vajngerl
Change-Id: I9c92b9a637f43fd425cd0741e480b72ee5cff919
2015-11-08pptx: export inside/outside turning cube transition as p14:prismTomaž Vajngerl
Add support for exporting p14 transitions with AlternativeContent fallback support. Export "inside/outside turning cube" transition as "prism" MSO transition with fallback to "fade" transition. Change-Id: I031d90f6465741847e1bda8991d45e7fed9e68e5
2015-11-08pptx: inside/outside turning cube transition testTomaž Vajngerl
Change-Id: Ida476a8e5a761c7721949b259b95184a88cc4e41
2015-11-08oox: p14 namespace (MSO 2010) + tokens for slide transitionsTomaž Vajngerl
Change-Id: I72d1901ceb2e43e459efb197cb72bd701c7d8f63
2015-11-08pptx: import/export of "cut through black" transitionTomaž Vajngerl
"Cut through black" is not supported in ppt so we detectit only in pptx specific export code. This needed some changes in the pptx code for exporting transitions. Change-Id: Ibc7361311017b3ffadd289db4e8ae233e1101ea8
2015-11-08pptx export: properly assert transitionsTomaž Vajngerl
Change-Id: Ia793d51c7df6987763fc37c8d73a98ae94a4822a
2015-11-08pptx: fix export of newsflash transitionTomaž Vajngerl
Change-Id: I0e34e1b8860b9142d3171246d41bb528e710d10c
2015-11-08pptx: import/export corner directions correctlyTomaž Vajngerl
Change-Id: Id2e9234c200c9544af31c07e7c5a13c7ae69d9b3
2015-11-08pptx: add a testcase for wipe transitions import/exportTomaž Vajngerl
Change-Id: Ic82b95fc676957f26ce5e09b2343ba71b775c1b0
2015-11-08Write as comment the names of slide transitions in MS-PPT specsTomaž Vajngerl
Change-Id: Ied3203c0a4ce04a9c93f35ae4ce4fa55e82cf70e
2015-11-08pptx: export slide transition direction parameter correctlyTomaž Vajngerl
The direction of wipe transition was not exported correctly, left was right, right was left, up was down and down was up. :) Change-Id: Ibc709476c03d6c96204fb5fe91d37823a185fa97
2015-11-08get rid of c-style castTomaž Vajngerl
Change-Id: I88173997c2db33b2e67bde77cd48c6753b12ae9e
2015-11-08pptx: export/import newsflash and comb slide transitions + testTomaž Vajngerl
Change-Id: I8ec2e1bc6d6f46f741252085f68edc6c284124b6
2015-11-08Updated coreAndras Timar
Project: help 2f91170b8637554100e427525541ade2fd38c574 tdf#94473 add missing hid Change-Id: Ib0709570cdbfdf2ea4dc7e025319ae4acdb1ff36
2015-11-08Updated coreStanislav Horacek
Project: help e3edc535120b598fe44f7b9500d6433eb611ac61 tdf#95626 add holding Ctrl key to undocking Navigator Change-Id: I8ce3521cce64f013be947ee4cdff2ded06f2aa2f Reviewed-on: https://gerrit.libreoffice.org/19838 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-11-08Now I understand why that multiplication by 10 was there originallyTor Lillqvist
I was suffering from one basic misunderstanding: I did not get it that samplers are indexed with normalized texture coordinates, i.e. 0..1. (Note that multiplying a coordinate by any number does not break anything horribly for this use case, looking up a pseudo-random number, because textures by default repeat as a coordinate wraps.) We multiply by 10 so that neighbouring pixels that map to close index into the permTexture don't get clumped together with close sn values, and thus same behaviour. (Sure, the multiplication by 256 that I had changed it to worked, too, but not the way my initial reasoning went... So let's use the original 10 to avoid somebody else thinking that we need to multiply by 256 because permTexture is built from a 256x256 array.) (See 1877228ae8e7cc298cf4e45d061ee54774aa1d08) Change-Id: I1d350446460fe2fdd3e55f00053a5ce01d2d117c
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
Change-Id: I7065f88c752dbd6b7db3f4b4efaec85d083edede Reviewed-on: https://gerrit.libreoffice.org/19839 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-11-08sc lok: Add initial test for .uno:CellCursorAndrzej Hunt
This should be extended with checking that we receive "EMPTY" when there is no cursor shown - that would require e.g. simulating keyboard input to hide the cell cursor. Change-Id: Ia7be5ec3e158f21967b4c307ac10abb2b5e2a56a Reviewed-on: https://gerrit.libreoffice.org/19828 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andrzej Hunt <andrzej@ahunt.org> Tested-by: Andrzej Hunt <andrzej@ahunt.org>
2015-11-08Fix property name: ModuleName -> ModuleIdentifierMaxim Monastirsky
8b050d1e91a6623fb2770421e564a74d6259d816 changed this everywhere except here. (This reason is that the commit was imported from Apache, which didn't have this place.) Change-Id: I07a914298ee0d350c744789a5dd39605b01e5311
2015-11-07Don't use gie as both _use_libraries and _use_library_objectsStephan Bergmann
Change-Id: I9dc7b137132991299835bb931c4b7061074b978a
2015-11-07loplugin:stringconstantStephan Bergmann
Change-Id: I9e505814f206c35b465633c45bab6f989ad18074
2015-11-07SVG: tdf#95332 defs can contain shapes so fix tdf#65864 in...Xisco Fauli
a different way. This is just a temporal fix as this should be fix by implementing support for 'clipPath' Change-Id: I451e0a9ae0466c027505672393d623d7ac363e79 Reviewed-on: https://gerrit.libreoffice.org/19615 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>
2015-11-07Misc tweaks and cleanups.Ashod Nakashian
Streamlined a couple of hotspots and some minor cleanups. Change-Id: I85a9423e03f7e20ce78736a44d668da859a443cd Reviewed-on: https://gerrit.libreoffice.org/19720 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-11-07Updated coreYousuf Philips
Project: help 3436f221098263a0053222bbee1dac7e3b06cf82 Adjust section paragraphs in Calc - Heading and Footer Change-Id: I64357b16b16540583ad4c01d5b3eec88add7120f Reviewed-on: https://gerrit.libreoffice.org/19722 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-11-07WaE: redundant const_cast [loplugin:redundantcast]Tor Lillqvist
Change-Id: I0a4007231747360cabc24adf73a0c131d30dd5cd
2015-11-07Improve transition shader portabilityTor Lillqvist
Use #version 120 explicitly, and adapt the shader shader code accordingly, to use strictly only GLSL 1.20 constructs. Also, use less vertex attribute data in the Vortex vertex shader: We can pack the per-vertex tile x and y index and in-tile vertex index information into one float. Also, the shader can calculate the center of the tile a vertex belongs to based on the knowledge of which tile it is. Now the shader transitions work on OS X, too. Change-Id: I93e8b5069a6d06d2e412ffee322b1eb32805e606
2015-11-06Return earlyJulien Nabet
Change-Id: Ifef410c1495d1a2b99693f4669d81d6293f74f6a Reviewed-on: https://gerrit.libreoffice.org/19834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
Change-Id: Ia2ac921664fd5b7336125a2f62bca932542b2286
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: Iea907bd407d0a6d1d7fa8a5a98ae7a9b4bbed642