- 13 May, 2014 40 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ibe0a1006aba2b6cbd87c0bd6ca3acbf9ba7b0fbe
-
Caolán McNamara yazdı
Change-Id: I1a0bcf7548699845752ac3cf49232655c2fb4fc0
-
Caolán McNamara yazdı
and a gadzillion more refactor to avoid slicing catch and rethrow Change-Id: I5c05d1c151b81ff481eff8cd7544db9838143c71
-
Miklos Vajna yazdı
Change-Id: I9e9ac03a6e9eafc1aee787a95368a4b397d7375f
-
Miklos Vajna yazdı
Change-Id: I97ae71335fb3a2658ca1c4a48c9092cdb4ee3733
-
Miklos Vajna yazdı
Change-Id: I28497670242a98fba0f5f507a6f634a6fe59c20e
-
Thomas Arnhold yazdı
Dead since initial import. Change-Id: Ia9193aa2b90e9ea0e6960605d21a3c34468fc0f7 Reviewed-on: https://gerrit.libreoffice.org/9301Tested-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org>
-
Noel Grandin yazdı
this is a continuation of the above bug, removing SAL_INFO's that only mark function entry. Change-Id: Idb0f72481415594e3f8b7a11ad6e4b8835f6fca0 Reviewed-on: https://gerrit.libreoffice.org/9343Tested-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org>
-
Kohei Yoshida yazdı
Shared formula import code depends on this. Change-Id: Iecb009252c56673df33e0d681de825911154903a
-
Kohei Yoshida yazdı
Change-Id: I77fee109adf1c0decc6eb96cf2292f89fde1aceb
-
Matúš Kukan yazdı
Change-Id: Ifd544db272652e1e9c45093291ab7f8ae3dd53a0
-
Matúš Kukan yazdı
Change-Id: I7457e47866bd327cfc32a0b2d43ebd04c3c68dbc
-
Stephan Bergmann yazdı
Change-Id: I4dbb917a6d9343f797859a2f24fa1d92b26a51eb
-
Stephan Bergmann yazdı
...introduced with 2d8c990f "INTEGRATION: CWS reportdesign01: #i79214# new method to allow to start not with zero." Change-Id: Id141b2913ceb47c0c54f4449bdcdf5130c6f355b
-
Stephan Bergmann yazdı
Change-Id: I8f14cd351c17abaa9d48144cdf8325afc250787b
-
Stephan Bergmann yazdı
Change-Id: Ide12ea21104af678dc541ed0e83970e7a2f5e694
-
Kohei Yoshida yazdı
Change-Id: I7fd62153c7267a3d606b86d74bebecf6b8d75250
-
Kohei Yoshida yazdı
Also discovered that when the "precision as shown" option is set, the validity list would only show the first item from the list. Turn that option on in the test. Change-Id: I9aaeeb3358709d965f51e406668c72cb94541cdb
-
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
-