- 13 May, 2014 40 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I500645d655fc7e7c850b09e47bece26e74197eb7 Reviewed-on: https://gerrit.libreoffice.org/9344Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org>
-
Matúš Kukan yazdı
Change-Id: I6801745e25d31e951ed9d0dcf1e2d93aa55905e4
-
David Tardon yazdı
Change-Id: I4b31729481b7fd538483db5b6e39e1d80e03b3b6
-
Matúš Kukan yazdı
Change-Id: Idb70da1db2516eeb6d518b39eb732a7e7d0a14ab
-
Zolnai Tamás yazdı
Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb
-
Zolnai Tamás yazdı
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
-
Miklos Vajna yazdı
This is just the tokenizer part, though all the heavy-lifing in model.xml should be now done. Change-Id: I42a13637a29411d4ee8925d7f06336584d69f25a
-
Matúš Kukan yazdı
Change-Id: Ie6c546ee085b20bd3eb39cdfb7b38394c0a35b67
-
Eike Rathke yazdı
Change-Id: Iaa1ddc931b71fcdf08d571c7e3573a936d378709
-
Caolán McNamara yazdı
Change-Id: Id537486dcaf0d3c6ab850a9fb50cef3d995ad51f
-
Caolán McNamara yazdı
Project: help 43d91a4743d30b2e4c194d991c865b7c4be7616c
-
Stephan Bergmann yazdı
For one, that is consistent with how ensuredir (in the same .cxx) has always worked, and for another saves us from trouble with umask, cf. 034d4c11 "Related fdo#60338: Setting umask for osl::Directory::open is useless." Change-Id: Ic3fb5bb29ca3031d257067a514cb9f5bccfbfe4f
-
Stephan Bergmann yazdı
Maybe 39c58e41 "INTEGRATION: CWS olefix: #i46469# use correct umask on unix" had intended to put it around the osl::Directory::create call instead, but given the trouble of calling umask(3) in a MT program at all, it is probably better to keep creating any missing directories with the user's original umask anyway. Change-Id: Idfddfdab05373a3c395daba635fddcc054f3f215
-
Jean-Pierre Ledure yazdı
Access2Base library can be run to access a database defined in any form stored in any AOO/LibO document. Now CurrentDb method may be associated with a form object, not only with the root class.The OpenDatabase method allows any AOO/LibO document to get access to tables stored in any database. RunSQL, OpenSQL, database functions have been extended to be run from a database object, not only as a command. The CopyObject (new) action copies query definitions and/or table definitions and data. Creation of table and fields without SQL with the CreateTableDef, CreateField and Append methods. The Description property of a TableDef is writable. New GetHiddenAttribute and SetHiddenAttribute actions hide or show any AOO/LibO or Base object. SelectObject scope has been extended accordingly. Addition of the SelStart, SelLength and SelText properties for text controls. Change-Id: I163f3bcb0f63dc346e1bd23729356ebe556c6592 Reviewed-on: https://gerrit.libreoffice.org/9303Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Stephan Bergmann yazdı
Change-Id: Ia83cbe4c9352eb2a2cf317dd1fc5771ddc12c993
-
Chris Sherlock yazdı
Change-Id: Iaaabbe2002b14540bdf4a51269909b44bf5d8880
-
Chris Sherlock yazdı
Change-Id: I96eabf2507f2d365d589a436a30087adb9738f90
-
Tor Lillqvist yazdı
If it wasn't for the desperate need to minimize code size for LO-based iOS apps, I definitely wouldn't use -Oz in gb_COMPILERDEFAULTOPTFLAGS (in solenv/gbuild/platform/IOS_ARM_GCC.mk). Change-Id: Icb231b5f30b32afe1c0f3b43e5744bf0e41e96df
-
Thomas Arnhold yazdı
This time without memory leak. Change-Id: If4474004124b7497b8451030a13db36887ead737
-
Thomas Arnhold yazdı
This reverts commit 375b01bf.
-
Stephan Bergmann yazdı
...for easier future maintenance Change-Id: I501076882daa7f36f414f9fa62f790eb85ac3259
-
Stephan Bergmann yazdı
...and it is unclear what this call was supposed to help for; if a user deliberately sets its umask too strong, then better live with the consequences than to silently "fix" it. Change-Id: I0d84a7d1bd6f007794a65e1f7cc4ea09ebd9d4af
-
Stephan Bergmann yazdı
(as dnssd_clientstub.c is only used on Windows), should we ever want to use it. Change-Id: I5d9082ae69c505e4d60bbe8e60fdeaaf963a4614
-
Eike Rathke yazdı
... I'm about to use. Change-Id: I4f665e14d0d2161085760a6b31f642e0a8a8345b
-
Eike Rathke yazdı
This reverts commit d812b784. I added that code in preparation of changes I'm doing.
-
Noel Grandin yazdı
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
-
Noel Grandin yazdı
Change-Id: Ifda459ea8863d923b211ca3022355b5941a74bfe
-
Noel Grandin yazdı
which seems to be dead since the IA2 integration Change-Id: I3a6c70f27ef0cb2ac23776ad00394a73a99bb7e8
-
Noel Grandin yazdı
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
-
Matúš Kukan yazdı
Change-Id: Iefcae15eb9f456cde933d49e1c118185883cd27c
-
Stephan Bergmann yazdı
Change-Id: Ie515201e44ad58faf623a04981e891c0b3f4a19d
-
Matúš Kukan yazdı
Change-Id: I0d6537da5d605a011bd9b4491c472b0b58fcd668
-
Stephan Bergmann yazdı
This reverts commit 5f5a981d. Coverity warning about mkstemp without umask appears to be bogus (cf. <https://communities.coverity.com/message/6516> "Why are uses of mkstemp 'without securely setting umask first' being flagged?) and calling umask is not MT-safe, see fdo#60338 "FILESAVE: Saved files have incorrect permissions on linux."
-
Stephan Bergmann yazdı
This reverts commit 9ab99483. Coverity warning about mkstemp without umask appears to be bogus (cf. <https://communities.coverity.com/message/6516> "Why are uses of mkstemp 'without securely setting umask first' being flagged?) and calling umask is not MT-safe, see fdo#60338 "FILESAVE: Saved files have incorrect permissions on linux."
-
Stephan Bergmann yazdı
Change-Id: I14e4d08f209e3d6a444d6c09f9ffb9c178d8731d
-
Jacobo Aragunde Pérez yazdı
Change-Id: I5113bc581a8ac98b97c6598a5355e050c7ad7860
-
Jacobo Aragunde Pérez yazdı
Shapes 3D effects can specify colors for extrusion and contours like in the following example: <a:sp3d extrusionH="25400" prstMaterial="metal"> <a:extrusionClr> <a:schemeClr val="accent5"> <a:lumMod val="40000"/> <a:lumOff val="60000"/> </a:schemeClr> </a:extrusionClr> <a:contourClr> <a:srgbClr val="3333FF"/> </a:contourClr> </a:sp3d> Colors can be theme-defined or set in RGB and can contain transformations. This patch preserves all the color information using the shape grab bag and modifies an existing unit test to add this check. Change-Id: Ida168affd4ca2135d0bd8f97135dc1cd1e74165a
-
Jacobo Aragunde Pérez yazdı
Shapes 3D effects can specify a material like in the following example: <a:sp3d prstMaterial="metal" z="488950" /> This patch preserves the prstMaterial attribute in the sp3d tag using the shape grab bag and modifies an existing unit test to add this check. Change-Id: I7be2dbbcc7e599d5f0fb8fa53ec1d180c18d8ebd
-
Miklos Vajna yazdı
Because rel ids are used not only for graphics. Change-Id: I9d0fd7196a1b8e0494d850197cb50fc8098eff82
-
Ravindra Vidhate yazdı
It is not creating .rels file for Header3.xml. While the Header3.xml contains the images. Change-Id: I3d1eb187eaf23fc05783fbfd3576d9a585de791f Reviewed-on: https://gerrit.libreoffice.org/9286Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-