- 14 Ock, 2013 24 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I8fda443bb224a7a99b992611221a65e9869da8b9
-
Caolán McNamara yazdı
so remove the MAX and MIN options and simplify the whole lot Change-Id: Iaaf350c37e01f7fce434af760bcddb9b7d7135ea
-
Caolán McNamara yazdı
Change-Id: I247a52cf547da268e5aa6f7c9fef000c598b661b
-
Caolán McNamara yazdı
a) ImplCalcDigitLang that determines the digit language b) ImplInitDigitMode that just sets the outputdevice according to that lang c) and convertDigits that physically converts the digits in a string from one language to another then change the body of convertDigits to use GetLocalizedChar from vcl rather than its outdated copy of the method, which teachs editeng all the digit modes that were added since the method was originally copy and pasted. Change-Id: I2ef7d5d3396c106d4f8fd90142c9d9cf99064bee
-
The need for this is ooxml: we need to have a duplicate entry (rPr) like this: <p> <pPr> <rPr>...</rPr> </pPr> <r> <rPr>...</rPR> </r> </p> This patch allows to do that by setting aside a copy of the <rPr> line, and then merging the copy when needed. Change-Id: I3868a822aa9e5210f3d814c68398a38f95072cd5 Reviewed-on: https://gerrit.libreoffice.org/1648Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Change-Id: I179363e7d0acc3d6a1f95dcfe975275a9243e863 Reviewed-on: https://gerrit.libreoffice.org/1649Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
This reverts commit 60fa5057, which was a revert of 723f772d (fix for ooo#106749) with an alternative fix to avoid a regression (fdo#56513). This commit contain a fix for the sectPr issue, and does not regress on the 2 previously fixed issue. Change-Id: Ibc551b38d25554c59b7c4ac5a447a0d60323f53f Reviewed-on: https://gerrit.libreoffice.org/1647Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Miklos Vajna yazdı
Change-Id: I2a57cdea7e952c52f5ee93466a7b81da73b75a7c
-
Miklos Vajna yazdı
Change-Id: If4c9cb523c6ac357683522029769a82ba10667f1
-
Miklos Vajna yazdı
Change-Id: I5a219011952f37861b0688e17afca1b3b07fdc31
-
The missing argument could cause data loss due to ill-formatted document produced. Change-Id: I65dee7f42c633ae9602d454e2f03ebc821c9c0ab
-
Miklos Vajna yazdı
Change-Id: I229602e7783c76e7fc57b78a408f90c1f6a8cda5
-
Stephan Bergmann yazdı
...in the style of d6308705 "pywizards: get rid of ViewHandler" and 15560086 "fdo#59248: Remove remaining dangling view of ViewHandler.py," though the Python version of the Agenda wizard appers not be used yet, anyway. Change-Id: I993306d6ffa87d0938763706d41e12b2ffdf57e6
-
Stephan Bergmann yazdı
Change-Id: Ib31ebaf6a6117689737705921a7af558257e8cd1
-
Stephan Bergmann yazdı
...that had been left behind by d6308705 "pywizards: get rid of ViewHandler" and caused "from .LetterWizardDialogImpl import LetterWizardDialogImpl" in CallWizard.py to fail. Change-Id: I51dcb2812863f502bc06e3e3b07285f6c31714ca
-
Eilidh McAdam yazdı
Word has problems if the effect extent element is omitted. This gets the minimum required extent using the shadow position. Change-Id: I69d0d7a694c34f50289253e5cb7c4265198deaa8 Reviewed-on: https://gerrit.libreoffice.org/1655Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Michael Stahl yazdı
Apparently the login() method in Python 3.3 expects str arguments for user and password, since it calls encode on them, but for Python 2.6 the "encode" calls were explicitly added in the caller since login() does not encode itself; add an ugly version check for that. Change-Id: Iebfce44073a837e9cb845855ba448d5b6a2ebd11
-
Michael Stahl yazdı
This reverts commit 9dec0c79. Was nonsense because login method actually expects "str" arguments.
-
Matúš Kukan yazdı
Change-Id: If9d4640b59dd411734a581c66f9310d31ab9fbb7 Reviewed-on: https://gerrit.libreoffice.org/1632Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Andras Timar yazdı
Project: dictionaries 0f7aa36b2804a7934b4089e50f4225264c46c806
-
Stephan Bergmann yazdı
(Modelling .gitignore-per-directory instead of a single one in the root dir after exisiting config/.gitignore. No idea which approach is better.) Change-Id: I0ae90103ada4bfff48e90afcf3903bd3ba909314
-
Radu Ioan yazdı
- Clean up OSL_ - Clean up DBG_ - Clean up OUString Change-Id: I002d17ffbbd8371b0518ede34931b2eea30865a3 Reviewed-on: https://gerrit.libreoffice.org/1602Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Stephan Bergmann yazdı
...comparing enum aToken.eType with -1 Change-Id: Ied886e8e455e6deae762da78e366dc12e37a76cf
-
Stephan Bergmann yazdı
...comparing enum eOption with -1 Change-Id: I927b71d1e9988a39ffc1be585ab4bdecfd16b226
-
- 13 Ock, 2013 7 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
-
Caolán McNamara yazdı
Change-Id: Iced5ea01d08101173ede4d5676bcbd95084e3ea7
-
Julien Nabet yazdı
Change-Id: Ieb216aff08307ca684e11dbd7f59d1f7719ca274
-
Julien Nabet yazdı
Change-Id: Icaa3e130ebd4eb168a62a2b45cf8f7a222c0764e
-
Julien Nabet yazdı
Like this since 29/06/2001 (5ef2de61) Change-Id: Ic86d6ca473a8bdf8f4c6f216fb6dd20af4694911
-
Ivan Timofeev yazdı
Change-Id: Ibbdf8212e8336817eaacf5d125472804d7678905
-
Jean-Noël Rouvignac yazdı
Change-Id: Ibce0f8542aa398147d74f7acf53b2898dc3e4eff
-
- 12 Ock, 2013 9 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I95c932f94c4124ef40c67f7f270be05dfafd8f65
-
Caolán McNamara yazdı
Change-Id: I37fc7936357676dff135e85db17040324d2f3534
-
Caolán McNamara yazdı
Change-Id: Idccab2fcf985ede4f07897131e9cae3499030b0f
-
Caolán McNamara yazdı
Change-Id: I397a6e5c8585cbc37ec8f28ab6b05914976e163f
-
Eike Rathke yazdı
Commit 3deb83d7 correctly renamed ODF TDIST to LEGACY.TDIST but did not adapt the OOXML filter mapping. Change-Id: I107859722ac0e9f7ff9725f1d55080340973d86e
-
Eike Rathke yazdı
During loading an xlsx document in an --enable-dbgutil build OpCodeProviderImpl::OpCodeProviderImpl() spits out a warning "OpCodeProviderImpl::OpCodeProviderImpl - opcodes not initialized" OpCodeProviderImpl::initFuncOpCode() now gives a clue which. Change-Id: Ia0bc53ce5a590e6904c660cd725d907efa5a731d
-
Eike Rathke yazdı
Change-Id: I796e99f8893cb48fa2351f7799bb247a3488ce69
-
Tor Lillqvist yazdı
Change-Id: I7afe33dc6ec3ce8f8fa3abe73463ff5293920a41
-
Tor Lillqvist yazdı
Change-Id: I7bad1639488616db3823e25d6508e8e57f2212ef
-