summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-21Make cpp/poppler-version.h header optionalTomáš Chvátal
Older popler (SLE11) does not have this header yet. With the code simply if the header not found define version to oldest possible working candidate and also raise the .pc check to the same. Change-Id: I039c879879188fe2eb90cd119b80a1d6354a6a9c Reviewed-on: https://gerrit.libreoffice.org/15339 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21remove /usr/sfw/lib rpath for solaris in vclRichard PALO
can be patched back in by any distros still using sfw. Change-Id: I813cc734642c0dc6c1f7e3094955cf94daa14a65 Reviewed-on: https://gerrit.libreoffice.org/15360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21Initial AppArmor profilesBryan Quigley
Profiles and a script to help generate them for different environments. Not part of the build system, yet. Change-Id: I502705631494b124f26a71d57a2c9a9eae130fb4 Reviewed-on: https://gerrit.libreoffice.org/15452 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
Change-Id: Icfb02807cb9370e72149cdb9122b3b108eb3e4a5 Reviewed-on: https://gerrit.libreoffice.org/15456 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21cppcheck: cstyleCastCaolán McNamara
Change-Id: Iaf5c394a1cacaa6de9d10566dc6a1371361b40de
2015-04-21cppcheck: redundantCopyCaolán McNamara
Change-Id: I209b55a6ef962d4a350327e56c4d16c8180a21e0
2015-04-21tdf#39547 Image title/description is lost after changing anchorNiklas Johansson
This issue has been present for a long time, at least since 2010. When the old frames are deleted the SdrObjPlusData that holds the title and description is deleted as well never to be transferred to the re-anchored object. Some types of frames only have the msTitle and msDesc so let's keep them updated and also use them to transfer the strings in question to the new SdrObjPlusData object. Change-Id: If9b00b70d2556bd32fa2b4f312db4ad09102d9ee Reviewed-on: https://gerrit.libreoffice.org/15194 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21android: typo in InvalidationHandler documentationMiklos Vajna
Change-Id: Ibd6a53f358c1ae844d458440947d10d3c514948a
2015-04-21typoStephan Bergmann
Change-Id: Iba3d56e8c95da526e0e559238e1ec5ba7a29538e
2015-04-21fix crash on export of ooo30155-1.sxw to odtCaolán McNamara
Change-Id: I1dd087ea6803f29756e1b78385a4a98f7378e616
2015-04-21RTF import: handle d{x,y}WrapDist* picture propertiesMiklos Vajna
Commit e789c7f0f15a6b571de95b81e77e3a323e9f540e (RTF import of d{x,y}WrapDist* shape properties, 2013-04-09) added support for wrap distance of shapes, but that was ignored for shapes, as dmapper later overwrote the set margins. Fix this by generating the expected tokens in case of pictures, then dmapper will take care of the rest. Also add testcases for the original shape wrap distance feature that was missing. Change-Id: I6f219ee6fef71328368409d142897dbae77a0f2f
2015-04-21Do not filter out libsax from installation even if it's mergedMatúš Kukan
expwrap links against sax and can't link against libmerged because it is needed to build libmerged :-/ (saxparser in i18npool) Change-Id: Ie4dca11e8e1bb16a2506cf7cdb7d69b804d98cc0 Reviewed-on: https://gerrit.libreoffice.org/15447 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-04-21tdf88056: implement export of page title field to ODFKatarina Behrens
to loext namespace so far, since it isn't approved by ODF-TC yet Change-Id: I1bb7723bdccec9b670630da5e4d56f47cd615e43
2015-04-21bogus SAL_WARN_UNUSEDStephan Bergmann
Change-Id: Id2e2c1d563638a7bba56a079dcaf9394b22c3061
2015-04-21try to find a unique naming scheme for temp filesMarkus Mohrhard
This should hopefully avoid name clashes during the test runs. During the test runs two tests can try to access the same temp file which causes one test to fail. Using the pid as part of the temp file name should avoid that problem. Change-Id: I696c3d34e33a5d8e9234238d86f1201ecdfa66ec Reviewed-on: https://gerrit.libreoffice.org/15455 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-04-21loplugin:passstuffbyrefStephan Bergmann
Change-Id: I882ef5f8d1193ab3f3daeff0f4eb755c40c898ba
2015-04-21Use cppu::ImplInheritanceHelperStephan Bergmann
Change-Id: If4f7ebcc2da2bda68a6c51b309541181a40b6df4
2015-04-21sc: -Werror=unused-variableMichael Stahl
Change-Id: Ia680b441a418a02148b9a2f27a38691f7c28c173
2015-04-21simplify gathering XML conf. data in sidebar ResourceManagerTomaž Vajngerl
Change-Id: I218698079d205690b596f3d36ff7dedea08c92fa
2015-04-21cleanup ResourceManagerTomaž Vajngerl
Change-Id: Ic07e0a9eb72fc78c23d65c82420daa57dbeb44f7
2015-04-21Related tdf#88056: Placeholder needed for ODF export/importKatarina Behrens
Change-Id: I8f232f5bf90401ec3ab4362eb8cc80e0c8d58717
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens
no use for it outside Impress really ... Change-Id: I419ce252ec1b32a7ef225fefc02ec5dd87ba402a
2015-04-21svx: nPtAnz -> nPointCountMiklos Vajna
Change-Id: Iec25a45729143cea7a8ff5cf4e03969998f2c355
2015-04-21silence the warning from GetAssignedOutlineStyleLevelCaolán McNamara
Change-Id: Ib55cb1982ed279bc3941eef58f894262b6687830
2015-04-21add some SAL_WARN_UNUSEDCaolán McNamara
Change-Id: I6f52c91d6b355c9aa0e0bb28990745c4eb4be5ac
2015-04-21sidebar panel or deck can now be marked as experimentalTomaž Vajngerl
.. so they show up only when experimental mode is enabled. Change-Id: Ib89b8b03290b7c04edc4da48ed328f03cd88d02c
2015-04-21cleanup tools/color.hxxTomaž Vajngerl
Change-Id: I7d8f263f9ccb1ea4f230d7a2df4d88c408b3a5da
2015-04-21tdf#78606: unittest for docx section header export bugEilidh McAdam
Checks that header is exported to DOCX when section is first paragraph. Change-Id: Ie8db2a372754208203f0df62137a3a0c3bbf39b9 Reviewed-on: https://gerrit.libreoffice.org/15370 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-04-21tdf#78606: Write DOCX header even if section is first paragraphEilidh McAdam
Header flags are now set prior to export if a section is the first thing in the document (ODF -> DOCX). Change-Id: I84ba61c11da78a012938163d986ee5fcd301d405 Reviewed-on: https://gerrit.libreoffice.org/15369 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-04-21loplugin:passstuffbyrefStephan Bergmann
Change-Id: I4889b3d56b9e6f6926d1d094130c277588ff143c
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann
Change-Id: I2b9dafd2a34d055dcd8b8c4d894be30dc821d3be
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann
Change-Id: Id3a12ef9d56c30719f483e610c8a8b08caf05def
2015-04-21fix AxisModel MSO2007 vs OOXMl default valuesMarkus Mohrhard
Change-Id: Ie4265bf5ef02126d88d7521f86b0b922f77817a8
2015-04-21 use b as prefix for boolean valuesMarkus Mohrhard
Change-Id: Id06b8347d965c1388adad6df9c1c0ad3e8213986
2015-04-21don't create random data series, related bnc#839727Markus Mohrhard
Change-Id: I70d68f68d77af63990477a36ebe9699d0e5eccb6
2015-04-21MSO 2007 vs OOXML default valuesMarkus Mohrhard
includes: fix data label delete element handling According to the xsd: <xsd:choice> <xsd:element name="delete" type="CT_Boolean" minOccurs="1" maxOccurs="1"/> <xsd:group ref="Group_DLbl" minOccurs="1" maxOccurs="1"/> </xsd:choice> which is just insane. Therefore as soon as we hit a non-delete element we assume that the entry is not deleted. Change-Id: Ifa8a59fef200250b931dcb1559d4866cb26bd98f
2015-04-21remove whitespaceMarkus Mohrhard
Change-Id: Ie630331957a6ff9514af7d00529ed875f94ddf26
2015-04-21fix wireframe MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: I6bea0db361174ad93f182e0dd6ce37ae1c4ca8ec
2015-04-21fix smooth MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: I7dcb7a1a462cff40696bc3be860d8b02df8624b8
2015-04-21fix marker MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: I7dc2b5b99fa10f13b2dc345850af80689db6480d
2015-04-21fix showNegBubbles MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: Ia5606fc9ab1131d3c0577d25101643f37f91dc85
2015-04-21fix TypeGroup MSO 2007 vs OOXML default valuesMarkus Mohrhard
Change-Id: I0d01e5b8d5f284ee3049debaf9fba0012dae005d
2015-04-21add test case for VaryColor default valuesMarkus Mohrhard
Change-Id: Iaf8012d573044dad21d1008e3a6d583625e6f386
2015-04-21not every PieChart uses VaryColorsByPointMarkus Mohrhard
Change-Id: Ia2d30c185ecf45335c0ec00ad24bb9c117bb8aef
2015-04-21fix varyColor MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: If1b7c2d57b46b124707120a1d1906bd0653c735e
2015-04-21fix shape MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: Ia145d6a8fd3af3367a27cbc7618f93546d4007d7
2015-04-21add tests for trendline default valuesMarkus Mohrhard
Change-Id: Id1ff3b7dd10f6d200a0f2cd86ef7f8fa47722344
2015-04-21fix dispRSqr MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: Ic751eddeeb5690afaf48b47c8bf10592723b0adf
2015-04-21fix dispEq MSO 2007 vs OOXMLMarkus Mohrhard
Change-Id: I3637f40cb2c354ead03612f2857e7c2e27ffcd1b
2015-04-21fix more mbNoEndCap MSO 2007 vs OOXML placesMarkus Mohrhard
Change-Id: Ib1002488e880fa1478dceb046cd08b40cdfe7b1e