summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-24const as const canEike Rathke
Change-Id: I6826c2f12d601a91462af454b90272ea7a7e932f
2016-03-24sw: replace boost::noncopyable with C++11 deleteMichael Stahl
Change-Id: I67d8d06012ac8835d957c77b122c8f0cda84a712
2016-03-24xmlsecurity: fix Windows XP buildMiklos Vajna
xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx(511) : error C2065: ´CERT_SHA256_HASH_PROP_ID´ : undeclared identifier Change-Id: I644d6797d81a506ca9b91d83eead16503af93905 Reviewed-on: https://gerrit.libreoffice.org/23494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2016-03-24unit test for copying global names to sheet-local names, tdf#75372Eike Rathke
Change-Id: Ice179cfcbb81b6455648d67e6f8aec516f7c8576
2016-03-24Disable gdrive/OneDrive/Alfresco cloud based on whether they are compiled in.Jan Holesovsky
Change-Id: I81bde1f85489ede4b8c826389146ad0990d6abb6
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke
This during copying a sheet copies global names that from a copied formula cell reference the copied sheet and converts the copied global names to sheet-local names. References to the original sheet are updated to point to the new sheet. It works for names used in formula cells copied but needs enhancement to pick up nested names, i.e. names used in names that do not reference the sheet but the nested name does. Change-Id: I1aa16cb28c9f7b3581bec289435492c21e6fcd73
2016-03-24disable export notes pages when printing selectionDavid Tardon
Change-Id: I71d348ed3b6ed5d6bcd24f7932591bafc1ef569f
2016-03-24Remove german variable and use directlySamuel Mehrbrodt
Change-Id: Ia31bd59e3f5619338e3793a776f048309272cab2 Reviewed-on: https://gerrit.libreoffice.org/23489 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-03-24tdf#39271 allow to export only notes pagesDavid Tardon
Change-Id: Ia03062cf31b6bab8196dc317a7e8fbcfc86fadf0
2016-03-24Revert "disable the SW interpreter by default, tdf#98657"Jan Holesovsky
Now the root cause of tdf#98657 is fixed, hopefully we are good to enable the SW interpreter again... This reverts commit 70dad291a6baf1eff59b61f9d344c10018585dd4.
2016-03-24tdf#98657: Fix a corner case when NaN's were added to ScFullMatrix.Jan Holesovsky
Change-Id: Id3befb82c39f9caacc908d664d42365ce6996054
2016-03-24FREETYPE_CFLAGS is already set when using external freetypeKorrawit Pruegsanusak
When you're on Debian derivatives, using internal cairo but external (system's) freetype, the "ft2build.h" is in /usr/include/freetype2/, not /usr/include/, which is already in FREETYPE_CFLAGS since configure.ac Change-Id: I24c697776bd77d423ebeafd38315cb76cad28f9b Reviewed-on: https://gerrit.libreoffice.org/23334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe
Use corresponding static functions instead. Change-Id: I362744878d9c88de858cb957106c7a70a45122bb Reviewed-on: https://gerrit.libreoffice.org/23369 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-03-24starmath: Drop unnecessary check of loop invariantTakeshi Abe
Change-Id: I7f5f2b7e9fda1d788e8f92ffda619c46523a91d5 Reviewed-on: https://gerrit.libreoffice.org/23485 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-03-24starmath: nCount == aVector.size()Takeshi Abe
Change-Id: I9ea654292718ebd9f1769ca8accf4e39def7f959 Reviewed-on: https://gerrit.libreoffice.org/23460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-03-24don't sanitize value to an insane value, tdf#97863Markus Mohrhard
Change-Id: I0e4de6b676fb61536dadefc96a719cf50be128ed
2016-03-24genlang, gRun.sh produces the same files as old toolsjan iversen
The process of getting gRun.sh to produce the same files (same content is later), have identified a number of strange things: - many files with x-comment are not in en-US, but DE - some files have translations present in DE - many src/hrc files are not considered for translation Change-Id: If4fb9928353c181c3123421c5dd357304a8b4f0c
2016-03-24use FindRangeNameByIndexAndSheet()Eike Rathke
Change-Id: I94c0ba0d613e235c538cd7bdd3c36c98618fec42
2016-03-24tdf#97398: Toggle deck/panel visibility individually for each appKatarina Behrens
Change in visibility of a shared deck ('any, any, ...') or panel made in 1 app must not affect its visibility in the remaining apps Change-Id: I78472ce078409edec796ef649349df4bda62a709 Reviewed-on: https://gerrit.libreoffice.org/23432 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-03-24loplugin:constantparam in scNoel Grandin
Change-Id: I8608a6cb47972e9b838cc5ea431863348758ded0
2016-03-24loplugin:constantparam in sdNoel Grandin
Change-Id: I1a7f4cab28a70c45e5232e1c44f6ca6f7b014bff
2016-03-24tdf#97362: Convert Java unit test to Python(check_change_color.py)aqcoder
Change-Id: I0fa4973b6af028666428fa58438eaf39f7b81d27 Reviewed-on: https://gerrit.libreoffice.org/23482 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-24sw: nAnz -> nCountMiklos Vajna
Change-Id: If6e1fbf74dcdfde4a2406c1662bea71188635830
2016-03-24werror: loplugin:staticcallMarkus Mohrhard
Change-Id: Ifce20e96dc088b982307fc60ba185f5dddfc28cc Reviewed-on: https://gerrit.libreoffice.org/23481 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-24don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard
Change-Id: I8bcdc7a42c87d17fde1dc9c79bc361bb625f992b Reviewed-on: https://gerrit.libreoffice.org/23480 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-23Added Test for tdf#63553 copy/paste of cross referencesVarun Dhall
Change-Id: I9d50b170b228e270e60212cb10711fb537dae706 Reviewed-on: https://gerrit.libreoffice.org/22809 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-23sc - added fixed and variable array formula range perf testsMarco Cecchetti
Change-Id: If1efa2340e4ed8acca6fde08dcd422f4bd5fd531 Reviewed-on: https://gerrit.libreoffice.org/22721 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-23add test for new ScMatConcat codeMarkus Mohrhard
Change-Id: I084e08575e8efd27bebdd9ae9880322913789ba4 Reviewed-on: https://gerrit.libreoffice.org/23440 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-23better use mdds in matrix concat, tdf#88849Markus Mohrhard
Change-Id: I6155b86d0afbefafdf982962ffd0216334834379 Reviewed-on: https://gerrit.libreoffice.org/23425 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-23tdf#90834 Cleanup in-line version control history commentsMuhammet Kara
Turn in-line version control history comments into meaningful good comments: widorp.hxx txtfrm.cxx Change-Id: I51e0d772afbe4b4e81ca3771bfbe4c0fd6d5b69d Reviewed-on: https://gerrit.libreoffice.org/23431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-23tdf#94760 Better default values for graphics cacheAkshay Deep
Changed Total Graphic Cache Size to 64 Mb. Changed Object Cache Size to 12 Mb. Change-Id: I772b92f9412ccbf40c1df4e4182dcff6d634b7de Reviewed-on: https://gerrit.libreoffice.org/22967 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-23tdf#88453 sw layout: fix split of nested tables with large amount of rowsMiklos Vajna
This does not fix the original bugdoc, just the case described in comment 2. The bugdoc has an outer table of a single cell, and that cell has a nested table with a single column and many rows. When we split the table, we set the height of the last row frame to zero, then the height of the last but one, and so on, till the reduced table fits the page, then move the 0-height frames to the next page, and so on. All this recursively, to support nested tables. The problem is that 0-height is set only for the contents of the cell frames, but not for the cell or row frames themselves, so in case e.g. the default ~0.10cm inner margin of the cell frames, even a 0-height text frame results in a cell frame height of 111 twips. And this error can accumlate if there are enough rows, e.g. with the default fonts 123 rows are enough to trigger the situation when even a completely reduced table doesn't fit the first page frame, and the layout throws up its hands. Fix the problem by setting the height of the cell and row frames to 0 as well in case their content is 0-sized anyway (so a re-format will later restore their correct height). Change-Id: Iefbbb7bd6ef97a9a81929eb2599adb961e52fd38 Reviewed-on: https://gerrit.libreoffice.org/23476 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-03-23genlang, removed clang problemsjan iversen
The clang plugin does not not like for (<foo>;<foo>;<foo>) ; (most compilers do not complain, when using the ' ') Also a virtual destructor need "override" in the implementing class. Change-Id: Ib99702f11dbd24595935594ee97c136c8e604aff
2016-03-23vcl: idle timer update method currently unused.Michael Meeks
Change-Id: I4bc36592240dd3639e10e6b7c39400b5f52d932d Reviewed-on: https://gerrit.libreoffice.org/23471 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-23sw: -Werror=deprecated-declarationsMichael Stahl
Change-Id: If2f2f35ed2b7307d97b84b55083dae8c2f9b0f16
2016-03-23sc: sc_mark_test can just link to scqahelperMichael Stahl
Change-Id: I90a5ca71ab8e2306eae337493a30ff0a56d5394f
2016-03-23sw: replace boost::noncopyable with C++11 deleteMichael Stahl
Change-Id: I672b187c92ccb71a6c4b9bc5e1169970fb61aa7d
2016-03-23pyuno: add some debugging hintsMichael Stahl
Change-Id: Id01e689911de8bc4402803e130db99b1b7c5b365
2016-03-23no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier
removing the cache on each launch prevented opening files via intents (i.e. from your mail application) unless the viewer was already running, as it also deleted the temporary file that was created from the intent. Change-Id: I0a4d9432f475e8434902ae11fc2b0c35fd25a71f
2016-03-23loplugin:literaltoboolconversionStephan Bergmann
Change-Id: I25fe5df2b7dc6dd238f73b8a0f2f4f40a6f238ee
2016-03-23loplugin:cstylecastStephan Bergmann
Change-Id: If31f077ece1de7fed8b86c1730841b2eff9f27e1
2016-03-23loplugin:stringconstantStephan Bergmann
Change-Id: I82c0f91dcc20af28decd6d6eb7cf5f0f946f0987
2016-03-23loplugin:nullptrStephan Bergmann
Change-Id: I74cefa83771b932384f22831d1e9db0b5bcc92e9
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht
This change re-introduces linked images in HTML export but keeps embedded image export in mailmerge e-Mail function Change-Id: I9e956b590f4c675b5954e19e4d3948c36b55f1e6 Reviewed-on: https://gerrit.libreoffice.org/23359 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-03-23tdf#82641 Changes to currency drop-down listMohammed Abdul Azeem
Common codes have been shared in a static function. Now the list shows complete set of currency options. Change-Id: I17639b3123d2fd86c5a414df927ef5f07e37d845 Reviewed-on: https://gerrit.libreoffice.org/23444 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-23add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke
Change-Id: Ia4a8f0273bb30b696b3499e75fa70e5c1a0981f1
2016-03-23constantparam loplugin improvementsNoel Grandin
clean up the python code, filter out setter methods Change-Id: I8294dd305a30708cf0e81c5328935ec8f6cdc8d4 Reviewed-on: https://gerrit.libreoffice.org/23466 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-23tdf#92817 Fix for Error on Save with empty lock fileJaskaran
An empty lock file is of no use except that it doesn't allow you to save your file with that same name. An empty lock file doesn't have OOOUSERNAME and SYSUSERNAME. So in that case we could take ownership of our lock. bOwnLock = true makes it our own lock. Change-Id: I9490f87d69bcad3c09f6c98b4fb9318f53e1d4bd Reviewed-on: https://gerrit.libreoffice.org/23125 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-23trying to get a GL context after GL de-initialization - fixedMarco Cecchetti
Change-Id: I5f38f72b0e2c0204875d0dfbb759d6b13415560a Reviewed-on: https://gerrit.libreoffice.org/23434 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-03-23genlang, added prel. support for ui files.jan iversen
the gRun.sh script tries to manually build identical .pot files as the existing tools It was noticed that now .ui is converted but .hrc and many .src files are not. Change-Id: Ia15d415c4027e34668dab752b1fbc7d99663cfe8