summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-21loplugin:cstylecastStephan Bergmann
Change-Id: I9dfde74fa7e5e3a651ea014e6cc335bac780cb4b
2015-04-21sw: assert that SwField::m_pType is not nullMichael Stahl
Change-Id: Ifb59810b11db05f4fbbd815ff00efc70cfac03af
2015-04-21sw: prefix members of SwValueFieldType/SwValueField/SwFormulaFieldMichael Stahl
Change-Id: Ibadb4fb3a56c271bb045790ea0544bfa35b327b6
2015-04-21sw: prefix members of SwFieldMichael Stahl
Change-Id: If81d5a2ab499837f9e4a38665b0daf2a6bba1269
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl
Change-Id: Ib07a3c15cb48998d0acb5bfae4e902a2d729b648
2015-04-21tdf#90421 RTF export: ignore hyperlinks without an URLMiklos Vajna
Commit fe444d1f74abe417962be0bcd3340f40f2446b58 (fdo#62536: sw: fix AutoCorrect bold/underline on existing AUTOFMT, 2013-06-20) adds an empty inet format hint on the text node during autocorrection, on export we can safely ignore that to provide well-formed output. Change-Id: Iafae941a13e29dcc7d8b4bade5ce94a486b59638
2015-04-21SwTxtAttr::dumpAsXml: show hyperlink URLsMiklos Vajna
Change-Id: Ie887db2793a8bc85a6cd381db7543436bbd5a9d5
2015-04-21Applies CharAttribute to selected text and tests undoAustin Chen
Change-Id: Ibd171fda4ea38de4d76d8f252d6f6d37cf3b9a66 Reviewed-on: https://gerrit.libreoffice.org/15158 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21Resolves: tdf#76825 styles drop down menu is too narrowCaolán McNamara
Change-Id: I3d1ba1da40990df2427f0d380a85d5e704f37038
2015-04-21refactor for reuseCaolán McNamara
Change-Id: I46e04464376324c7e48fe0ccf7362c3a4256e3c2
2015-04-21split out the code that sets up the device for each entryCaolán McNamara
Change-Id: Iad426e1cb1eaac24edf1e7bb61307f29d33d8786
2015-04-21draw all entries the same wayCaolán McNamara
Change-Id: I9da3c8dca4db4a02197a67e1fbedd9b525dc7768
2015-04-21break out text drawing bit as UserDrawEntryCaolán McNamara
Change-Id: Icb1bcfb5f9f7475f67c9c001efdad2aa7e0d0834
2015-04-21fix indentCaolán McNamara
Change-Id: I2628ac3fbabe9f33c41c7f3612eae608fb854ae3
2015-04-21One more unused part of comphelper/implbase_var.hxxStephan Bergmann
Change-Id: I7ef85887de6bf4196d6dc0c141281d310787252c
2015-04-21tdf#90640: xmloff: ODF export: fix style:background-image attributesMichael Stahl
... for Writer frames, which were missing the draw:opacity; turns out this is because now the the default valued properties are not exported any more, which causes them to be missing in the property array so the hard-coded indexes in XMLTextExportPropertySetMapper::handleElementItem() do not find them. (regression from c3e49660e782816d1203cb936156ef6d6a1ad572) Change-Id: I84b6c09b23a2275161135290f1b0ac9f52546a80
2015-04-21Visbile->VisibleCaolán McNamara
Change-Id: I7f26d81c83ff3eee7dfbdc3b9c76592bb152e130
2015-04-21Get rid of unnecessary comphelper/implbase_var.hxx partsStephan Bergmann
Change-Id: I85da73dadfdb62c09b5ef5f59a0cf05a0235eaf5
2015-04-21CppCheck cleaning : avoid unnecessary affectationMichaël Lefèvre
Change-Id: I3803c5898f94e2786ba6fa464b503f36f5a449ab Reviewed-on: https://gerrit.libreoffice.org/14847 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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