Age | Commit message (Collapse) | Author |
|
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a
Reviewed-on: https://gerrit.libreoffice.org/2347
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I75e8d897bc06806008c9b6e62b4741769f437dec
|
|
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
|
|
Change-Id: Id22ba6632f273159838923bf26420d27dd8a89d3
|
|
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
|
|
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
|
|
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c
Reviewed-on: https://gerrit.libreoffice.org/2374
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
|
|
Change-Id: I133423de994b1befe246b6c921802428a3528202
|
|
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
|
|
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
|
|
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
|
|
Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9
|
|
Change-Id: I65b4ea5bb8beacef79e963e4dd78fa764f3ab697
|
|
Change-Id: Ie5942c13c8f64063ca9d45e25ff7efbf5c3b3d16
|
|
Change-Id: I4bcef6a58915226ec80d7546b4bc5d60abdaeeaf
|
|
...at least via KDriver.cxx -> tools/diagnose_ex.h -> boost/noncopyable.hpp
(kab1) and KStatement.cxx -> KStatement.hxx -> connectivity/sqliterator.hxx ->
boost/shared_ptr.hpp (kabdrv1). Becomes evident when building
--with-system-boost --with-boost=... on a machine with no system-wide Boost
installation. Not sure solving those problems this way is the best approach,
though.
Change-Id: Ida72362596aaac076efc4e1faab41fa47013975f
|
|
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING
Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f
Reviewed-on: https://gerrit.libreoffice.org/1954
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I213bb62c2a9318d98f0736cc23431dca3dfd4708
|
|
Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341
|
|
Change-Id: Ic5de8ad2cf9ef1143b1a5468e5fc5c9974aca5ec
Reviewed-on: https://gerrit.libreoffice.org/2021
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I0e9839e4ed02626eca17449b8d2f489ab50d39de
|
|
Change-Id: I28ee4c77935f81f41fb564fcd0c19a5d02a1aa10
|
|
because we identified the addressbook by their user name continue to do that for evo >= 3.6
even though that's got a better uid we could use. This way we can reuse the automatic
mapping of fields in writer (search for Personal in officecfg) for mail merge
Change-Id: I42e1d7aac9dd9640f0bb38e9224a393ac81481a1
|
|
Change-Id: Ieffe1a374f3f94991ca63b6ccfbfb7bdc43255d6
|
|
Change-Id: I04d2a4d7d1520567dd0eb929ffb5d9fa53d35dd4
|
|
Change-Id: I79db3d1b611315aab8a6c3a28d259a589dfa41d7
|
|
Also switch BOOLEAN constructor from sal_Bool to bool.
old/new signed/unsigned storage situation:
-------------------------------------------------------
SQL type | signed | unsigned old | unsigned new
-------------------------------------------------------
TINYINT | sal_Int8 | sal_Int16 | sal_uInt8
SMALLINT | sal_Int16 | sal_Int32 | sal_uInt16
INTEGER | sal_Int32 | sal_Int64 | sal_uInt32
BIGINT | sal_Int64 | pValue (String*) | sal_uInt64
-------------------------------------------------------
When sticking an UNSIGNED TINYINT into an Any,
silently promote it to UNSIGNED SMALLINT (that is sal_uInt16),
else Any would take it as a sal_Bool and normalise to
sal_True (1) or sal_False (0).
When constructing an ORowSetValue from a sal_Bool,
silently keep it as an unsigned 8 bit integer
(that is understand it as a sal_uInt8).
This will work in most cases,
since when asked back for a bool or sal_Bool,
we'll give back the right value.
Only code looking at the type tag could possibly
make a "wrong" decision.
The main (hopefully only?) path
through which this would happen is
through an implementation of
XParameters::setBoolean
XRowUpdate::updateBoolean
that would use its sal_Bool argument
to construct an ORowSetValue.
So make sure each implementation
constructs a proper BOOLEAN so as not to get confused.
For authorship/copyright purposes, this patch is a cooperation between
Lionel Elie Mamane <lionel@mamane.lu>
and
David Ostrovsky <david@ostrovsky.org>
Change-Id: I3f1f08716127147f077bff4edb6ec558b1b09e09
|
|
Change-Id: Ic0ee933fbee7368f0af2573ea33a5ce33f4043c4
|
|
Change-Id: Ic58e334acb9d9c89e5466638286c0f42dc36df43
|
|
Change-Id: I65e3fc3e34416b74365490a1cd7cba178ef7eb55
|
|
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
|
|
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus
Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
|
|
Change-Id: Ib0c7151b311029318c213abb86e6541e3b27d040
|
|
Change-Id: I2b408a23162b1200bbcd530be7acb42435388b04
|
|
Change-Id: I4e56da8820d5c92d3b6e2ff2c749bdc0cef46d73
|
|
Also used the new OUString::number(...) methods.
Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808
Reviewed-on: https://gerrit.libreoffice.org/1766
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
... remove some RTL* macros.
Change-Id: I919d17e14334c9220b47775355512df8dfa00bca
Reviewed-on: https://gerrit.libreoffice.org/1768
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
|
|
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de
Reviewed-on: https://gerrit.libreoffice.org/1784
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
...also simplify a lot some functions calls.
Change-Id: I07029055a7cbe0d1ea2e6c891e6c7347e3a370a9
Reviewed-on: https://gerrit.libreoffice.org/1767
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
|
|
Change-Id: Id7c030410db0a67c22f2cbaaed417c4371bca361
|
|
and use it to replace usage of createWithServiceFactory, and thus
replace usage of XMultiServiceFactory.
Change-Id: Id2f44066683ce17cf7a22f80916031556ef0e82a
|
|
No wonder such a generic-sounding term is defined in some system header, like
in the Android NDK's <asm/page.h>.
Change-Id: Id813afb836d358a3749a8a9fb1c9fb162f881c04
|
|
Change-Id: Iac1c26d031e8196ef93cb403dc60f07e0eef6380
|
|
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
|
|
|
|
GUI only takes values UNX or WNT, so it is fairly pointless. One can check
whether OS is WNT or not instead.
Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34
Reviewed-on: https://gerrit.libreoffice.org/1304
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
|
|
Change-Id: Ibc90fabf7534b537948c12de76b611daf5ca9808
|
|
Change-Id: I19a9f1b26d36bc6eb9e878506e51e8a65b34da9a
|
|
Change-Id: Icd2f6503d9452c36f858180e4193af993ae7e288
|
|
Fix linking in MACAB driver.
Change-Id: Ib5e16e9ca661ecc4e841150a5cc86d298239e083
|