summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-06tdf#104317 RTF import: avoid setting CustomShapeGeometry on a line shapeMiklos Vajna
Even Santa Claus knows it has no such property. Change-Id: I46e27868c62fabd10c6447956e40e55962ee284b Reviewed-on: https://gerrit.libreoffice.org/31668 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-12-06tdf#103524 - Fix Bottom Toolbars closing operationMert Tumer
Added variables to control state of bottom toolbars, and based on their state open/close the bars Change-Id: I5f9429b336451a354b95dcee18b71fb577c28559 Reviewed-on: https://gerrit.libreoffice.org/30298 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-12-06Do not enable radio buttons of image flip on createMuhammet Kara
On the Image tab of the Image Properties dialog, The radio buttons under the horizontal flip option should come disabled when that option is not checked. Wrong order of "Enable" calls was causing them to be enabled on create, all the time. Change-Id: Ie361a8280e2a303d38025c5c684f5c07ba2e1ef9 Reviewed-on: https://gerrit.libreoffice.org/31619 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin
As per sberg' suggestion Limit it to == and !=, because some people like the flow of inequalities like: "0 < a && a < 42" The changes to sal/ were made using the rewriter. The rewriter still has one bug, in pipe.cxx, it managed to pick up some random piece of macro. No idea why. Change-Id: I01305f9c5396a4b6c7421d6e92f1b4b529388e82 Reviewed-on: https://gerrit.libreoffice.org/30962 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-06convert IMPL_PAINT constants to typed_flagsNoel Grandin
Change-Id: I9a38a2927cc626e3a94c9eeaffb94b7fd2b6204c Reviewed-on: https://gerrit.libreoffice.org/31634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-06convert PolyStyle to scoped enumNoel Grandin
Change-Id: Ia35fdbb5e40888db9558988ac069741b31721f0e Reviewed-on: https://gerrit.libreoffice.org/31633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-06tdf#71409: Let's not crash the function wizard dialog.Kohei Yoshida
It's a long story, but here is a short summary: When the function wizard dialog launches, it uses an edit engine instance to process text input, and that edit engine instance comes from the input window (for whatever reason). And, we are supposed to get ScTextWnd::MakeDialogEditView() called to instantiate such edit engine instance for the function wizard dialog. My previous change, however, changed this and ScTextWnd::InitEditEngine() ended up getting called to instantiate the edit engine instance. These two functions create edit engine instances with different settings intended for different use cases... The crash we saw is just one manifestation of such differences. Change-Id: I7fd84c1b1eca2351b9ecc87e325c2fd3787369eb Reviewed-on: https://gerrit.libreoffice.org/31664 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-12-06try a volatileEike Rathke
Change-Id: Iadaeb1cdf8a73cac3308e82caa2e65db07ec0fc1
2016-12-06use IncCol() IncRow()Eike Rathke
Change-Id: Ibae425df118ad222db2740b51040d7a6c65b2aa6
2016-12-05Updated coreliongold
Project: help 75c62b4a8207e56c9998429a07760350badc9ded tdf#101140 Adding Help for RAWSUBTRACT function Change-Id: I8eba1c661a31766a5fd84489e4a7db46d5570f73 Reviewed-on: https://gerrit.libreoffice.org/31086 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2016-12-05IMG_FILEDLG_BTN_STD is unusedCaolán McNamara
Change-Id: Id41d43ec74575ba0edc59f87ffa8b6c9b1485010
2016-12-05only IMG_PRIMARY_KEY is actually usedCaolán McNamara
Change-Id: Ie888ed93f0d511e0c040af32f41e8350113b586c
2016-12-05oss-fuzz woes continueCaolán McNamara
Change-Id: I8307c09d5ba4fb24c0d2e273459b34edd06ae76a
2016-12-05attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#101363Eike Rathke
See http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=libreoffice-5-2&brief-log=1480964401.32227 (as long as it is there) Change-Id: If119a19e2f5dbe53298f0b30b5749997d99bf884
2016-12-05use initialization listJochen Nitschke
guess comments in EditSelection ctors were about calling copy-ctor directly instead of default-ctor + copy assign Change-Id: I0f849d7e9af3d3b8c6d8688f549b3539a0c67873 Reviewed-on: https://gerrit.libreoffice.org/31632 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
Change-Id: I2259af0d169f850ceb39f22424197912dfd20171 Reviewed-on: https://gerrit.libreoffice.org/31624 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-05use proper message passingBjoern Michaelsen
Change-Id: Ibf02e22d7dcca2338da34376a70e9383e366920d Reviewed-on: https://gerrit.libreoffice.org/31614 Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-12-05use proper message passingBjoern Michaelsen
Change-Id: Ie516712b3474a0eb800e2d9e3e41921b10059fe8 Reviewed-on: https://gerrit.libreoffice.org/31613 Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-12-05(re)use proper message passingBjoern Michaelsen
Change-Id: Ie80dad279af4e3d1b72f89d266f10d2309ed2e96 Reviewed-on: https://gerrit.libreoffice.org/31612 Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-12-05drop these intermediate Images and use BitmapEx directlyCaolán McNamara
Change-Id: Ief15df1722bb59323563c21d76f5af624fbef8c9
2016-12-05unwind sc RID_STYLEFAMILY_IMAGELIST imagelistCaolán McNamara
Change-Id: I22bc4a615295bf43110633e22b5884b511777c2b
2016-12-05unwind sd RID_STYLEFAMILY_IMAGELIST imagelistCaolán McNamara
Change-Id: I1096374eeada6a4ca2ba1acf9f094d6f6d80c3ad
2016-12-05starmath: Prefix members of SmStructureNodeTakeshi Abe
Change-Id: I58f6ca7585ef726d4ac3f555118832a4434f4e3c Reviewed-on: https://gerrit.libreoffice.org/31629 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-12-05tdf#100836 "Starting the LibreOffice Software With Parameters" help updatetagezi
rewritten cmdHelp in accordance with the attached document in bug tdf#100836 Change-Id: I6453ee87039272388fe1bc0efd747dc706b570ff Reviewed-on: https://gerrit.libreoffice.org/31244 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2016-12-05oss-fuzz deploys in a very different env to which its builtCaolán McNamara
Change-Id: Ice4956cd196424d21bf659f95f99c3e0c6928744
2016-12-05fix the generally unused non-neon webdav MapDAVExceptionCaolán McNamara
Change-Id: I82caa1686a8855c484050f129d5095f95eab7ece
2016-12-05loplugin:unnecessaryoverrideStephan Bergmann
Change-Id: I7721c15ba94ff27f64962bb67698853bc3b86cea
2016-12-05rename wmftester to wmffuzzerCaolán McNamara
to make it easy to distinguish these things if there ends up being a gadzillion of them Change-Id: Ifb75cfa5e3039b8730ce08644c6a76cd040f6ed8
2016-12-05optionally enable oss-fuzz targets via --enable-fuzzersCaolán McNamara
Change-Id: I16f52515a149a1e6e47cd0301a45db84ddd95885
2016-12-05fix buildCaolán McNamara
Change-Id: I45c180d5eed1bcac97674ce39ae07b9a47819aa4
2016-12-05AvoidConfig fastpath for testingCaolán McNamara
Change-Id: I50aa865f1b5f0524c2c8af32fa94faea9f6943e9
2016-12-05fix LLVMFuzzerInitializeCaolán McNamara
Change-Id: I238d210bccbf74913b5f2c0ec2de0ac27d93fef6
2016-12-05stash oss-fuzz demo target in our treeCaolán McNamara
Change-Id: If95e59ffd76a3c3b9dbcdbcbee6a9233f6fd9bac
2016-12-05drop unused BMP_STYLES_FAMILY_NUM resourceCaolán McNamara
since... commit 197010643e7e1b8c973013efa9034ffc9bdb56c0 Author: Michael Stahl <mstahl@redhat.com> Date: Fri Jul 26 22:38:28 2013 +0200 remove some more SfxObjectShell methods that only call each other Change-Id: Ife3e9add675a8163082cd0ba9b009ea0535d449d
2016-12-05unwind RID_STYLEFAMILY_IMAGELIST imagelistCaolán McNamara
Change-Id: I03f4058114bb837c3d8edd25791464e7d7ba16ed
2016-12-05fix buildCaolán McNamara
Change-Id: I3fa46edfbdb75201e9dc4a615d67124487e2dd20
2016-12-05tdf#97361 remove = None assignments in sfx2 python unit testskerem
Change-Id: Iba3926d1b044ade69e1306941ed70b644dc577d6 Reviewed-on: https://gerrit.libreoffice.org/31602 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-12-05unroll IMG_NAVI_ENTRYBMP ImageListCaolán McNamara
Change-Id: Icb00102f064b845b33a072880c60a9aae5dc4a55
2016-12-05convert these Image resources to BitmapCaolán McNamara
Change-Id: Iff9e956f65190c0e9dc99ada5df613fc0be9516e
2016-12-05avoid coverity#1371269 Missing move assignment operatorCaolán McNamara
Change-Id: I0ba8991ecc0934d839ac4e1bfe80f0568057fcc7
2016-12-05use a std::unique_ptrCaolán McNamara
Change-Id: I23fdc5f86d8fb9da3c74fab4e47636600fa408b7
2016-12-05convert EscapeType to scoped enumNoel Grandin
Change-Id: Ic688a9803772a7ce39d03374986118d85807c18c
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
Change-Id: I58a63a0e6f619442f21827064644ecd8ca57b8ff
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
Change-Id: I5c56634b1bca8e37fa73d02d2428645301b6c547
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
Change-Id: I50ea17c7779c7b5cacddf548f1773fd7d6c8bade
2016-12-05Fix a typoMike Kaganski
Cf. comment for #i2109 in commit 90b73c7b Change-Id: I74a606d0c5c6e1071e914b4565d825920c71d158 Reviewed-on: https://gerrit.libreoffice.org/31626 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2016-12-05tdf#91475 Fix column width during .xlsx exportBartosz Kosiorek
With commit 16726a1b37df8bdcae02b3c7699df814977222bd the new import algorithm was introduced. Unfortunately it looks like that some specific column width are improved, but for other widths it is worse. More information is available at: https://bugs.documentfoundation.org/show_bug.cgi?id=91475#c29 In this commit I added unit tests which prooves proper working of old algorithm and I have switched to old algorithm. Unit test which was done: 1. After resave .xlsx file, the column width values did not change 2. After export .ods to .xlsx displayed column width did not change 3. After save .xlsx to .ods displayed column width did not change This commit resolve column width after exporting to .xlsx, and correctly preserve column width for LibreOffice. Change-Id: I26d074b203d08a4bf4e9e31e52dbfd7ca7d3beb1 Reviewed-on: https://gerrit.libreoffice.org/27943 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-12-05drop unneeded dep on boost_headersDavid Tardon
Change-Id: I351badba30556ec06ebfa8a360cc58e89f206372
2016-12-05convert test helper library to dynamicDavid Tardon
Change-Id: I5992cc7ac9ffb3974fa49bb7feec4b0212032386
2016-12-05refactorDavid Tardon
Change-Id: I0cc034e7521de7911a9f5dfe8bc405971d175754