summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-21Honor additional LDFLAGS when exporting them on the commandline.Maarten Hoes
Change-Id: I794f8d9d23234af46f16a71021be069ca5383f03 Reviewed-on: https://gerrit.libreoffice.org/13568 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I2eaf9a6792ca2c06a005385ec45c08f1292cba23
2014-12-20onedrive: Improve fallback dialog and instructionsAdolfo Jayme Barrientos
Reviewed on: https://gerrit.libreoffice.org/13500 Change-Id: I95df1d1b5589f89bfaa48c0833d92e3225b497a6
2014-12-20upload libabw 0.1.1David Tardon
Change-Id: Idbe25949adab4ac20613a4c14885d4b1a4c40775
2014-12-20configure: repor -> repoMiklos Vajna
Change-Id: I2b0d29f1fab7e81bb80f9023d609cde46d47ebe1
2014-12-20Unused enumeration valueMiklos Vajna
Change-Id: I82a1f902311fb5b1cb18460c40169cd93234bc88
2014-12-20writerfilter: clean up copy&pasted dmapper_logger start / endMiklos Vajna
Change-Id: Iacae41a32acec153b1db1e1a03b2f2913d114d9b
2014-12-20writerfilter: pass the whole MediaDescriptor to dmapperMiklos Vajna
This gives dmapper access to the document URL. Change-Id: I4844c2fe97815f788de87b53170d4a1d1faebde8
2014-12-20Typo: bootrap=>bootstrapJulien Nabet
Change-Id: Icf3202c3f3f733bf65c15503063903cb5322d593
2014-12-20Typo: XExtensionManger=>XExtensionManagerJulien Nabet
Change-Id: I00a07684a7d6a533c4a3f80ec738a8ce02117d0a
2014-12-20Typo: paremeter/paramater=>parameterJulien Nabet
Change-Id: I26993b9cf01408803e0353e93079e56d1f57f589
2014-12-20TyposJulien Nabet
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
2014-12-20Factor out SwFmtFrmSize::dumpAsXml() from nodedumpMiklos Vajna
Change-Id: Idcf24d40876230a0e34f2f816dfe414b4a143f53
2014-12-20Add SdrObjGroup::dumpAsXml() to show contents of group shapesMiklos Vajna
Change-Id: I8b713cbd64f91ad62d06ef57d790ac4e54e37315
2014-12-20Move SdrPage::dumpAsXml() up to SdrObjListMiklos Vajna
So that group shapes having an SdrObjList can reuse that. Change-Id: Icc8a8dd8d1f90b368142a1c7b42249bc34b3bebb
2014-12-20SdrPage::dumpAsXml: typoMiklos Vajna
Change-Id: I9aef4e1bdec68456293a88c410ecf45eb85c7489
2014-12-20fix typo in translatable stringAdolfo Jayme Barrientos
Change-Id: Idf13d1dd35811a94100aa824f310006c2fd1b82f Reviewed-on: https://gerrit.libreoffice.org/13467 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-20Bump ICU versionTor Lillqvist
Change-Id: I7e871a6a4f538598d0af8bf3e5638292034c7349
2014-12-20fdo#39468 translate German commentsMichael Weghorn
Change-Id: I36e3d7950d64a927ac6f081cf4b163fccd2f4786 Reviewed-on: https://gerrit.libreoffice.org/13549 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I589e13ee086cffee481954215a97960db656e633 Reviewed-on: https://gerrit.libreoffice.org/13548 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-20fix buildLionel Elie Mamane
Change-Id: Ia528bd301e2f2ee1f7f3b009e3b9c3f395a4dcdb
2014-12-19fix buildLionel Elie Mamane
Change-Id: I149d36a103df51ca78324df3121f51440797e226
2014-12-19fix indentationLionel Elie Mamane
Change-Id: I35a89fc3a7f388be783c729c8e3414aba1c5c726
2014-12-19correct function name in debug messageLionel Elie Mamane
Change-Id: I9c02fdd99504bdee6654d1072559a4afac6532a3
2014-12-19survive "TextBox" having no valueLionel Elie Mamane
Change-Id: Iebed41cfcc5899387e3defb8d8a0792276349098
2014-12-19Assume that as long as the model is the same, the shape doesn't change.Lionel Elie Mamane
Even if it is moved from not a page to a page or vice-versa. This allows assumptions made in the Base Form wizard to hold, namely that if one: 1) Creates controls (and their associated shapes) 2) Groups the shapes (in a GroupShape) Then all the shapes still remember their associated control and vice-versa. Change-Id: I31975970e7ea2f7978aea7f753de88ecd8e55234
2014-12-19janitorialLionel Elie Mamane
Change-Id: I91387b354d0034410819dbcb8dc1ad8889fc8f14
2014-12-19janitorialLionel Elie Mamane
Change-Id: I3e79b0b34507b947ac4234bab45265027e445d7f
2014-12-19protect against division by zeroLionel Elie Mamane
Change-Id: Ib91120e626f772bb52531c4a35fc70f04cc5c48f
2014-12-19Keep as xShapes the newly created GroupShapeLionel Elie Mamane
That's what we should refer to later, not the temporary collection we made! Change-Id: Ie288222c6aefa0f50a0b0878ad83b78909ee56d1
2014-12-19GroupShape takes care of scaling the subshapesLionel Elie Mamane
Change-Id: I1e913287229119276fa97f73cb249ed0a0b2c473
2014-12-19detect groupShapes (TimestampFields) in forms, tooLionel Elie Mamane
as a consequence, successfully delete them Change-Id: I5dd7b329708dd13f8bfe4a38974c5f6f1202b392
2014-12-19xShapeGroup *is* the control's global xShape, so use it as suchLionel Elie Mamane
this allows the rest of the code to automagically do the right stuff: - get&set position - group this control with its label - set the label property to the label control - ... Conflicts: wizards/com/sun/star/wizards/document/TimeStampControl.java Change-Id: Ibf3cb0ae82ba5c8a23fde05f6466f8eec8308186
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
...at least when we can easily not assume it. shapes = shapes of the same XShapes an enumeration = it is the sequence 0, 1, 2, 3, ..., XShapes->getCount()-1 We replace the ZOrder property by the index of the XShape in the XShapes (the same XShapes that is passed to seekShapes()... when that is easy to find. Else, use ZOrder and hope for the best. ZOrders are not always an enumeration. For example, in documents (forms) created by the Base forms wizard, it is not the case. The wrong assumptions was leading to the following bugs in the Base form wizard: - Only the first two controls in the form were successfully saved. The others were just dropped. - Whereas the labels had the proper style (background and text colour) applied while creating the document, these were not saved successfully Change-Id: I15b9a3ef3b16eafa9698332e35d82d51d51627f8
2014-12-19teach XML import/export about unsigned integer typesLionel Elie Mamane
resolves a shitload of warnings like warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:426: OElementImport::implImportGenericProperties: unsupported value type! warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:443: OElementImport::EndElement: could not set the property "ObjIDinMSO"! warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:444: caught an exception! in function:void xmloff::OElementImport::implApplyGenericProperties() type: com.sun.star.lang.IllegalArgumentException Change-Id: Ia598d12e7d9429fe4ad3b1e7173e11e75060a613
2014-12-19two references having same contentLionel Elie Mamane
Change-Id: I2db8842411e39d7d100d0627f8c930bb3f633d77
2014-12-19this is purely informative, SAL_WARN is overkillLionel Elie Mamane
Change-Id: Iccb98e50a678e5c53b69fb1052e3dac83cdcf5f5
2014-12-19set *content* control to multiline, not label(!)Lionel Elie Mamane
Change-Id: Iebf7fa5b2335e5c6d71fdba791e49a6378db8a31
2014-12-19Revert "fdo#87301 don't rely on the shape to get the control"Lionel Elie Mamane
This reverts commit 89b3af722cc13a0af06822afe248cdec3b63cfeb.
2014-12-19Revert "fix indentation"Lionel Elie Mamane
This reverts commit 534e5676028e41205adba3928f96cd35559b5dca.
2014-12-19fix indentationLionel Elie Mamane
Change-Id: I13b50f49658a9ca38dc9a41b219428d5faad70a3
2014-12-19fdo#87301 don't rely on the shape to get the controlLionel Elie Mamane
as it forgets its associated control Change-Id: Ia5bd2212725376ab629f2c271102cea2cff9e823
2014-12-19remove unnecessary and confusing lineLionel Elie Mamane
XShapeGrouper.group returns a XShapeGroup which is guaranteed to also be a XShape. If it were not a XShape, this code would not even work since the first assignment would not work, since xShapeGroup is of type XShapeGroup. Change-Id: Ic0d873229a1421c3dc94292d7449614a4b6140a3
2014-12-19fdo#86963 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapesMiklos Vajna
Regression from commit 01fc08c0b5c57fef8ad3755672f4266d85e849a5 (fdo#85554 SwXShape: fix getting ZOrder property when doc contains TextBoxes, 2014-11-20), the problem was that we returned wrong ZOrder of shapes inside group shapes. In SwXShape::getPropertyValue(), pObj points to the Writer-interfacing outermost group shape in case of shapes contained by group shapes, while GetSvxShape() gives access to the real shape. Given that TextBoxes are only possible at the highest level (and not inside group shapes), just check if the two pointers are the same: when not, then no need to convert anything. With this, child shapes get back their original ZOrder -- before in case the group shape had ZOrder=0, all its child shapes had ZOrder=0 as well. Change-Id: I9c4097154130cd04f6ab2f2082abafc1d4333872
2014-12-19CppunitTest_sw_odfexport: allow running a single testcaseMiklos Vajna
Change-Id: Iaaa3d8a4e8ddf419ecaf75dfa30d1b4a9bc984af
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist
It's more relevant when deciding whether to use OpenCL or not. Note that we won't use OpenCL for a single formula cell, no matter how large a calculation it invokes (like =SUM(A1:A1000000), for instance), as a single cell is not a group. Change-Id: I66b03c197431c2b4cef96f46b010d99d3e0624fc
2014-12-19Let's just have one typedef and use it across the board.Kohei Yoshida
Change-Id: Iadfbeb5b97673a8812c90411ff2e49324347ee24
2014-12-19This one can be private as well.Kohei Yoshida
Change-Id: I129c6a250116fdcf78dce63e3b46bb3c789d087d
2014-12-19Let's hide this typedef. Not used outside this class.Kohei Yoshida
Change-Id: Id3713657a8a7ff54f8d06e5ee670fcb297686706
2014-12-19We don't need this semi-colon.Kohei Yoshida
Change-Id: I3860e2e54e6a380f8050cdaa63cda52adf70220a