summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-22sfx2 classification: import plain XML interchange format XSD schemaMiklos Vajna
The classification infobar loads the classification value from the document metadata. In order to add metadata to a document from the UI, it's necessary to know what are the possible choices. Those choices can be described in an XML file. The format of that XML is described using this XSD schema. baf.xsd is the main file from <https://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf>, the rest are just the dependencies. Change-Id: I6b22c0279031799cafa4fd6edd20ed1cdb09c8cc
2016-02-22tdf#98035: Changing 'Advance Slide' options shouldnt start previewRishabh
Change-Id: I636ceb14a528f2523a6fd68e341c83420fa30834 Reviewed-on: https://gerrit.libreoffice.org/22585 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-02-22tdf#87813:Fix 'Automatic Preview' feature in sidebar Slide Animation PanelRishabh
Stop display of Animation if the Automatic Preview checkbox is not checked Change-Id: Iee12b14ab71af4f7b658278ba9ea7b4108e2d64c Reviewed-on: https://gerrit.libreoffice.org/22586 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-02-22sw: prefix members of RtfExportMiklos Vajna
Change-Id: I29fdefdbbd4ec48aee5631f6a88c8cd7bd759248
2016-02-22reportdesign: -Werror=unused-but-set-variableMiklos Vajna
Change-Id: I52784fb331dfdb80c8c9bdb56b9542bca5aaa412
2016-02-22loplugin:write only fieldsNoel Grandin
Change-Id: I45895e9845a9037da207f001fece427452ed499f
2016-02-22sw: remove commented out code from uibase/utlui/content.cxxChris Sherlock
Change-Id: I2eec04963ee492e07d72e2e61aed5652ab5f3966
2016-02-22sw: fix typo in commentChris Sherlock
Change-Id: I34d7cdc7146c8e4d89b44a8a2824cd69ff9d7d6a
2016-02-22WaE vs2015 double defineNorbert Thiebaud
Change-Id: I279b5df3f9705ca266f2f4efb1e93e59cbbdabd7 Reviewed-on: https://gerrit.libreoffice.org/22603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-22Work around apprently rounding issue in test with retina mac.Norbert Thiebaud
Change-Id: I5c3a4ab39768393090ca0ddc3cf3efe600184fcc Reviewed-on: https://gerrit.libreoffice.org/22606 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-22WaE vs2015 literal implicit castingNorbert Thiebaud
Change-Id: Ib3da0dd36243fbd316992e9fa88f4bed37b24f6a Reviewed-on: https://gerrit.libreoffice.org/22596 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud
Change-Id: I63a89c50c653145ea49aa34e4e4dd554da66598f Reviewed-on: https://gerrit.libreoffice.org/22597 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-22WaE vs2015: casting from int32 to pointer to to odbc idiosyncraciesNorbert Thiebaud
Change-Id: I94f2435aee76b03d4b14b009fdeca06a14f22909 Reviewed-on: https://gerrit.libreoffice.org/22599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-22WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud
Change-Id: I9769a1d9707cc958329f1c05ccbed780983faf14 Reviewed-on: https://gerrit.libreoffice.org/22600 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-22WaE: vs2015 shadow localNorbert Thiebaud
Change-Id: Ia1cb87653775bf9226bac46842b309d55fbaf084 Reviewed-on: https://gerrit.libreoffice.org/22598 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org>
2016-02-22WaE: 32 to 64 bits implicit on windows..Norbert Thiebaud
a misuse od sal_uLong.. int is just fine here. Change-Id: I09372b6384539cbb0beb557fdd9069cb1c63e235 Reviewed-on: https://gerrit.libreoffice.org/22595 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-21WaE unqualifed float literal are doubleNorbert Thiebaud
1.0 - float => double which then trigger a warning when implicitely downcasted to float Change-Id: Ic48f753e7ccf834fd36ff1b26d315b1267a15955 Reviewed-on: https://gerrit.libreoffice.org/22594 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-21WaE vs2015: pointer to int castingNorbert Thiebaud
Change-Id: I3be393ef5a9d1ed732f44037cd1115960a6186d2 Reviewed-on: https://gerrit.libreoffice.org/22592 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-21WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud
Microsoft say that the warning c4592 we get there in vs2015-r1 is a bug on their side. Ignore it for now Change-Id: I820840a50932e42371947cdc10d1e09278f744ca Reviewed-on: https://gerrit.libreoffice.org/22593 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-21WaE vs2015: int to pointer castingNorbert Thiebaud
Change-Id: I201e4b44e2a26ff0566f30c7e7c12c0df90a54e6 Reviewed-on: https://gerrit.libreoffice.org/22591 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-21windows: silence new warning for nowNorbert Thiebaud
Change-Id: I10b3269e3ac81f0c7e3fa60229e2b1e3fcab512b Reviewed-on: https://gerrit.libreoffice.org/22590 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org>
2016-02-21Force pdb write synchronization on all MS compilersDavid Ostrovsky
Change-Id: Id367ad150fa50cb3ed4d32cb5c7c8408f91e371a Reviewed-on: https://gerrit.libreoffice.org/22544 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-21Fix UCRT detectionDavid Ostrovsky
Change-Id: If2ef7a8b507e9d65f1f1ee186491ce2f35340362 Reviewed-on: https://gerrit.libreoffice.org/22545 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-02-21tdf#97538 no cropping if width, height and viewBox missingRegina Henschel
Now the whole image is inserted, so that it can be cropped in the application. The patch repairs in addition a wrong ratio in the case height is missing but viewBox is given, and fixes some comments. Change in SvgImportTest.cxx by Xisco Fauli. Change-Id: I8c0fbf8b78cf7ab5bc97d04783b49892da3d2849 Reviewed-on: https://gerrit.libreoffice.org/22363 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-02-21tdf#84938 replace FRMMGR_TYPE_ with enumackepenek
Change-Id: I899b57a485b83cd7c10ddc5192c92b4c87fe583a Reviewed-on: https://gerrit.libreoffice.org/22582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-21tdf#97235: Protect reset_view when called with no tile buffer initializedPranav Kant
This can happen when no document has been loaded yet. Change-Id: Ib9c18e22b6c344528d05eb781bf9b3052060089a
2016-02-21tdf#97236: Refresh the view when part is changedPranav Kant
Change-Id: I189d33cd25f394f5740d54fb5fe5567ac71299e4
2016-02-21lokdocview: Protect set_part from setting an invalid part numberPranav Kant
Change-Id: Iffbe71ab161d5c50a98fd17ee0fdd0ab4d065e9d
2016-02-21tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky
Change-Id: Ic37bfb9e25eba9b03b2c896c904823aec478355e
2016-02-21tdf#93837 Convert RID_POPUP_DLGED to xmlMaxim Monastirsky
Change-Id: I0588063aef397ee95923ad5acd332bc6052fafc7
2016-02-21Convert RID_INSERT_FIELD_CTRL to xmlMaxim Monastirsky
Change-Id: I1bc72c3dfdb20fd538e297a70f5ccbd355d1dbcd
2016-02-21sc: Add forgotten radio style bitsMaxim Monastirsky
Change-Id: Iaa088c1c0591b7e8fbdf6e668d86adbbfb77ba71
2016-02-21Related tdf#81718: correctly display file size for...Giuseppe Castagno
...WebDAV elements. WebDAV UCP provider maps UCB 'Size' property to 'DAV:getcontentlength'. DAV:getcontentlength property is defined in Section 15.4 of RFC4918. <http://tools.ietf.org/html/rfc4918#section-15> Change-Id: Ie91d1f2aed417002f4d1ecae3e1188123c04d35b Reviewed-on: https://gerrit.libreoffice.org/22511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-02-21tdf#97636 Added Undo/Redo functionality to Beanshell EditorChirag Manwani
Change-Id: Ie24f7bb5e59cd78ba2d06a4ed1b6a0bcaf1a3736 Reviewed-on: https://gerrit.libreoffice.org/22500 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-20Options: Some layout tweaks and copyeditingAdolfo Jayme Barrientos
Change-Id: If3b2bd1d75472b25de65670784f3508daa20857d
2016-02-20packagekit is implied by dbus nowCaolán McNamara
Change-Id: Ic29f55a846c48a3ddb6151d60e612d6b35a0ef3a
2016-02-20StarOffice 5.1 was released in 1999, fixing this nowCaolán McNamara
Change-Id: I0b6bf947f7d309820334ed1ac6eae5a29b5c69fb
2016-02-20coverity#1326436 Dereference null return valueCaolán McNamara
Change-Id: I40f73b48757e81ac4e1b5374bef4fea334ca8d0a
2016-02-20wget: don't break on CentOS6 baselineThorsten Behrens
Where this fancy new no-use-server-timestamps is not yet known. Change-Id: I481c44bb977620400a3dede6191889bbbe5ec74a Reviewed-on: https://gerrit.libreoffice.org/22546 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-02-20coverity#1353440 Argument cannot be negativeCaolán McNamara
Change-Id: I0576264c006a70a6783e31fb77b380928558cf45
2016-02-20let ConvertToSearchType() also adapt the regex bool, tdf#72196Eike Rathke
Change-Id: I6d9c438873f3f26418e6b27884207106ccaea148
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke
Change-Id: I3a8f880479ee2d0621e10b3c9d405948cadabeaf
2016-02-20sd lok: re-work LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro
In the tiled rendering case, slide sorted view is not created. This revert some portion commit 80d7c5859b9e7a834a915d7e8bbbe9bc2130108a Change-Id: Ifc2b7535f36ca69268de3e462bdd50ade9ec3853 Reviewed-on: https://gerrit.libreoffice.org/22542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
2016-02-20tdf#57950 Replace chained O(U)StringBuffer::append() with operator+irem
Change-Id: I6e428222bfb3045b6a379716586aa5e37a3cae35 Reviewed-on: https://gerrit.libreoffice.org/22052 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-20Galaxy: Add icons for track changes, bookmark, and browser previewYousuf Philips
Change-Id: I11143967720c9cfa310c6a32f679894d15b94204 Reviewed-on: https://gerrit.libreoffice.org/22495 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-02-21vcl: README update - generic was moved some time ago to unxChris Sherlock
Change-Id: I463db3f1e0d00fba6e2b83d2e29d381e7df4bd25
2016-02-20use O(n) algorithm to change all autofilter entriesMarkus Mohrhard
Change-Id: Iae80c0c23b15a9c2ba0cd4913d6e22dc4c3a1816 Reviewed-on: https://gerrit.libreoffice.org/22516 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-20use calc brace styleMarkus Mohrhard
Change-Id: I96d05359308f38d6952137bc0b326505bba47c89 Reviewed-on: https://gerrit.libreoffice.org/22515 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-20add missing IsFormulaWildcardsEnabled() calls, tdf#72196Eike Rathke
Change-Id: Ia684cfe93c6a0e71a0fbbe22974501bf610e9190
2016-02-20read ODF table:use-wildcards, tdf#72196Eike Rathke
Change-Id: I37dc8d6c75378fabda88930f6cc3f0508587207c