summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-25OOXMLPropertySet::add: remove redundant checkMike Kaganski
Change-Id: I06aa0d2a2e463069ad200c93329d263f0bd2a00e Reviewed-on: https://gerrit.libreoffice.org/40388 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-07-25fix oss-fuzz buildCaolán McNamara
Change-Id: Ieaf90f70fe9416801f3a22861338fa24c45a0254
2017-07-25tdf#108793 do not use cache for virtual deviceTamas Bunth
Change-Id: Ie75eafac9d716c01464a6a93fd8376a8451bf634 Reviewed-on: https://gerrit.libreoffice.org/40390 Reviewed-by: Tamás Bunth <btomi96@gmail.com> Tested-by: Tamás Bunth <btomi96@gmail.com>
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers
Change-Id: I96bbca8e6d91448fbb27fe95a57ce62a78d1b2c5 Reviewed-on: https://gerrit.libreoffice.org/40242 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-07-25tdf#109304: Seems infobar child window wasn't registered in MathKatarina Behrens
thus no signature status infobar appeared (I wonder if read-only bar ever worked too) Change-Id: I8829b2b6a17fb8d38e3ea79b87d544e3fb29f1c1 Reviewed-on: https://gerrit.libreoffice.org/40377 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-07-25tdf#108951 RTF import: fix missing custom bullet typesMiklos Vajna
Regression from commit f528f9499bd91b700c549575e88fa102cfffede9 (tdf#106953 RTF import: fix missing paragraph left margin, 2017-05-16) where I fixed the parent of the ooxml::CT_NumPr_numId token at one place, but forgot to adapt RTFDocumentImpl::popState() accordingly. Change-Id: Ibddd2486a50f284e11c2cd96339e7140b427aae1 Reviewed-on: https://gerrit.libreoffice.org/40381 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-07-25Typo: tyoe->typeJulien Nabet
Change-Id: I65c1da9adaec5f95d38cb523822d50e9a05386bd Reviewed-on: https://gerrit.libreoffice.org/40384 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-07-24Export to PNG: use selection if Selection is selectedEike Rathke
The SelectionOnly property from the export file dialog was not passed down from GraphicExportFilter::filter() to DocumentToGraphicRenderer so that always passed a component model instead of a selection object to the implementation of XRenderable (getRendererCount(), getRenderer(), render()) Also have GraphicExportDialog consider the selection so the DocumentToGraphicRenderer at its GraphicExportOptionsDialog calls XRenderable the same. Change-Id: I976bf16cf87cf5ca2678bdba7adfaf61c2063168 Reviewed-on: https://gerrit.libreoffice.org/40380 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2017-07-24don't jump back to selected slide on right click context menuCaolán McNamara
i.e. two many slides to fit in slide sorter panel, so scroll bar, select slide one, scroll to the end and right click between slides (or anywhere that isn't a slide) and without this fix the sorter jumps back to make the selected slide 1 visible. The right click menu will offer "new slide", choosing that will insert a slide at the point that was originally clicked, not at the point it was scrolled back to losing focus trigger a (dubious looking) callback to jump to the selected slide, so disable it while context menu is up Change-Id: Ie42bf158258cc38c9b7cfda7672f24d2ac8bfa11 Reviewed-on: https://gerrit.libreoffice.org/40379 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin
ever since commit ddb1d5ebf0a81888001ffa1dbab883df70cdc279 Author: Felix Zhang <fezhang@suse.com> Date: Fri Nov 18 18:23:52 2011 +0800 remove unused Sdr methods removed the SdrObjFactory::MakeNewObjUserData method Change-Id: I95c167b2f20b436bcc0085b6b616406ac210045f Reviewed-on: https://gerrit.libreoffice.org/40363 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-24updater: make sure the old oosplash process closesMarkus Mohrhard
Change-Id: Idc0c0231552c79b5e944facffd2d64352bb94cff
2017-07-24sw: prefix members of SwAccessibleFrameBaseMiklos Vajna
Change-Id: Ia0e59c028ec3ca98c39b3097043b512d476faae6 Reviewed-on: https://gerrit.libreoffice.org/40375 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-07-24WIN don't yield the scheduler in PeekMessageJan-Marek Glogowski
The scheduler is restarting the timer at the end of the most important task search. It uses PeekMessage PM_REMOVE to remove old SAL_MSG_TIMER_CALLBACK messages from the queue. Without PM_NOYIELD, in combination with an other thread yielding using SAL_MSG_THREADYIELD, this could re-start scheduling inside these PeekMessage calls, resulting in various assertions inside the scheduler code, most time due to the changed ascheduler list in "assert( pPrevSchedulerData->mpNext == pSchedulerData )". Change-Id: Ia96b6c0e06ffc3126b1428723b53f4b2112f8a5f
2017-07-24Add some const and fix some scheduler loggingJan-Marek Glogowski
Change-Id: Id20767ff2be34a21896d3ce2b76f3944acdb1b77
2017-07-24WIN use Reschedule instead of own dispatch loopsJan-Marek Glogowski
Since we're filtering the wakeup timer event in the main dispatch loop, we should use Application::Reschedule in the Backend. Change-Id: Ie02c3533e8a6a7905281f129489e4f6f53f74692
2017-07-24VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek
Change-Id: I0db9233f20fccbc4b2c4f4b3e36cf0aaa8583c99 Reviewed-on: https://gerrit.libreoffice.org/40339 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2017-07-24tdf#109306: consider percent unit specification for table sizesMike Kaganski
According to ECMA-376-1:2016, ST_MeasurementOrPercent (the type of "w:w" attribute of table sizes) is allowed to have this specification (and then is expected to be a floating-point value). First edition of the standard (of 2006) only defined this attribute to contain int32 value (of fiftieths of percent when holding relative widths). Unit test included. Change-Id: I700912e4eb07430e55fe1d169d99e8e7e0e1a00b Reviewed-on: https://gerrit.libreoffice.org/40361 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-07-24fix oss-fuzz buildCaolán McNamara
Change-Id: I8301edeb351479a938de442a6823028994fc4d26
2017-07-24SmartArt: text alignmentGrzegorz Araminowicz
Change-Id: I0be75971af8bc2906c9054848d4429d544b94f0c Reviewed-on: https://gerrit.libreoffice.org/40317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2017-07-24SmartArt: cycle layout algorithmGrzegorz Araminowicz
Change-Id: Ia6863ed6ee8f8bc3240f0ab16a58e59141b2a2d1 Reviewed-on: https://gerrit.libreoffice.org/40314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2017-07-24cairo_canvas: shape clipping box doesn't match where its text is renderedCaolán McNamara
since (I believe) commit 34d7602954d4483b3bc9db700e7df2c15348947a Date: Wed Nov 9 15:22:43 2016 +0200 tdf#55469 Consistent line spacing across platforms the point of that was to have the same line spacing on all platforms to fix the cairo text layout bounds to use the same algorithm as the generic text layout Change-Id: I26d3dec8354a9eac1423557f7d52a08f37c8843c Reviewed-on: https://gerrit.libreoffice.org/40364 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-07-24configure: check that msgfmt/msguniq were actually foundMichael Stahl
Change-Id: I6134b01644bf156154256ba5c4ad64ff5acd0f1d
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin
Change-Id: I6629926df06f71ff86e9fb23ae4fc1ae73bc9406 Reviewed-on: https://gerrit.libreoffice.org/40360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-24fix use after delete in osl::Pipe dtorCaolán McNamara
drop down the the c api so we can truly pass ownership of the handle to xNoAcquirePipe Change-Id: I12acbec81726ae4a451b501bea5492a5865c0cc4
2017-07-24Updated coreOlivier Hallot
Project: help 2a377c70aed371d0d8099ecf34e89d1b46041eb8 Fix image caption/alt and size. Change-Id: I5fd612c98ec81f5e17519d1233f05f424c710d04 Reviewed-on: https://gerrit.libreoffice.org/40342 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24Updated coreOlivier Hallot
Project: help aef2d0a3117abf45df98b11342799097ec36d796 tdf#108680 Help page for VBA function SYD Change-Id: Icec5d785a73b31313aaacd86252cae9cc9013043 Reviewed-on: https://gerrit.libreoffice.org/40354 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24Updated coreOlivier Hallot
Project: help aee97f023acc483b46ed41af4f7fabd796e8b4f0 tdf#108679 Help page for VBA function SLN Change-Id: Ida99588e30da477d8bc280492c5e90d52d24aee0 Reviewed-on: https://gerrit.libreoffice.org/40353 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24Updated coreOlivier Hallot
Project: help 9411338fe715ff1c7190ec0761b5b54d40f1f5fb tdf#108678 Help page for VBA function Rate Change-Id: Ied97ddb4654817c705108b77a62dedcf3b001e34 Reviewed-on: https://gerrit.libreoffice.org/40352 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24Updated coreOlivier Hallot
Project: help f6339f94698ce20caf72c6fb3d84dcf43f7e5855 tdf#108677 Help page for VBA function PV Change-Id: Iacd0db8577cc1807b69306cf2d950326f49c2a9c Reviewed-on: https://gerrit.libreoffice.org/40351 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24Updated coreOlivier Hallot
Project: help 60d67acd3b161461bbd0f84c7e12be97553b6ebe tdf#108676 Help page for VBA function PPmt Change-Id: I689c08037890630d0bb49305bec23e518bf085c8 Reviewed-on: https://gerrit.libreoffice.org/40350 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24Updated coreOlivier Hallot
Project: help 7e0d91b15d875f6bf7fa94edf96a0bb791d5e8b3 tdf#108675 Help page for VBA function Pmt Change-Id: I1e35ee31cd96aeee8f1b55a5adb119c50af1a1af Reviewed-on: https://gerrit.libreoffice.org/40349 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24Updated coreOlivier Hallot
Project: help 1a5e22fbe576e0c75682b01cbb242b3e29c14d45 tdf#108674 Help page for VBA funciton NPV Change-Id: I7ad2848d559ad15a31cca729587926d99dfd7a60 Reviewed-on: https://gerrit.libreoffice.org/40348 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-07-24add libebook-1.2.so.19 in EApi.cxxRico Tzschichholz
Change-Id: I900a190948087360bb4c3cd9235c9848333ad66f Reviewed-on: https://gerrit.libreoffice.org/40358 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-07-24Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
ScXMLSourceSQLContext ScXMLSourceTableContext ScXMLSourceQueryContext ScXMLConResContext ScXMLSubTotalRulesContext ScXMLSortGroupsContext ScXMLSubTotalRuleContext ScXMLSubTotalFieldContext ScXMLFilterContext ScXMLNamedRangeContext ScXMLNamedExpressionContext ScXMLSortContext Change-Id: I060e92dc9745b62842d1fc09851aba22c3a8a366 Reviewed-on: https://gerrit.libreoffice.org/40320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2017-07-24gbuild: AllLangMoTarget: stop reinventing the python wheelMichael Stahl
It also doesn't work on WNT where python_shell does not exist, and on OSX where python3 is not a Package but a GeneratedPackage. Change-Id: Ia4004f56d9168a05b3bd49e66c30502962c07698
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin
which lead to a whole bunch of dead code in vcl/.../i18n_status.cxx Change-Id: Id8eeadeb9cbc6107e1a0dac5801ce20b2b9ae6dc Reviewed-on: https://gerrit.libreoffice.org/40355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-24coverity#1242860 Unused value + loplugin:casttovoidCaolán McNamara
Change-Id: I80725fbde6fbf29d47f0b462ff22e6be4fbebaca
2017-07-24coverity#1371289 Missing move assignment operatorCaolán McNamara
Change-Id: I362f2b53c5095810111f0a393e527a38e2abf0e1
2017-07-24loplugin:unusedfields some writeonly fieldsNoel Grandin
Change-Id: I08dbc46956a09a0be0b8a045560a2204de2b222c Reviewed-on: https://gerrit.libreoffice.org/40356 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-24pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
Change-Id: Ic0fcf6c095dd2ebb2bfd901ac176229a95edd630
2017-07-24const these upCaolán McNamara
Change-Id: I78e0cea5afd2e226ea11aaf1bd440e67bbb376f0
2017-07-24coverity#1411569 Unchecked dynamic_castCaolán McNamara
Change-Id: I87521de07e18ea56c49083576e5de56023e45aa4
2017-07-24coverity#1242860 Unused valueCaolán McNamara
Change-Id: I0749fc82ebdf45b3cb022d3989df774e73e715bd
2017-07-24improve unusedfields loplugin readonly analysisNoel Grandin
(*) better analysis of init-list-expressions (*) fix analysis of calls to members, turns out there is no parameter offset after all (*) check for passing arrays to functions, need to check if the parameter is T* or T const * (*) check for assigning field to a T& variable Change-Id: Ie6f07f970310c3854e74619fe4fd02a299bf6879
2017-07-24sw: non-functional minor cleanupAshod Nakashian
Change-Id: I94e34214e49de02e0922f85d5e799926a000d8e3 Reviewed-on: https://gerrit.libreoffice.org/40344 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2017-07-24svl: moved crypto helpers have the correct log-areaAshod Nakashian
Change-Id: I127e7546f3a9dd920c0fbf6667d146e9b0ff1b01 Reviewed-on: https://gerrit.libreoffice.org/40343 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2017-07-24svl: support verifying streams as well as byte arraysAshod Nakashian
Change-Id: I67a5094c6817b9f9e04ef72e15b059d6667f1397 Reviewed-on: https://gerrit.libreoffice.org/40335 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2017-07-24forgot to remove the tests from the test definitionMarkus Mohrhard
Change-Id: Ic966137a08f5cd752ce8f6e6c49a5abb71adf724
2017-07-24screenshots: the screenshots now need a initialized SwModuleMarkus Mohrhard
Change-Id: I44ea8630a874300e9163d71bd5094a5941d2a419
2017-07-24screenshots: fix the screenshot buildMarkus Mohrhard
Change-Id: I3c295c4817e19c5e31b793fd455c3071015098d7