- 04 Haz, 2014 40 kayıt (commit)
-
-
Noel Grandin yazdı
convert places using compareToAscii that should be using equalsAscii Change-Id: I97b4da7f6e867c3967b2f65b70d6886f83b4a4e5
-
Stephan Bergmann yazdı
Change-Id: I22b313a895057edebc8bee715813de908826763a
-
Stephan Bergmann yazdı
Change-Id: Ifd921efa971f7a9a5c47f42c5d56a3deb1c3a0b3
-
Laurent Balland-Poirier yazdı
Unzip Mytexts.bau and add files to project Add empty mimetype file Change-Id: Icc8099bcc4fe51e12b5314a4f25fcaf5f2e0938b Reviewed-on: https://gerrit.libreoffice.org/9639Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Thomas Arnhold yazdı
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
-
Stephan Bergmann yazdı
<vmiklos> sberg: the comment says that it was 2, so unless you're interested in debugging it, i would just lower the barrier (423 -> 369) Change-Id: I0269eab4eee594c4d7aad1c710ed389443208bc4
-
Laurent Balland-Poirier yazdı
Move all files concerning AutoCorrection from extras/source/autotext/lang/{lang}/acor to extras/source/autocorr/lang/{lang} Update CustomTarget_autocorr.mk and Package_autocorr.mk Add missing mimetype files (hr, ja, ko, zh-CN and zh-TW) Change-Id: Ic33575d0ce9df294e8a809f7e1605238aaa55ec3 Reviewed-on: https://gerrit.libreoffice.org/9599Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ie871fa9378bbb34eacd3205f9485a6f89f833674
-
Michael Meeks yazdı
Change-Id: Id3811dbe0cf2510ef6a851804b3886c14eca01b6
-
Michael Meeks yazdı
Change-Id: I7537f6d22780bace6ab6da06e087a3d27da8de05
-
Caolán McNamara yazdı
Change-Id: Ie3ac1e9960afa71e5cf221bb67b8b8ccb609dc38
-
Caolán McNamara yazdı
Change-Id: Id123422e23f93b1c0062cac190fcf93a253cb629
-
Caolán McNamara yazdı
Change-Id: Ic4bb1603894ce7ff1b72e1290501d6cd17e6d762
-
Caolán McNamara yazdı
Change-Id: If6767fdc7a3e462cbd88dcc879857676037e80ef
-
Caolán McNamara yazdı
Change-Id: Icb36e8e72c6d99e9a72d360382855f325886f99b
-
Caolán McNamara yazdı
Change-Id: I9e34e14d1266310458bb491259e4bf9880e8a19f
-
Caolán McNamara yazdı
Change-Id: I4bef14453d076f11066a695bc4a948cea5cfd40b
-
Caolán McNamara yazdı
Change-Id: I9ac3ffbecf8c9efc0b69ad4606c61dbf8fa5a0e9
-
Laurent Balland-Poirier yazdı
Display a different string in case of 1 character for minimum length Change-Id: Iba2fbbb7d4101718def7c79ce5354debf5d97041 Reviewed-on: https://gerrit.libreoffice.org/9631Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: If3d2dbe70fc3448ca6ab8ef8af62f5b571888c86
-
Caolán McNamara yazdı
thanks to sk94 for noticing this when trying to convert this to .ui Change-Id: If7130d53acb7c194cf0a9a4301f3573789888b86
-
Stephan Bergmann yazdı
Change-Id: Id8968a7746815ecce79b6eb1ce971b74e770efa4
-
Miklos Vajna yazdı
Change-Id: I521462315ebe8b69b65e05df98042e7a33d60dbb
-
PriyankaGaikwad yazdı
- There is pagebreak in file and footer has nested table. - While exporting LO write section break instead of PAGE_BREAK. - Due to this it was writing two sections in file and same footer for both sections. - This was causing wrong table depth values due to this it was crashing while writing table. - So in MSWordExportBase::OutputSectionBreaks if next node has RES_BREAK(page break) then bNewPageDesc value should be false. Change-Id: I2ccc4e48a26253716253a7280a244f06e172770a Reviewed-on: https://gerrit.libreoffice.org/9568Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I803fb17e29f5548897751a212565e8e60f8f8bf5
-
Stephan Bergmann yazdı
Change-Id: Ic8d7c13602c8831e411181c802eb825124578b19
-
Stephan Bergmann yazdı
This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
-
Stephan Bergmann yazdı
Change-Id: I4c3030e5a205bd102d0427e74d2fe3b828ff5ae6
-
Stephan Bergmann yazdı
Change-Id: Idc671a4af5474443130afed2dd6f0728c1504319
-
Stephan Bergmann yazdı
Change-Id: I7e619daf8743d3471ece72d81f6cf1bb61741646
-
Thomas Arnhold yazdı
Change-Id: Ib5aa5f401eabedfdaebea1dea8f48f284dbccdd5
-
Thomas Arnhold yazdı
Change-Id: I8afe523cfe1be28bc5427c5e5852bea0be2aaea3
-
Thomas Arnhold yazdı
Change-Id: Ib8b71b50fe52a7cc4e261626549ac3e067851797
-
Thomas Arnhold yazdı
Change-Id: I2a468e40489797e33935b79a27459ab408558124
-
Thomas Arnhold yazdı
Change-Id: I52b091402ec23f9c5eb87ae2212cc5b4986c6435
-
Markus Mohrhard yazdı
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
-
Markus Mohrhard yazdı
Change-Id: Ie4609df2ae19c92d844c0f0ecf7c67d23c8baeba
-
Markus Mohrhard yazdı
Change-Id: Ibe29f47ad478cc88d299f567fa36e73daf857ec2
-
Markus Mohrhard yazdı
Change-Id: Iae0f6b9818f84a92c46b24f90d3051c7b6a45d94
-
Markus Mohrhard yazdı
Change-Id: Iff12a4106369114eb785c0ce242c0e296a877495
-