summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-17loplugin:staticmethodsStephan Bergmann
Change-Id: I7efdeae245b51d1e5bff282fd46bc977d61bda2f
2016-02-17loplugin:staticmethodsStephan Bergmann
Change-Id: I568b2bb029ac0c393c75cc556181117ca5c7c7d9
2016-02-17loplugin:nullptrStephan Bergmann
Change-Id: Iadf6c245e4902ef98d5e3de09c1648bdd74644bc
2016-02-17Missing semicolonStephan Bergmann
Change-Id: If7e643ed3238074a3e6394834b17b8c96e8decac
2016-02-17tdf#97924: Transparency slider causes entire sidebar to constantly refreshRishabh
Reduce the calls for sidebar resize Change-Id: I82552b67c0876777a31b6912befcd8f9d737ae94 Reviewed-on: https://gerrit.libreoffice.org/22416 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-02-17gtk3: use native GtkPopover for calc formula prompt, etcCaolán McNamara
Change-Id: I9aa7e977228780b6273daa03be5e872342414437
2016-02-17sfx2 infobar: allow setting the back/foreground colorMiklos Vajna
It would be easier to set these after the infobar is created, but the infobar is shown right after creating it, so that way the infobar would be always yellow for a short period of time -> annoying flashing. Change-Id: Ie23efd2fd1bba624cf2921f11a6fc40014ac4215
2016-02-17sfx2 classification: ignore non-BAILS properties earlyMiklos Vajna
Change-Id: Ia32492965a0802a848215c86fdc07e14648d3d58
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
stage 2 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro In this stage we focus on replacing usage of the WIN macro Change-Id: Ie8a4a63198a6de96bd158ecd707dadafb9c8ea84 Reviewed-on: https://gerrit.libreoffice.org/22393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-17ForceReposition is unusedCaolán McNamara
Change-Id: Ic9c37aef877e81f0c569ae8fe89bbdc41dd09419
2016-02-17tdf#91013 Convert freezepanes menu to xmlMaxim Monastirsky
Change-Id: Iedab5e5be5358f7716a2b33de3f0db582a401155
2016-02-17tdf#91013 Add new uno commands to freeze one row and column.Gulsah Kose
Added freezepanesfirstcolumn and freezepanesfirstrow commands. FreezePanes button became a split button that includes this two new uno commands. And this new commands added to menu. Change-Id: Ic6958067cc98b3df50bcd06a1eac220bd9a61473 Reviewed-on: https://gerrit.libreoffice.org/21604 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
2016-02-17ridljar: fix javadoc warningsMichael Stahl
Change-Id: Ifa85299dd3366fb9a9639e669a02678ea9268260
2016-02-17javaunohelper: fix all javadoc warningsMichael Stahl
Change-Id: Iaaeab13005fef160def2e5bd49d4bfd40f42fe33
2016-02-17tdf#90753 Move Pyuno wizard packages to autoinstallDavid Ostrovsky
Change-Id: I9dda8144e0cb3ff2ea80c65f210a9b94b88a0026 Reviewed-on: https://gerrit.libreoffice.org/22379 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-17gbuild: AutoInstall: Packages in ooo module run into 8k Win32...Michael Stahl
... command line limit, so use try to use $(file) on that platfrom while preserving the existing echo code for Macs. Change-Id: I65e3f6b082df201830fa16375a9fad407cff8085 Reviewed-on: https://gerrit.libreoffice.org/22409 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-17cleanup the Read*() methods in SvIdlParserNoel Grandin
to be consistent about when they move to the next token Change-Id: I8f5b1eab497fb4a7cb2a2267e815668c3d363de7
2016-02-17move some more slot parsing to SvIdlParserNoel Grandin
Change-Id: I186e80ed0446585aceaf4d25f32ecca7e8ed396c
2016-02-17move parsing of method ags into SvIdlParserNoel Grandin
Change-Id: I2fb969529c0670ae93c3cba69bf207d2c87887dc
2016-02-17sfx2 classification infobar: improve messageMiklos Vajna
Change-Id: If8fe5b145014055639a9a2eadd8fded7ebf7c2b3
2016-02-17sfx2: add initial classification infobarMiklos Vajna
Change-Id: Idd4b886e246cb41d3a3b871eeb368c0620b110ae
2016-02-17sfx2: introduce initial SfxClassificationHelperMiklos Vajna
A document's metadata has predefinied keys like title, and has user-defined ones as well. The BAILS specification at <http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAILSv1.pdf> describes a mechanism to use the generic user-defined key-value pairs to embed classification-related (read: is it public? is it internal only? etc) information in a standard way. One approach in handling these in LO would be to let code here and there parse these user-defined key-value pairs again and again. An other one would be to handle these as first-class properties, even if the majority of the users would never need them. A middle between the above two approaches is this class: all these properties are still just user-defined properties, but if the document has them, then all related code is supposed to be implemented in this central class. Change-Id: Ib0297a5e91779b330c310a153f1a1628759dd028
2016-02-17tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier
Unit test for https://gerrit.libreoffice.org/21021/ Add unit test for Engineering format Add unit test for optional sign in exponent Change-Id: I958ccdcc68a4e496cbd4bdc74d0650c133f3a3f7 Reviewed-on: https://gerrit.libreoffice.org/21824 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-17tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem
All reference to CellAddress in ApiCellRangeList::getBaseAddress() is changed to ScAddress and its chain of changes has been made. Change-Id: I43d9eb8dc02c74640d9fac11a44429850f31ade1 Reviewed-on: https://gerrit.libreoffice.org/22222 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-17sw: indentation fixesMiklos Vajna
Change-Id: I2a33fa5df5afed804adcbf904d5b47a507924034
2016-02-17tdf#97640 Fixed-Width Font for Beanshell EditorChirag Manwani
Change-Id: I809253a4f0481c825368d9c608cac77e64376aa0 Reviewed-on: https://gerrit.libreoffice.org/22404 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-17tdf#97526 - in copy/paste ignore unwanted page break on first paragraphJuergen Funk
In copy/paste ignore the page break attribute from the first paragraph of the document (see also tdf#39400) Change-Id: I838c21c14647d4692673bd30df320e6704de1455 Reviewed-on: https://gerrit.libreoffice.org/22270 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini
Change-Id: I37f2a1c837c6742cf6d403962d2730b5e80004ec Reviewed-on: https://gerrit.libreoffice.org/22345 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-17SVGIO: tdf#97539: clip-path elements might contain...Xisco Fauli
reference to other clip-paths Change-Id: I0c426c892da2478293b78ea93db087d781275896 Reviewed-on: https://gerrit.libreoffice.org/22411 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-17tdf#97719: Canceling insert image dialog gives error dialogHenry Castro
Change-Id: I3ac9b0fe4d5a91d16af559ee8e38bc7be97cc694 Reviewed-on: https://gerrit.libreoffice.org/22408 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
2016-02-16Tango: Add clear formatting icon and update 2 calc iconsYousuf Philips
Change-Id: I9d7ead5acec45fe8cfad75d66d4ffa44f54c1e9f Reviewed-on: https://gerrit.libreoffice.org/22401 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-02-16loplugin:cstylecastStephan Bergmann
Change-Id: I17025698070d3140eb2d09b705020ee4e0ee97c1
2016-02-16gtk3+wayland: play video via gtksink gstreamer elementCaolán McNamara
Change-Id: Ib371fa06eda73962cbe94739e69a68b46c26e4bf
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara
Change-Id: I1a0360096964f6402bd3631f2b3f34bf9595ebc6 Reviewed-on: https://gerrit.libreoffice.org/22394 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-16Make the document properties dialog resizableSamuel Mehrbrodt
This helps reading document metadata with more than a few characters. Change-Id: Ia9f5bc4a05835ef5512bf6f4a4ec2b2e4274c41d Reviewed-on: https://gerrit.libreoffice.org/22398 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-16loplugin:stringconstantStephan Bergmann
Change-Id: Id23a8ff3afa6e96e802d77b02f89ad2289c47460
2016-02-16loplugin:loopvartoosmallStephan Bergmann
Change-Id: Ib5e7b7ffcd1e6421eb08f7b7d4cf16d0353ad6fa
2016-02-16gbuild: add missing commas to fix build with make < 4.0Michael Stahl
(regression from c33fb4828e2fda2648f11614a20ce0172d4af3db) Change-Id: I8d20343401cab13a3b6721d0d3016edaeb7dd898
2016-02-16Missing parenthesisStephan Bergmann
Change-Id: I27aef5d1a0920bb6b9fa9c2204a422b7372fd0cb
2016-02-16loplugin:implicitboolconversionStephan Bergmann
Change-Id: Ib21fe1f18a48246fc38c8c26454c28de2efc699f
2016-02-16tdf#39440: reduce scope of local variablesArnold Dumas
Change-Id: I6ba411d2e07240821518281996d543f71acf3259 Reviewed-on: https://gerrit.libreoffice.org/22378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-16sc lok: Handle left mouse button up events for tiled renderingPranav Kant
This solves two common problems: 1) Allow selections via mouse drag 2) Deselect when clicked inside already selected block of cells Change-Id: I9c1b5f90b6c4dc6155b14c68852d6cad81e2290a Reviewed-on: https://gerrit.libreoffice.org/22391 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-02-16-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: I93690dcfefbda9f642b8bbe55b9e2f4f348d446d
2016-02-16Related: tdf#97739 fix gtk3 spinbuttons for recent control region changesCaolán McNamara
Change-Id: Ia745cbe808395c4c9ec6a3c72612814a4834bbcb
2016-02-16coverity#1326425 Dereference null return valueCaolán McNamara
Change-Id: I034a110457d1fa20c392e6660874077def125edd
2016-02-16coverity#1326398 Dereference null return valueCaolán McNamara
Change-Id: I3a33d9a4b90d23c9262fcabcb252b60def4ce585
2016-02-16coverity#coverity#1326173 Explicit null dereferencedCaolán McNamara
Change-Id: Ifecc942dce4cafb1dcd7028fe742f450892564e4
2016-02-16coverity#1327140 UrF: Unread fieldCaolán McNamara
Change-Id: Ide851a6d015a61603b6bff90e52a20d43bf98198
2016-02-16gbuild: yet more substitution for AutoInstallMichael Stahl
Pyuno creates packages with a "/" in the name, so need to escape that too. Since it's getting a bit repetitive facotr out a function to do the escaping. Change-Id: I4481d6a291b384390723a04e3e82615e73edc7eb Reviewed-on: https://gerrit.libreoffice.org/22392 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org>
2016-02-16sd lok: add LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro
In the tiled rendering case, when a slide is deleted or inserted the sorted slides are updated on client side. However, when .uno:Undo and .uno:Redo actions are requested on client side the sorted slides are required to update all sorted slides. So every time when .uno:InsertPage, .uno:DeletePage, .uno:Undo, .uno:Redo actions are requested, it will notify verbose action (PageInserted, PageDeleted) with index on client side to update the sorted slide index. Change-Id: Iebda2aa11be13aea8fbb6d0cc50442805d7485e9 Reviewed-on: https://gerrit.libreoffice.org/22309 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Henry Castro <hcastro@collabora.com>