summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25opengl: log device/driver info, remove unneeded info messagesTomaž Vajngerl2-3/+21
Change-Id: Ica3698d0dbff1ee7a1e822d2765eb4019ccef224 Reviewed-on: https://gerrit.libreoffice.org/27498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-07-25opengl: check supported texture size on first GL initTomaž Vajngerl1-0/+31
Change-Id: I27ef828a8d47d50adbbcc3fb0fd152f4f6ffc446 Reviewed-on: https://gerrit.libreoffice.org/27497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-07-25opengl: add VCL_GL_WARN to write warnings into api trace fileTomaž Vajngerl2-5/+28
Change-Id: I416de926a769dccdf1c53072c1f7dda817c5402a Reviewed-on: https://gerrit.libreoffice.org/27496 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2016-07-25basegfx: initializer_list from polygonTomaž Vajngerl2-0/+11
Change-Id: I2d6cdb7189217e1fadb1ecf4e11cf4dd04043ec6 Reviewed-on: https://gerrit.libreoffice.org/27475 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-07-25tdf#101096 Improve minute/month disambiguationLaurent Balland-Poirier1-9/+9
To fix tdf#95339 M-H was treated as minute-hour But for "D.M.H" it should be treated as day.month.hour THis commit extends test to detect if - in case of M.H: there is day or year previous M => M stands for month - in case of S.M: there is day or year after M => M stands for month Some ambiguous cases like S.M.D are now treated as it was previously (month) Change-Id: I048eb227a738b6c453e39d9208bef0d1fda136a0 Reviewed-on: https://gerrit.libreoffice.org/27493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-07-25use div() instead of /0 to content ubsanEike Rathke1-1/+1
While we do handle double floating point division by 0 at least on IEEE754 systems, ubsan builds mock about. Change-Id: Ifff40fb917c6fb1cd6b7c812bc002c448b578f38
2016-07-25loplugins: more consistent naming of output filesNoel Grandin12-26/+27
Change-Id: Ia26f697cb16078f235c94e4cff449a60c1bbd74e
2016-07-25curl 7.50.0 has CURL as typedef struct Curl_easyCaolán McNamara1-1/+1
Change-Id: I22e5e2cdf78c38087579071c1b1570a8adc7d3c4
2016-07-25Updated coreStanislav Horacek1-0/+0
Project: help 034f593c7a63283b361349b152e598ea2ec51b90 tdf#100962 adjust menu paths to track changes commands Change-Id: I9a0f4964cd29af3fb600b6cb4570ceae5f33f50d Reviewed-on: https://gerrit.libreoffice.org/27491 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-07-25move parseExport to SdExportTest base classMichael Stahl6-48/+40
Change-Id: I20cc59e21aa1b99d8cee5a9f60c0703e9c457187
2016-07-25sd: OOoXML import: fix loss of animationsMichael Stahl6-0/+59
There are 2 different animation formats, legacy one used in OOoXML format, based on presentation:animations element, and SMIL based one used in ODF format, based on a node hierarchy with <anim:par presentation:node-type="timing-root"> at the top. The problem is that when the legacy animations are imported, they are not immediately set on the draw-page in the same way as the new animations are imported. "soffice --convert-to odp ooo28334-1.sxi" loses all of the animations, whereas loading the file in the UI and storing it all animations are converted, and if you use API load/store methods some are converted and some not depending on timing. The problem is that there is a necessary conversion step MainSequence::implRebuild() that needs to happen after all the EffectMigration calls for a particular SdPage are finished, which is only triggered by a timer MainSequence::onTimerHdl(). Fix it by forcing a call to implRebuild() from DrawDocShell::Load(). Note: SdDrawDocument::NewOrLoadCompleted() is a horribly misleading function name as it is actually called *before* loading the document. Change-Id: I9881cb9bf2ae6ccc5fcf06602343f2d0e0704699
2016-07-25Revert "loplugin:unreffun"Michael Stahl1-0/+16
This reverts commit eeb852ea1ecb77c2980d44075429b06e7d420c3a. Only the function in export-tests.cxx which is now used. Change-Id: I0751a4fd2d651676cfee42dd077b1d438a98fc92
2016-07-25sc: implement LOK_CALLBACK_VIEW_LOCKMiklos Vajna3-4/+71
This is the same shape text editing indicator that's available in Writer and Impress already. Change-Id: I5f7fbf2efdc92a10b169a3f1b27e24426f3dfb3d Reviewed-on: https://gerrit.libreoffice.org/27507 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-25Fix some misleading commentsTor Lillqvist1-4/+2
Change-Id: I0f29133c3e9b881835b970b2226583ec348828cb
2016-07-25[GSoC] Fix palette selection in sidebar/toolbar color widgetRishabh Kumar5-32/+59
Remember palette selection after the popup is destroyed Change-Id: Iecd7fd4aa89cf9d2d6842c5b544d037df6818aaf Reviewed-on: https://gerrit.libreoffice.org/27474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-25lokdocview: draw a lock inside the lock indicatorMiklos Vajna1-13/+13
Hopefully less confusing, the crossed out rectangle is also used inside the tiles for deleted comments, and the two are independent. Change-Id: Id06fbf6ec1b21dfbab1c126c3c432f91cf51430c Reviewed-on: https://gerrit.libreoffice.org/27503 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-25clang 3.8 does not seem to have EvaluateAsFloatNoel Grandin1-0/+6
Change-Id: I0d846a2e9bc6db192cbf8f5dbce104c11ff409b4
2016-07-25fix for overrideparam lopluginNoel Grandin1-1/+1
Change-Id: Ibf4d3ffee0bfe335c479a15fcd183dfd8c207335
2016-07-25Further documentation for SelectedOpenCLDeviceIdentifierTor Lillqvist1-1/+1
Change-Id: I124b0225c2962c62bce71c128748263c9cd48fdb
2016-07-25sw: prefix members of SwTableOptionsTabPageMiklos Vajna2-113/+113
Change-Id: Id82effaf20663d3c54ab42d02c4aef2b08101c6f Reviewed-on: https://gerrit.libreoffice.org/27501 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-25Resolves: tdf#101076 drag-create creates an unfilled shape...Caolán McNamara1-1/+0
after using the slide properties->background->all slides This SetAttributes with nothing selected will end up setting the default object properties. Here I think we are setting the bg color to the master, and then unsetting the bg color of the slides to none so the master color shows through. So the additional SetAttributes call unsets the bg of the default object style Change-Id: I5cfd74eef5637b87d2a8778d4b8c8a0cbc0960db Reviewed-on: https://gerrit.libreoffice.org/27487 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-07-25tdf#75573 - docx handle frame properties at stylesJustin Luth2-8/+21
A frame with only a style defined doesn't create paragraph properties, so the settings were just being ignored. If the stylesheet is the top context, then the settings belong to the style. If this slightly aggressive approach causes a regression, then just use the style only if the paragraph properties don't exist. Change-Id: I3b14205dc2bc5305f1eeb4cb72a812e877b532c7 Reviewed-on: https://gerrit.libreoffice.org/27453 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-25loplugin:overrideparam enable checking that default values matchNoel Grandin1-2/+11
Change-Id: I4ca21d12d6f5dd4bb0b2705f7e36249082b0838c
2016-07-25tdf#101089 Distribute the Dutch example classification fileGabor Kelemen1-0/+1
Change-Id: I3692f313b728219ed2d7d2b57aee7209f852d04e Reviewed-on: https://gerrit.libreoffice.org/27461 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-25new loplugin overrideparamNoel Grandin139-220/+417
verify that parameters on override methods have the same set of default values for their params as their parent/super-methods do. Change-Id: Ibdbc1c6e417fbaa680ea025a6bbf5ba9c2e5bcd2 Reviewed-on: https://gerrit.libreoffice.org/27437 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-07-25sc: remove ScPointerChangedHint classJochen Nitschke3-36/+0
nFlags is never set, ctor was removed in commit 716636d558e9cc9b910da6d127314d2b20cdf0b6 Change-Id: Id1a608999042ff29b26162fddccaa35806a3e9e6 Reviewed-on: https://gerrit.libreoffice.org/27488 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-07-25sc: replace GET_SCALEVALUE macro with a lambdaJochen Nitschke1-7/+7
Change-Id: Id41cf9fec355f84fdc52565e089a8bb04c0e9bdb Reviewed-on: https://gerrit.libreoffice.org/27492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-07-25loplugin:nullptrTor Lillqvist1-1/+1
Change-Id: If8f933706b0acb86dcdebb85ec647abfd61fa949
2016-07-25inconsistent default param override in SwComboBox::InsertEntryNoel Grandin2-3/+3
Change-Id: Ica9f876747e039c1dfbac1f15db668724a49d096
2016-07-25inconsistent default param vals in SetMaxTextLenNoel Grandin3-3/+3
so just remove them, only one call site was using them. Change-Id: Ife00ad7f14d73f865058d1262f71dff1fd2a6abd Reviewed-on: https://gerrit.libreoffice.org/27458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-07-25Updated coreStanislav Horacek1-0/+0
Project: help 95e2f998f1a995b7af4f7a4e7ddbf0803daf4cf1 FORECAST.ETS.*: improve description of aggregation argument Change-Id: I1192fdeb6249cb63d45a40c099b47685a0dd51f8 Reviewed-on: https://gerrit.libreoffice.org/27472 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-25Updated coreStanislav Horacek1-0/+0
Project: help 8e6440c88f34ad595feca16d0cffbf14940d2fd8 fix spelling of "coefficient" Change-Id: Id988f9127d8d7af2dbd72ec899168d21b7d2923b Reviewed-on: https://gerrit.libreoffice.org/27481 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-25Updated coreStanislav Horacek1-0/+0
Project: help 8b70a2a6b13121f589187c97a0ab79c0bc199d7d FORECAST.ETS.* confidence level: use precise argument name Change-Id: I4c2d43055b7a85bc39fa22e0721ba9aa0bd448b1 Reviewed-on: https://gerrit.libreoffice.org/27471 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-25Updated coreStanislav Horacek1-0/+0
Project: help 01570676aa081f69e7663b5dac19d9253e0c648c Help index entries are in plural Change-Id: I6618b16d1669c65c2204d80d4c7632a21e7befea Reviewed-on: https://gerrit.libreoffice.org/27490 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-25Updated coreStanislav Horacek1-0/+0
Project: help 48ad0ab9ce866e1f6aa651885337fde3ff8dbf07 use consistent wording in data analysis functions Change-Id: Ic8bd4f8be1b3a5836e32f62fc5d102343f4ff34a Reviewed-on: https://gerrit.libreoffice.org/27489 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-25add ISLOGICAL test caseZdeněk Crhonek1-360/+435
Change-Id: Icbe9ae60daa115ec0498931af4213edc665ed71c Reviewed-on: https://gerrit.libreoffice.org/27483 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-24tdf#101088 fix Dutch translation of <baf:Scale> tagsGabor Kelemen1-4/+4
Change-Id: I8cf4ff4ab84ee10c51e98e2622dde4f7bafcf849 Reviewed-on: https://gerrit.libreoffice.org/27460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-24add SYD test caseZdeněk Crhonek1-0/+2877
Change-Id: I01f5a5e94e13f812ca3a727da32ea51d3454fee0 Reviewed-on: https://gerrit.libreoffice.org/27482 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-24add PPMT test caseZdeněk Crhonek1-0/+2366
Change-Id: Ib8347d195c880a6ee64121e6ad60d0c92a4a9760 Reviewed-on: https://gerrit.libreoffice.org/27484 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-24tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneselfJulien Nabet1-1/+1
See bt https://bugs.documentfoundation.org/attachment.cgi?id=126377 Change-Id: I3c6546a5449fc42613e30a7f45f31862752b7187 Reviewed-on: https://gerrit.libreoffice.org/27468 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-07-24starmath: Add unit test for tdf#52225Takeshi Abe1-0/+49
Change-Id: Id0e9cb3f2fb939bedc2f8e7a56d40a0f82c1e9ca Reviewed-on: https://gerrit.libreoffice.org/27469 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-07-24don't use AA in SVP backend when getAntiAliasB2DDraw is falseTomaž Vajngerl1-1/+5
Change-Id: Icea880a824f57ca74eb9e22820893faf6cbf7945
2016-07-24For a failing image load, indicate themeJulien Nabet1-0/+3
(only in case OSL_DEBUG_LEVEL>0) Change-Id: I31217c72c9bddaa748a5980252b40d025c76b730 Reviewed-on: https://gerrit.libreoffice.org/27473 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-07-24tdf#100849 Restore Tango currency-neutral iconAdolfo Jayme Barrientos2-0/+0
This partially reverts f18096f1b5cce12033e6721fa6624f02e797acc3. Change-Id: I0697214e39406905b995e4fd30ee64702908e5aa
2016-07-24Resolves: tdf#101058 crash on deleting certain table rowCaolán McNamara2-24/+3
regression from... commit 15d8b51bf82610c663f80fe552a1c0315e137ad3 Author: Caolán McNamara <caolanm@redhat.com> Date: Tue Feb 5 17:33:49 2013 +0000 Resolves: rhbz#907933 crash on removing second last para in cell... if (basically) the last para is on next page so revert that and try a different fix which now works to keep the original problem crash-free and fix this one too Change-Id: Ia6b3ef48c43ceceb7ee7cc2b8b803314349f3785
2016-07-24Updated coreStanislav Horacek1-0/+0
Project: help 96c3fd60a0d02dcd4d9fc1925aed3c28f5170b9a fix function name in syntax for FORECAST.LINEAR Change-Id: Ibbaadef2e51ad71d819df993ccbee9b124243054 Reviewed-on: https://gerrit.libreoffice.org/27466 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-23why do I keep getting these the wrong way aroundCaolán McNamara1-2/+2
Change-Id: I5f40f1b51d5581d97ded5576c7a1ad05a59d29e8
2016-07-23tdf#101087 Add Hungarian example xml for classificationGabor Kelemen2-0/+72
Change-Id: Ic35a2c12973863545397c417704a1e68703daec4 Reviewed-on: https://gerrit.libreoffice.org/27459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-07-22Fix typosAndrea Gelmini10-10/+10
Thanks to Carlo Bertoldi for the german translation. Change-Id: I76f554e757318aed4e28b5a05fae0ba15bd46afb Reviewed-on: https://gerrit.libreoffice.org/27355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-07-22Updated coreStanislav Horacek1-0/+0
Project: help a5c501a84e0061e3316352f9ed5219419d9bc295 rename option for cursor in protected areas Change-Id: I1e2ffcf03c952a5d40874d9aafe60ccd97d80dc3 Reviewed-on: https://gerrit.libreoffice.org/27443 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>