- 13 Mar, 2013 12 kayıt (commit)
-
-
Fridrich Štrba yazdı
Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb Reviewed-on: https://gerrit.libreoffice.org/2662Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Tor Lillqvist yazdı
No need to shout. The lack of documentation is obvious anyway to somebody looking for it. Change-Id: I4f21661c8bff87170bc4e272da29f060eec0dda6
-
Tor Lillqvist yazdı
I think the intent is to handle all the other values in that case, so just use a "default:" case then, instead of trying (and failing) to list all other enum values. This reverts commit 0451325a. Change-Id: Idda7f24c901364394be1859f2cd6598803799423
-
Tor Lillqvist yazdı
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
-
Chris yazdı
Change-Id: I7327cfe644cc7c948692dff66f416f85a4e4ae40 Reviewed-on: https://gerrit.libreoffice.org/2693Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Wang Lei yazdı
the semicolon will always be regarded as separator Patch by: Zhang Lu Review by: Wang Lei(cherry picked from commit 953b282d) Conflicts: svl/source/numbers/zformat.cxx Resolves: #i119943 Underline can not work with ";" in format code the semicolon will always be regarded as separator Patch by: Zhang Lu Review by: Wang Lei(cherry picked from commit 423e8bc4) Signed-off-by:
Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: svl/source/numbers/zformat.cxx Change-Id: I1112739fb27939a66d22f198ec9c3a34f383bd9c
-
Stephan Bergmann yazdı
966d20e3 "CMIS ucp: write documents back to CMIS server" had introduced changes to sfx2/source/doc/docfile.cxx in LO 3.6 that changed the exact commands that this code issued for UCP content nodes. The GIO UCP was not prepared to handle that, causing saving of documents via it to fail with rather obscure error messages: * For one, docfile.cxx started to call "getPropertyValues" to obtain the "Title" of a non-existent content. That lead to an InteractiveAugmentedIOException instead of silently returning a void value. * For another, docfile.cxx started to call "transfer" on a folder content whose URL did not have a trailing slash, so the code computed a wrong URL for the child element, resulting in various problems depending on context. Change-Id: I1a9c0c094f5320456940e3af4c802711828ab5ac
-
Steven Meyer yazdı
-
Tor Lillqvist yazdı
So just switch on the integer value instead. Whether the missing enumerations can occur here and whether not handling them causes a bug or not, I don't know. Change-Id: Ib96b855739e8a1e92f72a88c3f6f106d86989d23
-
Tor Lillqvist yazdı
The hex literal 0x00000001 is a 32-bit unsigned int on all our platforms. Here it is being cast to a pointer,resulting in 32 or 64 bits. Using exactly eight hex digits with leading zeroes gives the impression that the leading zeroes and the total number of hex digits would have some significance. Change-Id: I75904dc4261c195dfaaf45aa3de729994da6d8dc
-
Thomas Arnhold yazdı
Change-Id: Ib7aa2ffd351e85e76c84cd03c2a3b31c6b2c87ac
-
Oliver-Rainer Wittmann yazdı
#119952# - method <lcl_CalcAutoWidth(..)> - do not provide width of text frame inclusive margins, if text frame is in its formatting. Found by: Yan Ji Patch by: qiuhuaidong at gmail dot com Review by: Oliver-Rainer Wittmann
-
- 12 Mar, 2013 28 kayıt (commit)
-
-
Joren De Cuyper yazdı
The problem is that the nodes in the Footnote and Footer are stored before nodes of the document body in the internal structure. Therefore I wrote this patch to check if the compared comments are in the Footnote or Footer. We don't need to check our comment is placed in the header because it is already the most upper node of the whole document. Test document: https://bugs.freedesktop.org/attachment.cgi?id=76038 Special thanks to Cédric Bosdonnat and Miklos Vajna Change-Id: Ibcd0373110fde848dccf93ffe9100459c7cc64a5 Reviewed-on: https://gerrit.libreoffice.org/2572Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Radu Ioan yazdı
- replaced OSL_TRACE with SAL_INFO - replaced OSL_ENSURE with SAL_WARN_IF Change-Id: Ie30fbc9c720d8b93d6093e2c95f61dceea8aae2f Reviewed-on: https://gerrit.libreoffice.org/2651Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Chr. Rossmanith yazdı
Change-Id: I73334fca8429dc0ad4250ce638027fa52245dec4 Reviewed-on: https://gerrit.libreoffice.org/2676Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Matúš Kukan yazdı
Change-Id: Iddbfcacd17c1022293357ff5240ab7a52b1a390e Reviewed-on: https://gerrit.libreoffice.org/2677Reviewed-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
Fridrich Štrba yazdı
Change-Id: Idc22c05ff2425702fb7a5ab25b3413f967238569
-
Tor Lillqvist yazdı
Sure, it is not "clean" to write to $(SRCDIR)/instsetoo_native/$(INPATH)/bin, but as long as the push_nightlies.sh script looks in instsetoo_native for .apks, that is where they need to go. This partially reverts commit b89ea45e. Change-Id: If1a0e50516f20c7571566a2cfa7e6a4b1dad30e4
-
Zhe Wang yazdı
* subversion/main/editeng/inc/editeng/svxenum.hxx Define some numbering types supported by MS ppt * subversion/main/filter/source/msfilter/svdfppt.cxx Mapping added MS numbering types to Symphony numbering types * subversion/main/sd/source/filter/eppt/epptso.cxx Export added MS numbering types Patch by: Yin Bing <steve.yin.aoo@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Yin Bing <steve.yin.aoo@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com>(cherry picked from commit 39e9cae1) Signed-off-by:
Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: editeng/inc/editeng/svxenum.hxx sd/source/filter/eppt/epptso.cxx Change-Id: Ic8a9406fd1b58e5cec5c5adc28bf0190ccb87315
-
Caolán McNamara yazdı
Change-Id: I249c0cd072c51c07fddac730791468952a0757af
-
Caolán McNamara yazdı
Change-Id: Ia8ba54ec3a99e7d72a6c97fa4082f9e605b6575c
-
Caolán McNamara yazdı
Change-Id: I42151d1f406ad43fae3c720c5c2663789a23cf8e
-
Caolán McNamara yazdı
Change-Id: I56e29f20b4c4eaf73b98c1190040629ca36066e4
-
Caolán McNamara yazdı
Change-Id: Icc541fdcf854a2e8f660c3d8c03448c5e8cb46f7
-
Philipp Weissenbacher yazdı
Change-Id: I0b386fd0c7cb0382fa3a5187389369966365b1fb Reviewed-on: https://gerrit.libreoffice.org/2691Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Julien Nabet yazdı
Change-Id: I6bf9fc6e65de857d4d05df0c7be64dc6ec38dc07 Reviewed-on: https://gerrit.libreoffice.org/2686Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
elixir yazdı
Change-Id: I1a5f4acb22db42173f4489655f5e702c4cee7c1c Reviewed-on: https://gerrit.libreoffice.org/2675Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Chr. Rossmanith yazdı
Change-Id: Ia2cefe1649538d411ae858e21a3145ca01fff2ee Reviewed-on: https://gerrit.libreoffice.org/2690Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Chr. Rossmanith yazdı
Change-Id: I080f6671eaa923790fd41d4ed9f147c44c721442 Reviewed-on: https://gerrit.libreoffice.org/2688Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Julien Nabet yazdı
Change-Id: I04eba87de232958650c649c6ec18acb6b699b0ff Reviewed-on: https://gerrit.libreoffice.org/2689Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Xisco Fauli yazdı
Change-Id: Ia2d953166cac672fd9aa44e71d6486cb59df440e
-
Chr. Rossmanith yazdı
Change-Id: I7419a328012962b6b72d2596df034ff912fc12cd
-
Chr. Rossmanith yazdı
Change-Id: I41ea9fe6fcac6cba0e12cd570b9971998717f401
-
Chr. Rossmanith yazdı
Change-Id: Iba14ed093bcb97ac1f6996e62e6191cf09574bfd
-
Chr. Rossmanith yazdı
Change-Id: Id6f9a357431a636c5982964452a0f067e884da96
-
Michael Stahl yazdı
The reason is that dbaccess_unoapi dbaccess.ORowSet fails with: lib.StatusException: couldn't set up test environment at mod._dbaccess.ORowSet.createTestEnvironment(ORowSet.java:479) This reverts commit 36caac0e.
-
Michael Stahl yazdı
Change-Id: I00e90954f535d023b48a80d319563c43bd935d93
-
Kohei Yoshida yazdı
Change-Id: I5e4a4b80a0f83aefcd85cf5e76ccd52906d39f83
-
Urs Fässler yazdı
Change-Id: Id2603c4d3340a220708272b4b8f73e2a59f36f5b
-
Urs Fässler yazdı
Change-Id: I714b2d1ccdd5392a3ebc32788b203a8484c6cf0b
-