summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers
SIGDIGITS rounds a value to a determined number of significant digits. Change-Id: I5dbfb638bf17ca109f9a14b3588d6d6c103edfa4 Reviewed-on: https://gerrit.libreoffice.org/34148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-02-20tdf#105256 gtk findfocus return only if focusedJustin Luth
A patch related to tdf#96685 (commit 598e6a024163f1510d076000788b7745625f5ed5) caused the initial regression that Japanese-mozc would freeze(tdf#100903). That patch only modified what happened when the text was marked as focused. However, the regression fix for Japanese bug 100903 (commit 1c81af2c1814e8bd12701f85e09cebf5fe206647) was not placed inside of the "if focused" code, and so it applies to more situations than were broken by the first regression, thus causing new bug 105256. So, applying fix 100903 ONLY when focused solves both problems. Change-Id: I1d8381f2d8cf793d481287ae975ce8a485b6c573 Reviewed-on: https://gerrit.libreoffice.org/34453 Reviewed-by: Justin Luth <justin_luth@sil.org> Tested-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-02-20gbuild-to-ideNS: stop printing multi-target warning, againMiklos Vajna
This restores commit efed9a7585c7a2387f9c745910af071809342f46 (gbuild-to-ideNS: stop printing multi-target warning, 2017-02-10), reverted in commit 5382fdaf2d651a393a1caf2e09351c77cb84c753 (Reverted ide generator script., 2017-02-20), probably accidentally. Change-Id: Ibe2afcfe7a0b02dbdeadb6af5d6e677dd984ad0e
2017-02-20sd lok: use per view author in annotations reply tooPranav Kant
Change-Id: Ibc727b54ebfcbdd1c95b679a35ddc8878ceecbfd
2017-02-20sd lok: Don't rely on model notify eventsPranav Kant
Place comment notification triggers at the end of the annotation insertion/modification function to accomplish the desired behavior. See inline comment for details. Change-Id: I0cbd51feb455d497826d6a4534a8bbd817be7b31
2017-02-20Resolves: tdf#106105 duplicate marks not merged when they are at the startCaolán McNamara
i.e. initial mark isn't compared which goes on to crash under some circumstances regression from... commit aa11e7bae89fe691f914abb27d1c4a03d27a7ee5 Date: Tue Aug 14 16:31:53 2012 +0200 Convert maList in SdrMarkList from Container to std::vector Change-Id: Ib3e9b02aad91c14971656af171d48154507da127
2017-02-20no need for return at endCaolán McNamara
Change-Id: I3fb2cc8d5d1c8853dc35b176030fc5d3292e4756
2017-02-20Prefix membersKhaled Hosny
Change-Id: I9382badb64fc2ac37869286d0b3172b35ee50564 Reviewed-on: https://gerrit.libreoffice.org/34464 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2017-02-20Prefix membersKhaled Hosny
Change-Id: I342ac49877c928c52eb3001f5a7bab07588636fa Reviewed-on: https://gerrit.libreoffice.org/34463 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2017-02-20desktop: unit test to for sd ViewAnnotations commandPranav Kant
Change-Id: Ib830ff786f12d9edc791623dead74b3eeeabad71
2017-02-20sd lok: Unit tests for comments apiPranav Kant
Change-Id: I88a5cbc952a1ddc2f8ccd5f34b86bf797916171c
2017-02-20Use more appropriate function nameStephan Bergmann
...than what cf01aff0027f3254ec1f4519447086fc76cbba3b "remove operator>> and operator<< methods" had come up with Change-Id: I36979ffa630241a396f8a68d9e1fa1b1d169c70b
2017-02-20remove unused enumerators from SdrObjKindNoel Grandin
Change-Id: I7b02cb0557d55a7063f8985552bdda54657d803f Reviewed-on: https://gerrit.libreoffice.org/34472 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20Updated coreChristian Lohmaier
Project: translations 9f55d56ddd0b479429a4d75b596387ace58c2c3b update translations for 5.3.1 rc1 and force-fix errors using pocheck Change-Id: Ia3f9bd35c20e7738c4378ef0927d427da1ae4030
2017-02-20nBestDist should apparently be updatedStephan Bergmann
missing ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import" Change-Id: If3271b253fbd5c9deda5b0ab8b9e20af6ab2be1b
2017-02-20remove unused enumerators from PrinterCapTypeNoel Grandin
Change-Id: Id4f788dfae64e7a9bcde16af2db2ddeafaf6900e Reviewed-on: https://gerrit.libreoffice.org/34468 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20convert StringType to scoped enumNoel Grandin
and drop unused FormulaValue enumerator Change-Id: Ide6026b841db224947d7d559c110dfc7da3cd975 Reviewed-on: https://gerrit.libreoffice.org/34467 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20Revert "tdf#105566 Close Infobar after clicking action button"Samuel Mehrbrodt
This reverts commit 057990769325b2f3dd2f198a9bf76a0a85447bb7 as discussed with UX. Change-Id: I24c2a0efc0c866f895a00121f083eb526642650f Reviewed-on: https://gerrit.libreoffice.org/34473 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-02-20Disable failing tests of Chart2XShapeTestTamás Zolnai
Must be the same problem which makes failing some of the Chart2DumpTest' test cases. So disable it for now, until we find out what the root of this problem is. Change-Id: I02efffa1e33d264f62802cb43629cc0a13fd74f9
2017-02-20remove unused External from ConvErr enumNoel Grandin
Change-Id: I93d653d92466bfaa0bddc8ca5958e1328cf1d6cf Reviewed-on: https://gerrit.libreoffice.org/34466 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20convert XclFontItemType to scoped enumNoel Grandin
and drop unused EXC_FONTITEM_NOTE enumerator Change-Id: If38532e61a14ea009fc6156d4f158ff22e68935a Reviewed-on: https://gerrit.libreoffice.org/34465 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20right click to insert imageCaolán McNamara
this was originally added by... commit 67c3e2abf353c4893a4680f7a5b2d8c457ef18d1 Author: Caolán McNamara <caolanm@redhat.com> Date: Mon May 25 15:00:47 2015 +0100 impress: right click to insert image Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c then removed with... commit 7edfee8e4f81c17ec95a03843c509b95b8e404b2 Author: Yousuf Philips <philipz85@hotmail.com> Date: Fri Dec 11 18:53:15 2015 +0400 Rearrangement of various context menus in Impress Change-Id: I6674254898dc6d7351ec4450e2aa5ac3f177bdbf Reviewed-on: https://gerrit.libreoffice.org/20640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> but no particular indication as to why Change-Id: I8b0ec6c22732d347fc7d354dc5ee5e05b5a3ec79
2017-02-20Better make the zero-initialization more explicitStephan Bergmann
...if initializing these members is necessary at all; a bit hard to tell from the code. Change-Id: I521eecca119b4f5150bdb7a1a93f4638e0186210
2017-02-20vcl PDF filter: avoid copy&pasteMiklos Vajna
By using a single ifdef block for the disable-pdfium case and by adding PDFWriterImpl::BitmapEmit::getObject(). Change-Id: Ia21e16d469bc75e9b1a95342ed01caef3e91ccd9 Reviewed-on: https://gerrit.libreoffice.org/34462 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-02-20tdf#103224: Get the initial colour rightKatarina Behrens
Change-Id: I59309f5b433eb7aa92d05ce7d373d69cb413b258 Reviewed-on: https://gerrit.libreoffice.org/34383 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-02-20Probably better to set xEntry->nKey = XML_NAMESPACE_UNKNOWN hereStephan Bergmann
...to match the local var nKey, than to rely on xEntry->nKey being initialized to zero (which doesn't even match XML_NAMESPACE_UNKNOWN = USHRT_MAX) by new NameSpaceEntry() Change-Id: I415418b7a1446172a5dfb910df0ce747ebc0da04
2017-02-20move comment to class and comment individual entries separatelyCaolán McNamara
Change-Id: I2f678945fc5cac46acd6241d114e3cb21e972d26
2017-02-20remove unused Box from ConvolutionKernelType enumNoel Grandin
Change-Id: I9f8610bc9ed7d5c175c369973dc8906179ae042d Reviewed-on: https://gerrit.libreoffice.org/34456 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20update .src comment for stringarray conversionCaolán McNamara
Change-Id: Ib4518ea46acb37d97c9739ee11b6cf9777f99194
2017-02-20silence coverity#1202740 Bad bit shift operationCaolán McNamara
Change-Id: I88c38a1a7eae0d1e2011c40983490efef1ff6438
2017-02-20sd lok: Implement comment callback notificationsPranav Kant
Change-Id: Ibd3d2467a4bbac520987fa71a6d14994f58dd055 Reviewed-on: https://gerrit.libreoffice.org/34460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
2017-02-20sd lok: Support for replying to annotations by idPranav Kant
Change-Id: I9e6416b87300c20969669ee9592f0b560959e160 Reviewed-on: https://gerrit.libreoffice.org/34459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
2017-02-20sw: prefix members of SwBorderAttrAccessMiklos Vajna
Change-Id: Iff8bf7d5d2b5b50e21726429c8b836ae560400e1 Reviewed-on: https://gerrit.libreoffice.org/34458 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-02-20MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky
Change-Id: I38db92984daae40981f2d3f60c4efa38684d5328 Reviewed-on: https://gerrit.libreoffice.org/34382 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2017-02-20tdf#84323: Make osl::Condition::wait more readableFakabbir Amin
Improved readability of calls to osl::Condition::wait. Change-Id: I69fb9815561013f1eb9fd4a649e32902e09473c6 Reviewed-on: https://gerrit.libreoffice.org/34399 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20convert EncodedWordState to scoped enumNoel Grandin
and drop unused CHARSET enumerator Change-Id: I7edb25061a82922d6c058967ae381d15f6f5d21f Reviewed-on: https://gerrit.libreoffice.org/34457 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20remove unused ModalDialogue from WMWindowType enumNoel Grandin
Change-Id: I22269d6d1868b744f48274ff53ca46fa93ce9fc1 Reviewed-on: https://gerrit.libreoffice.org/34455 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-20lok: listen for DeleteAnnotation state changesPranav Kant
Change-Id: I2ea0d237cbbfd912b012ed400a328bfb6546cdfb
2017-02-20gtktiledviewer: Different reply uno command for impressPranav Kant
Change-Id: I9dcd32a7e64198ca4772f263ed89a458e298c53b
2017-02-20sd lok: Allow specifying text in the insert uno commandPranav Kant
Change-Id: Ia352f0ec073449422e7d0b1327bb85d9b04356c0
2017-02-20sd lok: Support deleting annotations by idPranav Kant
Change-Id: Id415fcbe8ad478c022bce23158699a17f031c1f9
2017-02-20gtktiledviewer: Id param is string nowPranav Kant
It was changed in ce96c5957c38384f8911d6307605c502eca0c644 Change-Id: I4cc1f90d85e31044306ab36eaeac9d4424d965c0
2017-02-20sd: Superfluous conditionPranav Kant
Change-Id: Ice8c5937e208880083b45d11aedcc3cb4a9f3c10
2017-02-20gtktiledviewer: Adjust for different delete uno cmd for impressPranav Kant
Change-Id: I7fa82096298a8a7c9f586a1d3c06aa5852e6842e
2017-02-20sd lok: Use IDs in ViewAnnotations outputPranav Kant
Change-Id: Ifb1f55ad5a1d21d63f9b37a83e3218c40dfa0b59
2017-02-20sd: Give ids to each annotationPranav Kant
We want to refer to these annotations using these IDs from LOK clients, for example, to delete or modify them via the LOK API. Change-Id: I8f516977ece098713bdbf63f15575ae2ded1d2d2
2017-02-20sd lok: Implement ViewAnnotations commandPranav Kant
Change-Id: I87dde393adc82dc59c08ec96d1fd79145de6f3c6
2017-02-20gtktiledviewer: enable comment sidebar for all doctypesPranav Kant
Impress was the only doctype remaining which didn't have comments api yet, but now it does Change-Id: I4e287301e879dff1c29c26880305505466ceaba4
2017-02-20sd lok: Disable comments if requiredPranav Kant
Change-Id: Ic321bb9d35f5db3d2fbeb9f183aaa48da23002f3
2017-02-20sd lok: use stored per view author namePranav Kant
Change-Id: I8b56a7d6aeb9d98d42cb1c07cd347d1171762b08