summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-26smoketest: improve docs.Michael Meeks
Change-Id: I794c4b10d9ba5cf694c51bb9a32244fdb07e49bd
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: If8faa69302775cdd24bc6f45713eb246c9210745
2015-11-26formula: fix build, undef IdleMichael Stahl
Change-Id: If256bba5d8207a955c06713db7141831b53324c7
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I71f5aacb3b9370c1ff137faeb6f98ad889010f03
2015-11-26Cleanup last, partial include redux patch.Michael Meeks
Change-Id: I1f6f9d4a1b7fae33529ae386e8733b5063de53b0
2015-11-26vcl: fix buildMichael Stahl
Change-Id: I51d992e9befc78f6e429480e29bfb78e9be87ac2
2015-11-26Mork: Reuse profile discovery from mozilla bootstrapDavid Ostrovsky
Mozilla bootstrap driver is used in xmlsecurity to discover default profile and induce the path to the public keys file location from certification authorities. The same profile discovery code is used in mork driver. Remove duplicated code and re-use the service from mozilla bootstrap driver in mork driver. Change-Id: I6bc271ccf75e89eb81767186ddd9078c1f64b73d Reviewed-on: https://gerrit.libreoffice.org/20111 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-11-26gengal: create an ini / rc file - to bootstrap services properly.Michael Meeks
Change-Id: Ib2042d6419dafcd62aaec95efb844cb09833c266
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks
Change-Id: I8bf7f8d6ba1a54f2969e055956fadc52ff6c8673
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I70e753b1532fe465d378b8b4b0bbd2b7582130fe
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I4649381a330bc4e9d4f419137f0393f6f35bea17
2015-11-26com::sun::star->css in xmlscript/Noel Grandin
Change-Id: I8ead2862ef429a0ac3fc16fe6ca5dfc9e5f549bc Reviewed-on: https://gerrit.libreoffice.org/20193 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-26tdf#96046 SVG: Parse 'em' and 'ex' units correctlyXisco Fauli
the problem is that real_p parses the 'e' in 'em' and 'ex' as the exponential operator instead of as a str. Change it to parse sequencies like: (11) (1.1) (1,1) (.1) (,1) (1.) (1,) but now the parser returns a std::string so we need to convert it to double, and make sure the commas are converted to dots too. Change-Id: I913be7975e7db1be4773f528fd0d586db67c9461 Reviewed-on: https://gerrit.libreoffice.org/20181 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-26tdf#91288 Does not display traditional Chinese variant ofMark Hung
Noto fonts correctly. LanguageTag()::getLanguage() would always return "zh" despite traditional Chinese were choose. hb_language_from_string() requires iso639-3 language tag except for Chinese, so we use use Bcp47() language tag for Chinese to differ zh-CN and the others. Change-Id: I6700a79a9c49a97d840b430def77741912935f72 Reviewed-on: https://gerrit.libreoffice.org/20027 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I7e00f9b90fb910a8ac0fa934887d276ef2e0ba89
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks
Change-Id: Ibeb1f6627815fc34c6e166357c88e076b75f6abb Reviewed-on: https://gerrit.libreoffice.org/20197 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I3f328023d99d3505ab2ce2a80eef82d84d81446e
2015-11-26Remove unused MSO_ShadeTypeStephan Bergmann
<sberg> vmiklos, any idea how useful the definition of enum MSO_ShadeType in include/svx/msdffdef.hxx is? Neither the type nor any of its enumerators are used anywhere, so it's rather glorious documentation of some (presumed) MS API vmiklos> sberg: doesn't look too useful, i guess the context is color shading in binary MSO files, but then that's handled in filter/source/msfilter/msdffimp.cxx:1069, and the ShadeColor struct already describes what is in the spec. Change-Id: Iae4c12828179173368ff17128bcaa80edaa3db23
2015-11-26That SB variable was a temporary debugging aidStephan Bergmann
...inadvertently checked in with 7bcf64c29a0f5d3d2d60fe98afadab6e48dbe8b3 "Add isReadOnly() support to simplified configuration access" Change-Id: I9b8b477f682605fcdcf65f8e1255524d010495be
2015-11-26vcl: OutputDevice::GetTextArray() should always init pDXAryMichael Stahl
CppunitTest_writerperfect_writer file libmwaw/pass/Acta_1.0.hqx uses the font "Courier", and for unknown reasons we can't properly load that font, because the PhysicalFontFamily::mpFirst for "courier" is null. This causes OutputDevice::GetTextArray() to fail to create a SalLayout and return early before initializing the passed pDXAry, which then generates lots of DrMemory warnings. Let's hope the callers are happy about an all-0 pDXAry. Change-Id: I07b29a59660cf5cd060fd77da5d96021f9d8f9f5
2015-11-26vcl: warn if we can't set a new font in OutputDeviceMichael Stahl
Change-Id: I7708590d0c8564271f76e8b80adc566022e6916e
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
Change-Id: Ie3de518f60c9f1313c68df54dbdc1fb2804f1f0d
2015-11-26loplugin:unusedfields variousNoel Grandin
Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d
2015-11-26i126615 - Allow build on FreeBSD Mac PowerPCG5Pedro Giffuni
These appear to have been missed from earlier effort Brave attempt by: Curtis Hamilton (cherry picked from commit abb9cd92ab4614d606df8ced0d57916dcb04289c) Change-Id: Ia778e090c46220d83388ea1a9485b9009787f191
2015-11-26Avoid implicitly declared members of EDITENG_DLLPUBLIC classStephan Bergmann
...implicit definitions of which, under the MSVC ABI, would need to be emitted into every editeng .cxx that happens to include this file, but which would fail for the VclPtr<vcl::Window> pWin; member wherever vcl::Window happens to be incomplete. Change-Id: I0a1cc61af086f3a3235a995c34834bc131531b84
2015-11-26com::sun::star->css in xmloff/Noel Grandin
Change-Id: Iee6e21e093fb1383f19a0716dbc1c341f446b8c2 Reviewed-on: https://gerrit.libreoffice.org/20192 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-26TableRef: write <tableParts> before <extLst>, resolves tdf#96049Eike Rathke
Excel expects this order, so let XclExpTables be managed as XclExpRecordBase in the sheet's XclExpRecordList. Change-Id: If2cefc255c74688661e861a26218564117b1e3ce
2015-11-26restrict this for > cairo 1.10.0 for nowCaolán McNamara
Change-Id: I845a1b045a4e83c35cf1a837c7e520e3b0890c29
2015-11-26default to trying the linux bridge for all linuxy like thingsCaolán McNamara
Change-Id: I1fcf3afadefcd5af472523fd8fca123fb3ab4095
2015-11-26test for IsMouseCaptured before releasing mouseCaolán McNamara
like the other call sites do Change-Id: I77250f172f9d9ce97e5982bafbc8f042e9343acc
2015-11-26downgrade warning to infoCaolán McNamara
Change-Id: Ia607226f73020396e3f47a13d304272b0143668c
2015-11-26compilerplugins: adapt commentMiklos Vajna
...after 49c2b9808df8a6b197dec666dfc0cda6321a4306 "bin/rename-sw-abbreviations.sh" Change-Id: Ibd74246403bead8100d181b335f9145013f31e5e
2015-11-26SfxStyleSheetBasePool::Count returns sal_uInt16Stephan Bergmann
Change-Id: I2485fd38d03bd63ae83e3643771767e533c7da83
2015-11-26Adapt whitelisted namesStephan Bergmann
...after 49c2b9808df8a6b197dec666dfc0cda6321a4306 "bin/rename-sw-abbreviations.sh" Change-Id: I90cec551bdc52ea4d76dd9e32b45692e8a3be70f
2015-11-26cid#1340232 uncaught exceptionMiklos Vajna
Change-Id: Idb80a055aca67a3fb90aef597ace932f47af8e05
2015-11-26cid#1340231 uncaught exceptionMiklos Vajna
Change-Id: I69f2078093c2c23ae0a02a6a292e51fdbdde9ed4
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky
... and use it for the standalone context menu. The sfx2 controller (SvxSmartTagsControl) is still used for the submenu variation, and is due to be removed after the new context menu implementation is in place. Change-Id: I2f889428eb777149f43d74cf3d081e19ab0ebb4a Reviewed-on: https://gerrit.libreoffice.org/20169 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-11-26Revert "no-one passes explicit values for these defaulted params"Noel Grandin
This reverts commit 97978f7f015e042e72ec2bf0f3ba1652ecbcc5c5. breaks unit test CppunitTest_sw_ooxmlimport
2015-11-26Use comphelper::containerToSequence()Miklos Vajna
Change-Id: I8c8277d47c2ab0e2bf5fad68bbfc45dea71d6c34
2015-11-26loplugin:redundantcastNoel Grandin
Change-Id: I3fd7b6f8215bdd9e482cc81522a70cabc0080c4f
2015-11-26expression result unused [-Werror,-Wunused-value]Noel Grandin
Change-Id: I57b44c1997ac286fcb4caf8e3027e3b5996fc377
2015-11-26starmath: Prefix members of SmCaretDrawingVisitorTakeshi Abe
Change-Id: I9d033a67f6073f3da368f8241ac48c7d391b89c9 Reviewed-on: https://gerrit.libreoffice.org/20080 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-26no-one passes explicit values for these defaulted paramsNoel Grandin
so just remove them Change-Id: I9b883d9e10bf5bf156fa4b85f45ade54ccd50878 Reviewed-on: https://gerrit.libreoffice.org/20168 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-25vcl: further fix debug name cleanup.Michael Meeks
Change-Id: Ia95c4893773bec77fe2ddf1a85e8687ab6776e10
2015-11-25Convert to range based forAndrzej Hunt
(This was also used for testing loplugin:rangedforcopy) Change-Id: I246994feb7bf66d337b76e3f02d7fea2cb13d42a
2015-11-25add const in ranged forAndrzej Hunt
Change-Id: I0f55705e101e39e9e6e5286f21cad8ccb96e7fad
2015-11-25vcl: cleanup scheduler debug name usage.Michael Meeks
Change-Id: I94975d220452ca91cbbd9db5e7895fa0b3a88e4a
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks
Fixes the busy-loop - 100% CPU all the time. Change-Id: I965f62d6a6f2ec1830c0897dd97179a739c70afc Reviewed-on: https://gerrit.libreoffice.org/20186 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-25vcl: improve scheduler debugging information.Michael Meeks
Change-Id: I6f7d7d3b5b027097417a15804a42aaaab4a03158 Reviewed-on: https://gerrit.libreoffice.org/20185 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-25vcl: timer - avoid expensive and pointless re-fetch of current time.Michael Meeks
Change-Id: I1423de820ec40340d2ddb9030106b813e488f2f3 Reviewed-on: https://gerrit.libreoffice.org/20184 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>