summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-28tdf#101168 sw: fix missing repaint on undo with multiple windowsMiklos Vajna
Need to lock / unlock all view shells, not just the current one. Change-Id: I754214a202c6bbb74daac6f933481cb3fe7b9dbb Reviewed-on: https://gerrit.libreoffice.org/27620 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-28add rtf to fftesterCaolán McNamara
Change-Id: If00b1de1e1be16214df78d15554d95847e3239e7
2016-07-28Related: tdf#95144 now merge common code into a shared CertExtn structCaolán McNamara
Change-Id: I7514e092e4314d7cadee33df0e964362777b0b83
2016-07-28Related: tdf#95144 rework to avoid bad castsCaolán McNamara
Change-Id: I89f84dae055b9a1058771021cb42dbc442405206
2016-07-28Related: tdf#95144 Revert fixes for bad casts and unused fieldsCaolán McNamara
Revert "Bad cast from SanExtensionImpl to CertificateExtension_XmlSecImpl" This reverts commit 321b8ff86ba623b92aab5608eb94385e56823b65. Revert "loplugin:singlevalfields in writerfilter and xmlsec" This reverts commit a25327e4b18768e40c6044c86ce09136cfc23c10. cause these two together mean that we get a certificate is invalid dialog when the cert is perfectly fine on loading https sources Change-Id: Id8c1fb5ece4ecc0035500ce0b822a6b248d14282
2016-07-28Updated coreAron Budea
Project: dictionaries 3380b51b42480693d8b3ac97f08c6568a4f73201 cut size of README_en_GB.txt 400 KB -> 4 KB list of changes is now factored out (official change) Change-Id: Ib1a1f2701015c73bc580766e0b15a974f87ce873 Reviewed-on: https://gerrit.libreoffice.org/27621 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-07-28returning reference to local breaks crashtesting buildCaolán McNamara
since.. commit 508c95f1b655d9cfa6be37a5a9de9aff6fd383bf Author: Noel Grandin <noel@peralex.com> Date: Mon Jul 18 09:22:27 2016 +0200 improve passstuffbyref return analysis Change-Id: I29b2751c17df9ef7b4b3421d42575dbf001e6784
2016-07-28sw: rename generic rSh in SwBaseShell::ExecUndo()Miklos Vajna
So that it's a bit more obvious it's not a base shell nor a view shell. Change-Id: I723a6394c59f4013576e3c4e2ff3016369d2227c Reviewed-on: https://gerrit.libreoffice.org/27616 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-28ucb: fix deadlocks in tdoc UCP OfficeDocumentsManagerMichael Stahl
Reduce scope of MutexGuards so that UNO methods are called without the mutex locked. This avoids deadlocks in CppunitTest_sw_mailmerge after using SolarMutex in dbaccess' ModelMethodGuard. Change-Id: I0229ebc2983c85e2003d51053a6bd130240274c7 Reviewed-on: https://gerrit.libreoffice.org/27582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand
Change-Id: I909adaab3dca3c1bac4331b164343cdbc1205df2 Reviewed-on: https://gerrit.libreoffice.org/27365 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
2016-07-28unit test for docprotection only when enforcedJustin Luth
Change-Id: I99cd5424855892846120c62b333d0e66aa3c7071 Reviewed-on: https://gerrit.libreoffice.org/27457 Reviewed-by: Justin Luth <justin_luth@sil.org> Tested-by: Justin Luth <justin_luth@sil.org>
2016-07-28vcl: remove Application::InsertIdleHdl() and ImplIdleMgrMichael Stahl
This is obsolete since 5.0 introduced the new Idle scheduler. Change-Id: I8555fe35e2befb0cc2a4c39ae469a5c32a32fcb9 Reviewed-on: https://gerrit.libreoffice.org/27598 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-07-28sfx2: just use Idle in SfxItemDisruptor_ImplMichael Stahl
This Application::InsertIdleHdl() stuff is ancient and now obsolete. Change-Id: I082870328711b2159b05d8cb077c0e439b7ee94c Reviewed-on: https://gerrit.libreoffice.org/27597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-07-28tdf#101094 (4) OPTIONS: Add member function getResourceOptionsGiuseppe Castagno
Change-Id: Ia98456842f666ad97a9a8ffc82e787c0c88066f6 Reviewed-on: https://gerrit.libreoffice.org/27608 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
2016-07-28tdf#101094 (3) OPTIONS: Add options implem. in DAV resource access.Giuseppe Castagno
Change-Id: I186a77739b40cd89a8a918fd22379eb4240292ff Reviewed-on: https://gerrit.libreoffice.org/27607 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
2016-07-28gtktiledviewer: quit after the last view is destroyedMiklos Vajna
To allow debugging crash-on-exit problems. Change-Id: Ie54a8391e721c3ba8034b4618dd30733bac97a27 Reviewed-on: https://gerrit.libreoffice.org/27605 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-28tdf#101094 (2) OPTIONS: Add neon session implementationGiuseppe Castagno
Change-Id: I1032f552b8ee2a413fdbfbf414bd7b39d6cbe6e3 Reviewed-on: https://gerrit.libreoffice.org/27606 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
2016-07-28cui: fix Android buildMiklos Vajna
Change-Id: I6396d7702de42ad2cec3843e919cca084e92c008
2016-07-28desktop: fix Android buildMiklos Vajna
Change-Id: I1ea8edba2dc34386c2748c3ee2310963252082e6
2016-07-28Resolves: tdf#101132 a11y crash in hyperlinkCaolán McNamara
regression from... commit aa6c54f337a616c9ca6a39cfc8708657018d8613 Date: Mon Jan 18 09:01:15 2016 +0200 loplugin:unusedfields Change-Id: Ic2b7fe5f2d49a447a9936c4fb04bafcc7349ecf9
2016-07-28use div() instead of /0 to content ubsanCaolán McNamara
for the same reason as... commit fb2c146752074b132d665e40343a08dcb2e6672e Author: Eike Rathke <erack@redhat.com> Date: Mon Jul 25 13:32:17 2016 +0200 use div() instead of /0 to content ubsan While we do handle double floating point division by 0 at least on IEEE754 systems, ubsan builds mock about. Change-Id: I4cc696e3725beaeb75066e02166bf7bbfdedfde5
2016-07-28tdf#99434 docx enable docprotection only when enforcedJustin Luth
Change-Id: I9454a34d7b386acffc50e74d5ef6eed1966d572a Reviewed-on: https://gerrit.libreoffice.org/27456 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-28Bin leftover dead declarationTor Lillqvist
Change-Id: Iebce0b744aa4929333b8fe67062739b9bd0034fc
2016-07-28tdf#101094 (1) OPTIONS: New class to store retrieved OPTIONSGiuseppe Castagno
This class describes the DAV options useful to LO. Added behavioural unit tests as well. Change-Id: I7ba0230f1a1469b12f9b3f59f21e5c2730c65b81 Reviewed-on: https://gerrit.libreoffice.org/27595 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
2016-07-28svx: fix loplugin:nullptrMiklos Vajna
Change-Id: Iff5fbb5c8b2885b0ba84c08f1357fdfc82ecf016
2016-07-28vcl: Guard against invalid statesSamuel Mehrbrodt
Got crashes here in 5.0, seem to be gone in master, but better be safe than sorry Change-Id: I434800f0e4a465233024b6a1ae1f48b010319f5c Reviewed-on: https://gerrit.libreoffice.org/27594 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-28display the SearchAll() and ReplaceAll() results for notes, tdf#65334 relatedEike Rathke
Change-Id: Ib9ff40b26526efdf242db2ef1804e54611f16b0e
2016-07-27temp tinderbox fixCaolán McNamara
Change-Id: Id233762e6b8547078544c55b2932462a10749882
2016-07-27add uui component to some other placesCaolán McNamara
Change-Id: Ic703b509bac0a57e0780bbb83537e7e4323a79d0
2016-07-27add uui component to some other placesCaolán McNamara
Change-Id: If07caacf7bc18b39820db73fe64201f9cb97bc6c
2016-07-27add uui component to some other placesCaolán McNamara
Change-Id: Ia1e449f8f52e7d353944b8e80f9fc586f1eab2f7
2016-07-27use div() instead of /0 to content ubsanCaolán McNamara
for the same reason as... commit fb2c146752074b132d665e40343a08dcb2e6672e Author: Eike Rathke <erack@redhat.com> Date: Mon Jul 25 13:32:17 2016 +0200 use div() instead of /0 to content ubsan While we do handle double floating point division by 0 at least on IEEE754 systems, ubsan builds mock about. Change-Id: Id2e34686b053707c83ca535689b693d80b606533
2016-07-27add uui to starmath import filters testCaolán McNamara
Change-Id: I0482891fa628f810c42e6a780abdec35bc62ea7e
2016-07-27tdf#95144: Add a default css::ucb::XCommandEnvironmentGiuseppe Castagno
Makes use of a dedicated interaction wrapper to server ssl certificates correctly. See comphelper::SimpleFileAccessInteraction for details. Change-Id: I5728225065ec03f9b793940de316ccd97ee7114d Reviewed-on: https://gerrit.libreoffice.org/27596 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-07-27GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem
Added a special case when token handler is not set, which avoids tokenizing strings. Change-Id: I749a7af22e45180cc8bfc55843832b7ccb529ac6 Reviewed-on: https://gerrit.libreoffice.org/27593 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-07-27tdf#101116 Template manager not correctly exposed to assistive technolgiesAkshay Deep
Tooltips to work as labels Change-Id: Ie4637028b018a962ce8c59667c43ae4eee0fea74 Reviewed-on: https://gerrit.libreoffice.org/27575 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-27use HasCellNotes() when looping and searching for notes, tdf#65334 follow-upEike Rathke
... so we actually find all if on empty cells. Change-Id: Ie504ce7df2a17877eddf21cf309990a2a8b692ba
2016-07-27add WORKDAY.INTL test caseZdeněk Crhonek
Change-Id: Id7060c93a1aca8a986bdf75b4883b697147c0e81 Reviewed-on: https://gerrit.libreoffice.org/27485 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-27use GetCellArea() also in SearchAll() and ReplaceAll(), tdf#65334 follow-upEike Rathke
Change-Id: I50bfeee96e57010455bbb9e8be4312a39d392411
2016-07-27svx lok: fix handling of text edit drawing when view/page changesMiklos Vajna
This is a follow-up to commit 9d91d371e92548c7f75a7d0155eecaf3769fdee6 (svx lok: draw text edits in all views, 2016-07-26). Two corner-cases are now handled: 1) When the SfxViewShell is created after begin text edit and 2) When the other draw view is already created, but at the time begin text edit happens, the other draw view shows a different page. And the opposite of these: switching away from a page were we observe a text edit done in an other view or destroying a view that observes a text edit. When the complete view goes away, then SdrObjEditView::HideSdrPage() is not called, so also try to destroy the outliner view of the text edit from SdrObjEditView::DeleteWindowFromPaintView(). The GetSfxViewShell() call in SdrObjEditView::ShowSdrPage() is important, because we let the other draw view create the outliner view, but the outliner view should invoke our view shell, not the view shell of the other draw view. Also improve the SdTiledRenderingTest::testCursorViews() testcase, so that it asserts it managed to begin text edit and use a test document that still has a single slide and shape, but the shape is not auto-sized; otherwise invalidations happen even if outliner views are not created in all draw views, so the test would pass even without the fixes. Change-Id: I2c3bb27826c6887115366db818599fc8adabc5a5 Reviewed-on: https://gerrit.libreoffice.org/27583 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-27do not search in empty string if there is no note, tdf#65334 follow-upEike Rathke
Change-Id: I6c347b5bccd4ffd6a43a80e9d73a0b5fcf82926b
2016-07-27use GetCellArea() when searching for notes, tdf#65334 follow-upEike Rathke
... so empty cells with notes are included as last "data" position if they are below or right of the last "real" data, which GetLastDataPos() doesn't. Change-Id: I9bb7464033736e7e7fa24e635ef1a3d39626002b
2016-07-27include empty cells if notes are searched, tdf#65334 follow-upEike Rathke
Change-Id: Ib67b9745ffff730b209df2b82dc7e46fc4774900
2016-07-27Bug fix: Fill bitmap item set only when bitmap tab is selectedRishabh Kumar
Change-Id: I9bb7bdeecfcd51e8191f82c649585af8458f1001 Reviewed-on: https://gerrit.libreoffice.org/27578 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier
Any string can be used as delimiter between integer and fraction. It is now saved/loaded to/from ODF, as it was from XLS. Change-Id: Ie6364d1cdefc020ea615c18099118135c619f96b Reviewed-on: https://gerrit.libreoffice.org/27262 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-07-27Simplify dynamic_cast followed by a static_cast.Jan Holesovsky
Change-Id: Ic95ca9b07e73a9f5b25834cd2d23c9180861b7c1
2016-07-27tdf#75573 - docx don't remove frame anchor paragraphJustin Luth
frames anchor to the following paragraph. Don't remove an empty paragraph if it follows a frame or else the frame will jump to the next page. This gets a bit complicated because headers/footers contain paragraphs that aren't really "following" the frame paragraph, and so wouldn't be used as anchor paragraphs. There may be similar sub-paragraphs for comments etc, but exceptions for those can be added when proof documents are found. Change-Id: I46988b40abe65e23a5c407dde38a951937978005 Reviewed-on: https://gerrit.libreoffice.org/27455 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-27Resolves: tdf#101003 don't give paras in editeng accessible namesCaolán McNamara
change since... commit c23ab5eaed57cc3fb5860e26c591c73c5b22687b Author: Steve Yin <steve_y@apache.org> Date: Tue Nov 26 14:25:22 2013 +0000 Integrate branch of IAccessible2 keep the accessible description, but drop thea accessible name which is reportedly an undesirable change. Change-Id: I8f9c53ef967c4e566fde1829832aa035efce4f23
2016-07-27formally->formerlyCaolán McNamara
Change-Id: I1d631f8dd09193c57b7b65e3202ed080ce15861b
2016-07-27GSoC Writer Table Styles; Import bugfixJakub Trzebiatowski
+ Binary autoformats are loaded into document on document creation + Imported table styles overwrite existing styles. Change-Id: I88c08d1356e1c54a03624a051611357670f225ba Reviewed-on: https://gerrit.libreoffice.org/27539 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>