- 19 Tem, 2016 19 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I6cd0d28dade01366b087aebff894b6f003d87b31
-
Stephan Bergmann yazdı
Change-Id: I1941c050a385e3a1020c5d2495471f5805c4c180
-
Stephan Bergmann yazdı
Change-Id: I2931871fc80f52b79d070961a3709117d0a8fd3a
-
Stephan Bergmann yazdı
Change-Id: I1b1bf615c5afcb6e14929fde456c6b734be65414
-
Juergen Funk yazdı
The CustomAction "SelectLangauge" overrides the ADDLOCAL-switch. When ADDLOCAL is set, skip the CustomAction "SelectLanguage" Change-Id: I716349a0645e2f8dd193103b35028e493ca8e3a1 Reviewed-on: https://gerrit.libreoffice.org/27230Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Miklos Vajna yazdı
This way a client can decide if the view cursor it gets is relevant (the views show the same part) or not. Change-Id: I7b274b28f0c4f0509df5071831acf50512eff640 Reviewed-on: https://gerrit.libreoffice.org/27311Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Zdeněk Crhonek yazdı
Change-Id: Ifbd959c29b2d18f3d5a5ea5125d240a8d07113d8 Reviewed-on: https://gerrit.libreoffice.org/27302Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: Ia907e907252d02d52d3e420a98b11391554a8327 Reviewed-on: https://gerrit.libreoffice.org/27300Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Miklos Vajna yazdı
The problem was that in case we used \loch, then \f only had an affect on ascii characters, not on every other character range. Change-Id: I30a851fe28131f18f5c429273a24c1424d2cec22 Reviewed-on: https://gerrit.libreoffice.org/27310Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Zdeněk Crhonek yazdı
Change-Id: I6026afd71f8ee7dbb25fc1ffac09a54f12c1be9a Reviewed-on: https://gerrit.libreoffice.org/27294Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I22fe0040e152430719cb197a15652e7886f30ac7 Reviewed-on: https://gerrit.libreoffice.org/27297Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Mike Kaganski yazdı
This patch adds support for Office URI Schemes (see https://msdn.microsoft.com/en-us/library/dn906146). This will enable browser (non-CMIS) integration of LibreOffice with MS SharePoint server (v.2013 tested). In this patch, in addition to ms-* schemes, a new scheme is introduced: vnd.libreoffice.command, which is analogous to ms-*. Its purpose is to enable flexible configuration of server and client, where some types of documents are declared as handled by LibreOffice, and other are handled by other software. E.g., ODTs may have "vnd.libreoffice.command" scheme, while DOCXs could be "ms-word". Client may register LibreOffice to handle both, or to handle only "vnd.libreoffice.command" scheme. Unit test included. TODO in a later patch: add a mechanism to register LibreOffice to the schemes with OS. Change-Id: I1c449a211102036f87163058a4c90a93eb32c948 Reviewed-on: https://gerrit.libreoffice.org/27094Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
Jochen Nitschke yazdı
flags are stored by ScTransferObj and ScDrawTransferObj in members nDragSourceFlags, implemented in the same way by both classes. set only in ScTabControl::DoDrag() and ScContentTree::DoDrag(). convert to typed_flags ScDragSrc and move flags closer to users, from sc/inc/scmod.hxx to sc/source/ui/inc/viewdata.hxx Change-Id: I15f58a5c828e154114971a1fcf941a3e27acbd56 Reviewed-on: https://gerrit.libreoffice.org/27303Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jochen Nitschke yazdı
this code does not work any more getFilterType() was removed along with meFilterType in commit c4cb8350 Change-Id: I992a061d4eb6a1349377e6fc35f966999fb57ead Reviewed-on: https://gerrit.libreoffice.org/27244Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jochen Nitschke yazdı
only value ever set is FilterType::FILTER_OOXML. main user is FunctionProviderImpl ctor, thus used BiffType is always BIFF8, nMaxParam = OOX_MAX_PARAMCOUNT and bCallerKnowsAboutMacroExport is always true. so remove these parameters and the FilterType enum. a follow up should check uses of FUNCFLAG_BIFFEXPORTONLY and FUNCFLAG_BIFFIMPORTONLY as for such functions isSupported() returns always false Change-Id: I0d2941ba10642a86bad36d57b64a2c71517069ab Reviewed-on: https://gerrit.libreoffice.org/27237Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
to ignore ImplicitCastExpr when calling superclass method Change-Id: I76a3068446acfee85aa1baeb216e57f63c7099c1 Reviewed-on: https://gerrit.libreoffice.org/27279Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jochen Nitschke yazdı
commit 2cb7d3c1 revealed DifOptions is always set to DifOptions::Excel, so DifParser.bPlain is never true. remove import with plain number formatter and DifOptions enum Change-Id: I8e214f3fff8ecfc7e03622dd1fe3fb53c2fb1e25 Reviewed-on: https://gerrit.libreoffice.org/27277Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Eike Rathke yazdı
This reverts commit 6610ad9a. It simply doesn't work, the dialog ends up being modal because bRefInputMode is always false. Calling SyncFocusState() in ctor doesn't help because pEdFilterArea->HasFocus() returns false even if we just called pEdFilterArea->GrabFocus() ... why? Also manipulating things with pRefInputEdit = pEdFilterArea; bRefInputMode = true; doesn't help. This is odd.. Conflicts: sc/source/ui/dbgui/sfiltdlg.cxx Change-Id: I90fc8cd99a2ab91dd581acfc51d7ca5eea8e1f61
-
Eike Rathke yazdı
This reverts commit db279db1. It does not solve the problem but prevents revert of 6610ad9a. Change-Id: I8ae22ee9af57bccb9812a7c40802cf19782bedd3
-
- 18 Tem, 2016 21 kayıt (commit)
-
-
Zdeněk Crhonek yazdı
Change-Id: I17f057ad9ceee46ba1f3c6a22262d03ed188e8b0 Reviewed-on: https://gerrit.libreoffice.org/27296Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Caolán McNamara yazdı
Change-Id: Ib7d303bc18aebaa562bb380a8f3ab7d9fddcbca9
-
Marco A. G. Pinto yazdı
Change-Id: Ia7f6f6be6e008cce2e997df9f2b94f7acc849a83
-
Caolán McNamara yazdı
Change-Id: I6d9aed05a76311a13470c9072543609f5a87501d
-
Caolán McNamara yazdı
Change-Id: Ic9ae043fcd9c517973d5fcf7eeff7a77c1d66664
-
Caolán McNamara yazdı
Change-Id: I11ab52b8c6600d5d479ac3d4d2cd78d1957d8676
-
Caolán McNamara yazdı
regression since commit 22864b44 Date: Fri Jun 24 12:57:04 2016 +0200 loplugin:singlevalfields in dbaccess Change-Id: Ie00bb7a8c2bc268dac876ff21657c987406dac7d
-
Caolán McNamara yazdı
Change-Id: I084d840b9fa078ebea3ff1471d8c8bc88171abc7
-
Takeshi Abe yazdı
Change-Id: I99c3be904e9ee2ad8f76d09d1d8998a6898fb81e Reviewed-on: https://gerrit.libreoffice.org/27283Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Markus Mohrhard yazdı
Found through http://crashreport.libreoffice.org/stats/crash_details/6ba2edbd-d268-4074-8b87-590a5694cc26 Change-Id: Ic95d472fd117c2d286fabb775ef49e287a2874fa
-
Stephan Bergmann yazdı
Change-Id: I1a79d34dd25073de46bda47af1789fd7e69fe648
-
Aron Budea yazdı
Project: dictionaries c875ba1abbe81955d5510aef909a62c01d4515de tdf#97393, tdf#100019: updated EN (CA, GB, US, ZA) dictionaries Update is based on Marco A. G. Pinto's 2016.07.01 release of English Dictionaries extension. Includes 2016.06.26 release of CA/US dictionaries by Kevin Atkinson. Version in description.xml bumped to 2016.07.01. Change-Id: I7b3416286abf9aa3d987bed28c9efdc3e7cbf1a6 Reviewed-on: https://gerrit.libreoffice.org/27273Reviewed-by:
Marco A.G.Pinto <marcoagpinto@mail.telepac.pt> Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Miklos Vajna yazdı
Change-Id: I3231605c0468462a36d75318d0070e5e3c36f4d6 Reviewed-on: https://gerrit.libreoffice.org/27276Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Takeshi Abe yazdı
by simple SearchAlgorithms2's ABSOLUTE(=1), rather than using SearchAlgorithms' REGEXP(=1). BTW avoid RowDirection because it is for Calc only. Change-Id: I50ab460110ed43befb3e378e94f4fda0f2777f4d Reviewed-on: https://gerrit.libreoffice.org/27250Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I29fecc5e0efb3b3d907f0c6505d42818fa464ffc
-
Stephan Bergmann yazdı
Change-Id: I41555c0a2b35ad950797f65e02ed1ee060c4bf0a
-
Szymon Kłos yazdı
Change-Id: Ia00f64c1cb5d990e852cc297b6b7bd76df4b1b05 Reviewed-on: https://gerrit.libreoffice.org/27191Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Szymon Kłos yazdı
+ added dropdown for hidden content Change-Id: I86c9277d91b18fbe9e8505ccf170196fdb28638f Reviewed-on: https://gerrit.libreoffice.org/27241Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Caolán McNamara yazdı
Change-Id: I90d6826e4544fd39120982f80d41e237a5edbab6
-
Caolán McNamara yazdı
regression from... commit 98747742 Author: Noel Grandin <noel@peralex.com> Date: Fri Jun 24 13:12:25 2016 +0200 loplugin:singlevalfields in cui which cut too deep Change-Id: I0e42eed48196c9e037ba343eea93c2c854c0991c
-
Caolán McNamara yazdı
Change-Id: I82a4c8f2e36153b0bc59571ce39956637e278fcb
-