summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin
Change-Id: I59f1ff177e197db07ac9a9a33487d04c2a5e768e
2015-10-27Use getToken with start position in lcl_decodeSepStringMatteo Casalin
Change-Id: I16fba233346b807a4c216da70a71e66f2bb0e0a3
2015-10-27Nothing that would be covered by that hereTor Lillqvist
Change-Id: I4f76c7699333cd9236f5231984db5c6d02a31445
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
There is no point, since it's the size of a pointer anyway (found by temporarily making the new operator in uno::Reference deleted). Change-Id: I62a8b957fef9184f65d705600acfdab4116dcb34 Reviewed-on: https://gerrit.libreoffice.org/19603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-27tdf#64027 sw: Make the text background color button workMaxim Monastirsky
Change-Id: I305163b691a8fa51ef5da0c940c59c3a3440a2dc
2015-10-27tdf#92207 sc: Make the text background color button workMaxim Monastirsky
Change-Id: I687a58e17ce30ced101c4585884106cff9b6292b
2015-10-27WaE: unused parametersTor Lillqvist
Change-Id: I4273a4ddc00d24f561cce6a21b5237d4dfc56a92
2015-10-27Initial work on a "Vortex" transitionTor Lillqvist
The actual transition is not yet at all like the one in the competing product. But some basic ideas are in place. Change-Id: Ie17a4fe03ae93abe51a2f1f760f417ee4b193e2c
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn
Options specified in PPD files can be grouped using the keywords "OpenGroup" and "CloseGroup". The keyword "InstallableOptions" is used as a group name for a group containing options that define optional hardware features of the printer that can be present or not (s. section 5.4 in version 4.3 of the PPD specification). As they are not print job specific, it is recommended not to show them in the print dialog. To be able to distinguish those options, the PPD group name was added as an attribute to the PPDKey class. Change-Id: I4a3abf23a711ad98556c0b608a07ef0a91e77e2b Reviewed-on: https://gerrit.libreoffice.org/19623 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-10-27better i18n of STR_DDE_ERROR stringAndras Timar
Change-Id: I23db46dddae093a85dc4dcb0f7b12630a1e7aa3f Reviewed-on: https://gerrit.libreoffice.org/19624 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-27Missing includeStephan Bergmann
Change-Id: Icbffa2973b3cb803950ffe280b95194795f8861c
2015-10-27Missing includeStephan Bergmann
Change-Id: I55595fdbc6ae5a51f402201cdc5f4adbdd86b984
2015-10-27Missing includeStephan Bergmann
Change-Id: Id57c9dded321b870002792056e9734ac3074a606
2015-10-27move SvRefMemberList into idlNoel Grandin
since it's only usage is there Change-Id: I882ddd3e08ab37cf7b3cca8121463598ea3d3bc4
2015-10-27Fix Python 3.5 sizeof(PyGC_Head) for UBSanStephan Bergmann
...by again using 'long double' instead of 'double' to "force worst-case alignment," just like Python 3.3 used to do. This fixes -fsanitize=alignment failures like > workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10: runtime error: member access within misaligned address 0x6110007af498 for type 'CDataObject' (aka 'struct tagCDataObject'), which requires 16 byte alignment > 0x6110007af498: note: pointer points here > ff ff ff ff 01 00 00 00 00 00 00 00 98 98 17 00 90 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > ^ > GenericPyCData_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10 > PyCFuncPtr_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:3385:29 > type_call workdir/UnpackedTarball/python3/Objects/typeobject.c:908:11 > [...] during PythonTest_dbaccess_python. Change-Id: I8cc65823e1bc65807ec30c97a9099462e55c996d
2015-10-27loplugin:unusedmethodsNoel Grandin
Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-27loplugin:unusedmethodsNoel Grandin
Change-Id: If703da1323e38df1c5e84d97a7d467dc8e639421 Reviewed-on: https://gerrit.libreoffice.org/19618 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-10-27sw: prefix members of SwSectionFrmMiklos Vajna
Change-Id: I962ee5dc35d5b33c751890ff9d56850897c7d080
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna
Change-Id: Id9e18c67a4fa6e3646ac33cd616838819d1f10d8
2015-10-27sw: prefix members of SwTableLineMiklos Vajna
Change-Id: I89c434ba488963fdbaa9025bdd1dd420ab255dac
2015-10-27sw: prefix members of SwTableNodeMiklos Vajna
Change-Id: Ibbcafef60e5074ef8b9e86bd6709bcfa50a5068d
2015-10-27Fix python3 on MSVC 14.0David Ostrovsky
Change-Id: I2882a97d0e078bd3217170e7906cd41680fbc4a4 Reviewed-on: https://gerrit.libreoffice.org/17360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2015-10-27inline SvBaseLinkRef typedefNoel Grandin
Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d
2015-10-27inline SfxMediumRef typedefNoel Grandin
Change-Id: Id6dc03a5957adf657d12db7941273593a9f7c10f
2015-10-27add MSVC 14.0 runtime merge modulesAndras Timar
Change-Id: Ib32a4f2484466802ac6c9152e8dd41fc8c67aa46 Reviewed-on: https://gerrit.libreoffice.org/18560 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-10-27Replace boost::bind by lambdas in editeng tree.Mario J. Rugiero
Change-Id: I3e0383757fb50e9223b5b87558e880859de7f396 Reviewed-on: https://gerrit.libreoffice.org/19619 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-27Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero
Change-Id: I2eba564ddd462a5aa9f96efda418927eb8b88eb7 Reviewed-on: https://gerrit.libreoffice.org/19611 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero
Change-Id: Ida56649f15b58b3b11b3d43c5017fd5ebd9a2cf1 Reviewed-on: https://gerrit.libreoffice.org/19606 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-27loplugin:unusedmethodsNoel Grandin
Change-Id: I73180266c0af98dbd8d29bd3b11850996b94def9 Reviewed-on: https://gerrit.libreoffice.org/19195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-10-27tdf#91063 Move border to Gtkbox in Data Series content panelYousuf Philips
Change-Id: I33dd8f0688df09e57d565f0f5fb2883297e0497f Reviewed-on: https://gerrit.libreoffice.org/19607 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-27TANGO: First batch of 32px iconsYousuf Philips
Change-Id: Idee373fa7e5c6d4444f778ca9739735fbac48094 Reviewed-on: https://gerrit.libreoffice.org/19616 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-27TANGO: Add icons for table/sheet managementYousuf Philips
Change-Id: Ida1ce8b62d93f37c75d0fee5e7930c75f6dbdb33 Reviewed-on: https://gerrit.libreoffice.org/19593 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-27tdf#81475 Improvements to writer's table toolbarYousuf Philips
Change-Id: Ia95522ebfa2c5c0c11242034a1237793c75aaa36 Reviewed-on: https://gerrit.libreoffice.org/19594 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-26let see if this works on 32-bit crapEike Rathke
... without actually disabling the test for 0.0 for others. Change-Id: I014278dd38535274274536e3187d6bb8cd4dbc2a
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud
includes should be able to be included on their own fix some of the ones that do not respect that rule. Change-Id: Id161224a1978461d3cea43252f232f18888a4f61 Reviewed-on: https://gerrit.libreoffice.org/19612 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-10-26Updated coretagezi
Project: help 9e1f105bcf48f6518a3804ab14db6f5e8a3eaca4 minor changes for functions IM* ful_func.xhp paragraphs with service information is replaced to comments; the last mention of a complex number in the variable func_define_complex is replaced to a number, as there can be any a number, not just a complex number; added the paragraph about result; func_imcos.xhp and func_imcosh.xhp deleted attribute locale="false" in paragraphs with examples, as they need to be translatable; in all func_im* files the part of the variable with description took away; chenged the part with "a+bi" by request Olivier; added the link to the result; added tag <br /> in paragraphs with examples, as examples need to be separated from his descriptions. Change-Id: I571415de35440ee9227d6e8bc270ed5c69c9e237 Reviewed-on: https://gerrit.libreoffice.org/19599 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-10-26Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke
This reverts commit 6f9e272da724237e52f2f93f235ae78c5344a21a. A f*cking mess. See 1cdf6ade0eeac9515ed88ae0cd802fe119dd4249 Change-Id: Ia66edb96c9c34742300e882c2796870bfd9919d1
2015-10-26see if including cmath instead of math.h satisfies Android-ARMEike Rathke
Change-Id: Ie96f459dfe6d515ac92d89fcf6e6393a35bb97ac
2015-10-26ImplImageTree ctor/dtor can be private nowStephan Bergmann
Change-Id: Idf43ef98ea41345595ffcfae8c74a50120107978
2015-10-26TBBase::indent_printf() only #if OSL_DEBUG_LEVEL > 1Eike Rathke
... so the next unusedcode round doesn't remove it again. Change-Id: I3bcbafb0461f09fcfbb0e14f4f1a1713a540b5a3
2015-10-26reintroduce TBBase::indent_printf()Eike Rathke
This partly reverts a90c6eb99c8c2167c4b1ec75a21a30a344bfea43 which erroneously removed the method as unused because it is used only with OSL_DEBUG_LEVEL > 2 Change-Id: I6fa52775b6a013c0086ba9d7ae21720a9ab8aa01
2015-10-26Fix graphite line endings for stacking spacesMartin Hosken
Change-Id: I63dab1bea8cbe9c702b543978d04fb6aeb7d363d Reviewed-on: https://gerrit.libreoffice.org/19557 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Martin Hosken <martin_hosken@sil.org>
2015-10-26tdf#86508: Traffic light colour scale for cond. formattingKatarina Behrens
Change-Id: I35584a36ba4a89187182af8828402040e4b091e4 Reviewed-on: https://gerrit.libreoffice.org/19609 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-26solenv: try to fix installer erroneous error detection of python3.5Michael Stahl
... which (on Mac) has files named "error.cpython-35.opt-1.pyc", "error.cpython-35.opt-2.pyc", and "error.cpython-35.pyc". Change-Id: I24cea3c7d2aacbda5e39224a975e1c6b34a57244 Reviewed-on: https://gerrit.libreoffice.org/19608 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
...which uses the logic already available in VCL's ImplImageTree to locate the image zip files and find fallbacks for incomplete themes and for localized images. Change-Id: Ic1c15fcacb6596a27a2b051093232902202bf472
2015-10-26...but do not erase localize attributes from image elementsStephan Bergmann
...as these are used in xmlhelp/util/main_transform.xsl at runtime Change-Id: I097cb79f660386d7fa2d97e7115f689a1e442fe2
2015-10-26-Werror,-Wunused-functionStephan Bergmann
Change-Id: I3c1066902df047a10cf407900dd040dc4408f88c
2015-10-26loplugin:literaltoboolconversionStephan Bergmann
Change-Id: If7c7461893ad2627f4bf8a95051282a30a77dc3a
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I98c4ac860fbdb55a61f9be0e9d2d5f29fb849e05
2015-10-26basic: replace boot::ptr_vector with std::vectorMichael Stahl
Change-Id: I4967ad8345cd74c39edbea1df513978b62996b90