- 19 Eyl, 2014 13 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I8b4e33ef6dd0c8e3af17fc358feab655e263de0f
-
Noel Grandin yazdı
Change-Id: I20e8cc7014c140b6e7996ac51fc2d4c8030e2264
-
Philipp Weissenbacher yazdı
Change-Id: I4a9b3b3e0d0fefb18808b0b045ffcf3531f4ea28 Reviewed-on: https://gerrit.libreoffice.org/11524Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Matúš Kukan yazdı
Change-Id: I2f21438a0ccc6bc096f3257c48e088c4114d9f45
-
Lionel Elie Mamane yazdı
Change-Id: Iacf99411c87947c47f1ecb1ff8236d6b533145bb
-
Lionel Elie Mamane yazdı
Change-Id: I47d0a1bb2a1fd275812fc2e647402f59bbf55442
-
Lionel Elie Mamane yazdı
Change-Id: I0e3478279d750ff0b044fa79b88e99bcae82beb9
-
Kohei Yoshida yazdı
Change-Id: Icd15ce57e6d4bb5384b7508d4d3ceb9cd1038f9a
-
Kohei Yoshida yazdı
Change-Id: If4bcee8d9d45b43f025ee0409070afdc53b9405a
-
Kohei Yoshida yazdı
Change-Id: I4e2f25cdb9aef851724073d32e96c76c3416de3c
-
Kohei Yoshida yazdı
Change-Id: I02701e70c064fe0378ff3bfc1c31365f7fba33cc
-
Kohei Yoshida yazdı
Also remove excessive static_cast for integer to integer assignments. Change-Id: I8cc65a4e5385ad6d62bb22b24fbe879efbbabdb6
-
Kohei Yoshida yazdı
Change-Id: I584f3096221ff8b72ffde7ba5bce4259da64a14d
-
- 18 Eyl, 2014 27 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I8aa839fbe621fed798a9d3a33975cbd202fba656
-
Tomaž Vajngerl yazdı
Change-Id: Idd5e604541577f6b812a971e585cee9b089d2b4b
-
Tomaž Vajngerl yazdı
Change-Id: Id38e40b3fdb46adeb19e6a1e106775391c5da455
-
Tomaž Vajngerl yazdı
Change-Id: I578ac9482f334765c71a66421a3fa2dfb85e22b3
-
Tomaž Vajngerl yazdı
Change-Id: I1b72af85a906aef289d1be086274941094df4f96
-
Tomaž Vajngerl yazdı
Change-Id: I70fe5f1ca6553e2b3282ad0f5c227c5c0bc31f86
-
Tomaž Vajngerl yazdı
Additionally remember the document dimensions, so there is no continuous call to "getDocumentWidth" and "getDocumentHeight" Change-Id: I269b47178a25da28de8df98d0bd45211fb64797d
-
Tomaž Vajngerl yazdı
Change-Id: Ia87f27395acdf35a50d37212106674e9f9f34c0d
-
Jacobo Aragunde Pérez yazdı
Change-Id: Iae63a8ec591df912938e74d67cb173f591c2a93d Reviewed-on: https://gerrit.libreoffice.org/11488Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Jacobo Aragunde Pérez yazdı
This commit merges the code of the document browser found in android/experimental/LibreOffice4Android into the new document viewer at LOAndroid3. All the source and resources is moved, and some duplicated files are removed. From now on the apk generated by LOAndroid3 will provide the document browser too. Slightly modified the build files of ExperimentalDesktop project because they depended on LibreOffice4Android being built. Change-Id: I0579afda7b570509ca4d3873c28a13fcbeeb5ab8 Reviewed-on: https://gerrit.libreoffice.org/11487Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Matúš Kukan yazdı
f8062812 replaced it with $(MAKE) Change-Id: Ibe13cb6d93489a15bcb8c43b113b125bfbe5820f
-
Kohei Yoshida yazdı
Change-Id: Ia4c413d313aafc1ba46d3d856145c0eb51a7d6ec
-
Kohei Yoshida yazdı
Change-Id: I4bc7c3ebdca14caa7d1c8edc2ad777a0e6dd5de2
-
Kohei Yoshida yazdı
Change-Id: I26e967e9d9fb361ad0d8988715d0d0fd47e478fe
-
Kohei Yoshida yazdı
When attempting to split formula groups, else multi_type_vector would try to locate a block outside its logical range. Change-Id: I424ede112138de459b5ba3bff5e021c4407ccf3d
-
Caolán McNamara yazdı
Change-Id: I1a3b360ac2f65b0ede1739363284666cd3662781
-
Matúš Kukan yazdı
Change-Id: If2e81662c9d83d14dccda13fa66e87898757ce96
-
Miklos Vajna yazdı
Change-Id: I0b53dabffe355c9070660a3d4048bd1624216399
-
Miklos Vajna yazdı
There were two problems here: 1) The CT_SdtContentCell handlers didn't emit the usual NS_ooxml::LN_CT_SdtBlock_sdtContent / NS_ooxml::LN_CT_SdtBlock_sdtEndContent tokens, so the dropdown control was not created (and then was created with the wrong anchor). 2) In case the SDT was around the cell, the newline character was also added to the text of the currently selected entry, resulting in an invalid argument of SwXText::convertToTable(), so no table was created. Change-Id: I4806626181f40c6d26ff7b25f5dbb863967d8077
-
Matúš Kukan yazdı
Fixed in 72703173 Unfortunately the test does not really ensure it works now :-/ but still probably better than nothing and can be fixed potentially. Change-Id: I563b46c62d256c58a63f36443a5431603169c3f6
-
Matúš Kukan yazdı
Regression from 3914a711 Change-Id: I0523d2b07dc33c74caa711cf7aae274c935f8eed
-
Matúš Kukan yazdı
Change-Id: I4562156858982857a17e8837106c4c946f175be7
-
Matúš Kukan yazdı
Change-Id: If6b2d39b487b5f673d5b6b2945a6e7d08777594e
-
Matúš Kukan yazdı
Since 3914a711 rGrfName is empty. It was added in 363f1c14 Change-Id: I4ec3b432399708db4acb6af1af69df4c0aaa181c
-
Stephan Bergmann yazdı
Change-Id: I1b923cba578b0acc2b9ce389c6c7d664fa00b268
-
Stephan Bergmann yazdı
Change-Id: I186024f8a95ada752115750419a54a6231967f57
-
Caolán McNamara yazdı
it means a slide in impress. commit 7b31e45e Date: Mon Jun 23 20:55:21 2014 +0100 Make Draw use paper size when printing - fdo#63905 Previously, Draw/Impress use the default size from the printer. Now Draw uses the paper size (specified in page formatting). Impress still uses the old method - not sure if this is correct but printing handouts etc probably complicate print/paper size. suggests the intent is for this to not affect Impress and to only affect Draw, so this does that Change-Id: I481a824ef244fd837992c893f6de0c051af0a26b
-