summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-02rename SvxColorWindow_Impl to SvxColorWindowCaolán McNamara
Change-Id: I84941f4566792e11a9070f8623857a3fac44591d
2016-11-02Add a comment hereKhaled Hosny
Change-Id: I07f2fe400f20d8f52588db326851f310245b7d8d
2016-11-02loplugin:singlevalfieldsNoel Grandin
Change-Id: I65f96d9cd24572c8d0946acf4d2d45eb3db83a76 Reviewed-on: https://gerrit.libreoffice.org/30476 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-02Updated coreGabor Kelemen
Project: help be1c45a0094513b93bbe9747398be1cab6a0abe0 Fix the Styles button reference It has been renamed. Also Styles and Formatting is no longer a window but a sidebar deck. Change-Id: I3a7648c709012d14b62e7e1fc50c1ba893dfa6a0 Reviewed-on: https://gerrit.libreoffice.org/30481 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-11-02sw: prefix members of WW8TabDescMiklos Vajna
Change-Id: I8c6e52d40f497fb7cee3ef812e2974aa292a11a8
2016-11-02remove spurious "oh"Stephan Bergmann
Change-Id: Ia214ef9c683492226ab39c1fd1061ecc9cbc264c
2016-11-02Improve some error reportingStephan Bergmann
Change-Id: Ibfdb0eeebec785438d46a0e8e6e9f4c847bfb807
2016-11-02It's ODF version, not document versionTor Lillqvist
Change-Id: I3e6a54dd92ebafebabf9e75b44b9f0b5f0b6aa8a
2016-11-02tdf#41542 PaddingWithoutBorders: allow UI changes if...Justin Luth
If the compatibility option is set, allow the border dialog for frames to be able to adjust the spacing values without enabling the border lines. That means it is only true for .doc and .docx right now. Change-Id: I4004a849f7369c993089d1c7b5d856cbea4f7780 Reviewed-on: https://gerrit.libreoffice.org/28602 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-11-02tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
Change-Id: I9a82ebc57c7e246841fda0262763fa9a7fbd5970 Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/29919 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-02Add a comment wondering about "ODF Version", further explanations welcomeTor Lillqvist
Change-Id: Idc660ba71ccff02c97a018838974430c0206ace6
2016-11-02const-ness mismatchStephan Bergmann
(Why does that only cause a compilation failure now? DataFlavorMapper::openOfficeToSystemFlavor always returned a const NSString*. Odd.) Change-Id: I5baa577b78d024c5e959df7ec5bf477057b91c07
2016-11-02loplugin:unusedfieldsNoel Grandin
Change-Id: I96634c18ba6600f8f7d5d04a162dcd7e1e312923 Reviewed-on: https://gerrit.libreoffice.org/30474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-02loplugin:expandablemethods in avmediaNoel Grandin
Change-Id: I215230d3b7e3649146083f00e7c10c03a4d3154e Reviewed-on: https://gerrit.libreoffice.org/30470 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin
Change-Id: I2dc57931fb230953c285aeb18f57c0a41fedafcb Reviewed-on: https://gerrit.libreoffice.org/30463 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-02tdf#71603: Create a new DC for the font fallbackKhaled Hosny
For some reason re-using the DC from SalGraphics results in GetFontData() returning GDI_ERROR and we fail to read the font’s “cmap” table. The wired thing is that this happens only for fonts that were not used before, so if you open a document directly the fallback works but if you open start center or blank Writer document you get no fallback. GDI is “interesting”. Change-Id: Ic23095cabbd2623717271ce5d89bea75dca76a9a
2016-11-01Updated coreStanislav Horacek
Project: help 68f7b9d1c6ffed02a241645868e49bf80aa45b53 tdf#70998 change term "Graphics" to "Images" Change-Id: Ic2c2877a077bd5ba67a271dd7a89c4d1391e6fbb Reviewed-on: https://gerrit.libreoffice.org/30450 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01tdf#71603: Improve font fallback on Windows a bitKhaled Hosny
Check all missing characters, not just the first one. Also the calling sites for GlyphFallbackFontSubstitution hook expect the OUString to be updated to have only any characters not supported by the returned font. Change-Id: Ife56d692c05433f2f7fe02db3ef1562181dc3d53
2016-11-01Use the font language instead of guessing itKhaled Hosny
Similar to what we do with FontConfig. Change-Id: Id01dabe0b52e4e3aea54073d42b719a924025920
2016-11-01remove red alert color from pdf iconandreas_k
Change-Id: Iebeebc26a02dfa4c9d517664fb803d371b8ac1cc Reviewed-on: https://gerrit.libreoffice.org/30387 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01Misplaced #if ENABLE_GRAPHITEKhaled Hosny
Change-Id: I2af3fdf100f6aaf435d8ed33d781ea0ca4ec21ec
2016-11-01quit icons in breeze-dark were shown in black instead of redandreas_k
Change-Id: I1ae0ee355e537339e33c5e41826527ccb8dd6277 Reviewed-on: https://gerrit.libreoffice.org/30384 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01add an assert to check for ref-counts > 16 bitsNoel Grandin
after commit 87c518593de59dbf4c0f5f45c720b14a05aeca9e sc: remove antique reference counting hacks from ScDocumentPool In theory, nothing should be trying to save items like this anymore, but lets make the error more obvious in case something is. Change-Id: I89b3637168c072d20e214a8f6338f6336d44d891 Reviewed-on: https://gerrit.libreoffice.org/30467 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-11-01update icon to have the right icon color in breeze-darkandreas_k
Change-Id: Iaf1888357c8b9ed6aeb987341fbc69117c6e0ecb Reviewed-on: https://gerrit.libreoffice.org/30386 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01update calc icon now the calc icon is green instead of blackandreas_k
Change-Id: I7a11448e84ace54936b378bc178bbd4a7603b516 Reviewed-on: https://gerrit.libreoffice.org/30385 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01Clean up javavendors_*.xml filesStephan Bergmann
...and drop unnecessary javavendors_template.xml Change-Id: Ib7f2d595d2086c1d3bf324f19693b9032cf00cd7
2016-11-01quickfix: Automatic selection of Oracle Java runtime on macOSStephan Bergmann
same issue as 36f637f7f21906fa3f37223e69b044db52036fb1 "tdf#103507 quickfix: Automatic selection of Oracle Java runtime on Windows" Change-Id: I3239bbf52263fb53bcd0ed54e8e983bda3b19182
2016-11-01tdf#103624 Avoid double init of controls in SidebarToolBoxMaxim Monastirsky
Controls that created by the service manager are already initialized by it. At least in the case of SaveToolbarController such double init creates a problem, as SaveToolbarController will add itself as a modify listener twice, but remove only once in dispose method. Probably SaveToolbarController should be smarter about this, for both not adding a listener twice, and also not attempt to work after being disposed - but that doesn't make the behavior of SidebarToolBox correct. Change-Id: I3f0fcdff31c65198a2233c969d37a0015712fff5
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke
Change-Id: I2a690caea7656f2a18beb6d09f53154178a30f34 Reviewed-on: https://gerrit.libreoffice.org/30460 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-11-01Added 22 pt_PT autocorrect wordsMarco A.G.Pinto
Change-Id: Ida1f8f836e1c5772771fb4ca3c90982b98326778 Reviewed-on: https://gerrit.libreoffice.org/30473 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-01SafeModeDialog: Close dialog before restartingSamuel Mehrbrodt
Change-Id: I714040d0892cf154e002209dbdb4831b40ec08bc Reviewed-on: https://gerrit.libreoffice.org/30472 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01Forward debug/optimization flags to external/harfbuzzStephan Bergmann
Change-Id: Ie3bc54a43e46dc28faca9356f414a700a0727cec Reviewed-on: https://gerrit.libreoffice.org/30456 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-11-01tdf#103481 fixed SIGABRT in embedded presentationSzymon Kłos
Change-Id: I51402aec953d58f92d8fe768bca0d2c2d1ce4474 Reviewed-on: https://gerrit.libreoffice.org/30368 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01Fix inconsistent indentationTor Lillqvist
Change-Id: I4b87541c6e64e6b2b7c912f47a80a4aa37842014
2016-11-01SafeModeDialog: Group optionsSamuel Mehrbrodt
Change-Id: Ife0903c90f17efb2a1c6681ece8dd9af257873cd Reviewed-on: https://gerrit.libreoffice.org/30453 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01SafeModeDialog: Add link to user profileSamuel Mehrbrodt
Change-Id: I0096b3d7db51e28eb58c7209109c30b73b382478 Reviewed-on: https://gerrit.libreoffice.org/30448 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01safemode: Add option to disable H/W accelerationSamuel Mehrbrodt
Change-Id: Ic6751717c14d317b5a4bc64c4fd1cf2b2f5efabf Reviewed-on: https://gerrit.libreoffice.org/30112 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-01sysui: add "translate" urls to AppData filesMichael Stahl
* run "appstream-util upgrade" * add "translate" urls Change-Id: I3bad7d5dd90cce7703a100ac95097ad3a8f2c56d
2016-11-01Use enum class for two local enumsTor Lillqvist
Change-Id: I0d7e6a14ec890b8a1dbdea3685b543b63426c628
2016-11-01Cosmetic: Namespaces, better make use of the 'using-directive'Giuseppe Castagno
Change-Id: If27709a2d8d8f231be9be0231d522f2a71e5fcae Reviewed-on: https://gerrit.libreoffice.org/30457 Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
2016-11-01Resolves: tdf#103556 the implicit convert to bare pointer hurts us hereCaolán McNamara
Change-Id: I2d91cf9b11027f76dbcbb5432f4cad71c56f53f2
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
Change-Id: I58565460fcc3279c9771c6e1272d0af540b2c87c Reviewed-on: https://gerrit.libreoffice.org/30459 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-01loplugin:expandablemethods in accessibilityNoel Grandin
Change-Id: I51d13c12274d99623b97f611e30204bea624cbfc
2016-11-01simplify loop to O(n)Jochen Nitschke
Change-Id: Ib14da0201730e213f15f4f46b539fc843bfbe750 Reviewed-on: https://gerrit.libreoffice.org/30454 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
Change-Id: Id9ab12f3a61eb83a2288b2fd4d99ab77f5833e1b Reviewed-on: https://gerrit.libreoffice.org/30461 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-01cppcheck unreadVariable: nModifiedJochen Nitschke
unused since initial commit 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 Change-Id: I2828af1fbfda993dff32abf0f9a9f73e9fb61028 Reviewed-on: https://gerrit.libreoffice.org/30455 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-11-01add Codelite files to .gitignoreNoel Grandin
Change-Id: I464748061b9df4d781ae49f4971f73d92f825bba
2016-11-01disable this chunk of loplugin code on clang < 3.8Noel Grandin
not worth the spaghetti of making it work across version Change-Id: I0de923b16fb6d58cbad55adc9878ab39bc0c86ae
2016-11-01Decrease SpreadsheetML import time to prevent "General input/output error"Шиповський Роман
Change-Id: I39ed8fff7ba88042c74a11ddc58eec014c0bc6bd Reviewed-on: https://gerrit.libreoffice.org/30361 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-11-01BASIC : use rtl/character.hxx in sbxform.cxxArnaud Versini
Change-Id: I88c9d26b27ff80e02a88349198813d2771522343 Reviewed-on: https://gerrit.libreoffice.org/30445 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>