Stephan Bergmann
ac8c5ea6c4
Sort lists lexicographically
...
Change-Id: I6e44e37d70be90e6cebaaa17e1ee5851b80c7722
2013-10-11 10:25:32 +02:00
Thorsten Behrens
e52f1bd7b3
Add opengl canvas implementation.
...
Adds opengl canvas implementation - display-list-based, all
rendering done as textured geometry. Needs shader support.
Currently compiles and works on Linux, Mac should be ~easy to
add, win32 eventually.
Change-Id: Ibf3eb88d6a36a91b2960a3a6320d708160e4fc14
2013-10-07 17:33:45 +02:00
Stephan Bergmann
4290420215
Make Java-based connectivity drivers work with jvmfwk "direct mode"
...
...so they work from CppunitTests (which make use of that "direct mode").
Change-Id: I92b72fb708ac1868644111b208f92ac58610ed11
2013-09-16 11:39:24 +02:00
Tor Lillqvist
5bb0c9d790
Use SAL_INFO instead of framework's own "event logging"
...
That "event logging" consisted of two macros, both used in a single place.
Change-Id: I8faffd9756399f1902e52aa41968b71a964a4324
2013-09-08 23:51:41 +03:00
Tor Lillqvist
04c3f9d185
Use SAL_INFO instead of framework's own WRITE_LOGFILE
...
Change-Id: Ieb1a45ca75c7a475d02535cd176396a0aeb68510
2013-09-08 23:51:41 +03:00
Andres Gomez
d52e46c418
oox: Enhancing the debugging output
...
Change-Id: Ifc055befd5d7436d44e95ce105c52f3c4f061796
Reviewed-on: https://gerrit.libreoffice.org/5768
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-09-04 13:36:01 +00:00
Tor Lillqvist
78d09575da
Add SAL_WNOUNREACHABLE_CODE_PUSH and _POP macros
...
To be used around code where some compiler, in some circumstances,
generates bogus warnings about unreachable code, that it would be much
uglier to work around otherwise.
Specifically, I will at first now use this to get rid of MSVC warnings
about unreachable code when calling a function defined in another
source file (but going into the same library) that always throws. The
compiler notices this when one uses link-time code generation and it
thus can do global inlining of code from all compilation units that go
into a library (or executable).
For MSVC, the __pragma that the SAL_WNOUNREACHABLE_CODE_PUSH macro
expands to needs to be in force at the start curly brace of a
function, so place the PUSH macro before the function definition. For
clarity, I guess it is best that the corresponding POP macro comes
after the end of the function.
Change-Id: Icef5259c5360b9facdc136fec1f207665ce79d90
2013-09-04 15:00:03 +03:00
Michael Stahl
24a076337a
ucb: rename "cmisucp" log area for consistency
...
Change-Id: Ie9ef3324bb7a9e954db57548d7862a90b070ebd3
2013-09-02 16:59:29 +02:00
Michael Stahl
b9ac217b4a
ucb: add missing ucb.core log area, and ftp/ext too
...
Change-Id: Ifa2df0e2dcc193ae02202687c0d6b7ab930db58f
2013-09-02 16:59:29 +02:00
Stephan Bergmann
11d743af10
Some OSL_WARN -> SAL_WARN_IF
...
Change-Id: I076adcd2f94c38a74f2dce618bc16efec577ed91
2013-08-31 00:09:48 +02:00
Stephan Bergmann
fc1f68d5b9
Clean up logging and string handling
...
Change-Id: I39823e303097ef32f3cc394b0d9215ae351a88f3
2013-08-28 13:26:39 +02:00
Tor Lillqvist
2599bc9d67
Switch from OSL_TRACE to SAL_INFO()
...
Change-Id: I2222a8db929e2f17aff9f72ff2ae1ca6e081e576
2013-08-25 00:29:18 +03:00
Tor Lillqvist
654d97d3bb
WaE: unknown log area
...
Change-Id: I0d7ce79aeac75fe49cbdb698cc5e2b018bf69992
2013-08-21 09:54:20 +03:00
Stephan Bergmann
2d2337eb74
Improve some debug output
...
Change-Id: I1008822ba8592ea43f87805bf00adbfdaf4f02fc
2013-08-20 17:58:44 +02:00
Tor Lillqvist
8b1af0d6f4
Work on the custom shape preset generation
...
Don't generate code that uses the old RTL_CONSTASCII_USTRINGPARAM horror.
Update the README file to have actually working command lines, and at the same
time make it into a shell script that can actually be run.
Use SAL_INFO with tag oox.cscode to output the stuff that the
generatePresetsCXX.pl is looking for.
Change-Id: I3f8f756fbe8e35857c2bd07beece0f3ab4234e7f
2013-08-15 22:53:35 +03:00
Luboš Luňák
1e0feb5cf9
do not base feature checks on gcc version
...
Clang reports itself to be gcc4.2, so there fail there, instead use configure
checks.
Change-Id: Idb44a5c875b24a15546a6495de02a1b4af898443
2013-08-05 15:10:39 +02:00
Tor Lillqvist
33bc5a2737
Add more logging areas recently introduced
...
Change-Id: I0773f75bcc09a7eceee4525d34f908edfaced16a
2013-08-01 20:49:58 +03:00
Siqi LIU
e32798d63b
add new debug area and use SAL_INFO instead for debug info
...
Change-Id: If719f3340ac585d162e1bb40847ce17e67415869
2013-08-01 16:25:49 +02:00
Lionel Elie Mamane
15066dc6be
fixup SAL_WARN log area
...
Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe
2013-07-30 05:21:33 +02:00
Jelle van der Waa
48c662e1a8
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
Change-Id: I00cfd958c2e7d430d9bcb03a609bbead812de3f3
Reviewed-on: https://gerrit.libreoffice.org/5122
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-26 16:28:12 +00:00
Jelle van der Waa
e42737a213
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
Change-Id: I8fe1cdccfef61c3cac88a24d057615b0ceda682a
Reviewed-on: https://gerrit.libreoffice.org/5126
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-26 16:24:37 +00:00
Zolnai Tamás
e9ee572198
Add more usefull log areas
...
Change-Id: Ic9d8ee7cee5b1b4b54151825e025e0d4815d3bb1
2013-07-26 08:59:48 +02:00
Tor Lillqvist
4e074e4615
Add one more newly introduced log area, sigh
...
Change-Id: Ie3fb178663a1d05b798b780a859074d97d4a6e45
2013-07-26 09:38:04 +03:00
Tor Lillqvist
87836a2ef6
Add newly introduced log areas
...
Change-Id: I1efe24be3ca34ff78f53a641ade9f2f38fe229e1
2013-07-26 09:18:52 +03:00
Jelle van der Waa
f85fc1cdda
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
Change-Id: I41efcb94121a005d9f44cc17e8ecb5598e8ffba8
Reviewed-on: https://gerrit.libreoffice.org/5057
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-24 20:21:38 +00:00
Jelle van der Waa
cb590428d8
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
Change-Id: Ib0edc828691c6a8edbd1f45d3c0e2851c32c865f
Reviewed-on: https://gerrit.libreoffice.org/5013
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-23 14:05:13 +00:00
Tor Lillqvist
2fbcff579b
Revert "WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not defined"
...
Nope, that caused warning: unknown attribute 'warn_unused' ignored with Clang.
This reverts commit 68c8dcec1f8689191e1be3366ec3c127096ae4d4.
2013-07-23 15:08:56 +03:00
David Tardon
68c8dcec1f
WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not defined
...
Change-Id: Id45e2a5c31471b4f5a59c4511bbacc12f78356f6
2013-07-23 13:36:51 +02:00
Luboš Luňák
92dfa82d2d
adjust for upstreaming of warn_unused attribute
...
The warn_unused attribute has been upstream to GCC and Clang, so use it if present.
Still warn about STL types if those do not use it yet (which is the status as of now).
Change-Id: I3c003e44c08d1d141e23bba38cf92e663a5ac353
2013-07-23 09:52:11 +02:00
Julien Nabet
b11dc22caa
coverity#1038312: Dereference before null check
...
Change-Id: Ibe9babbe8610bf70a80b819e21d24c6572436092
Reviewed-on: https://gerrit.libreoffice.org/5015
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-22 03:17:30 +00:00
Jelle van der Waa
9ceb7f65f7
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
Change-Id: I8ab8f69413561c5e5a198bb11f07920720c48d25
Reviewed-on: https://gerrit.libreoffice.org/4886
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-07-19 08:17:33 +00:00
Andres Gomez
0f9d8be009
fb-sdbc: Added logging support
...
Remember that in order to enable the logging
output it is needed to properly set the SAL_LOG
environment variable.
For example:
$ SAL_LOG="+INFO.connectivity.firebird" solver/unxlngx6/installation/opt/program/soffice.bin
2013-07-16 16:40:06 +02:00
Luboš Luňák
5e6cf64783
add missing log areas
...
From 7650a82702ec9d13e3a52ea84b9666ee4e9f9a62 .
Change-Id: Ie20010fa0a8be6992a1ac7fb4c4dffc8cf0c9cbd
2013-07-15 20:11:07 +02:00
Luboš Luňák
386af68921
remove duplicate debug area for framework/
...
It'd be probably better to rename all the cryptic abbreviations instead,
but two different debug areas for the same thing simply doesn't work well.
Change-Id: I895fadb47ebf408a36d13dbb32386caa3f472f1c
2013-07-11 16:02:13 +02:00
Michael Stahl
d38cb53e3b
rename sfx2 log area to sfx
...
not like there never was a sfx1 anyway... perhaps we should rename the
whole module...
Change-Id: I50c7302f84f15a1d778eca19507694a3bd070b22
2013-07-08 18:47:25 +02:00
Michael Stahl
40026a2fcd
SAL_DLLPUBLIC is for sal library, use SAL_DLLPUBLIC_EXPORT ...
...
... instead (which will hopefully fix the Windows build).
Change-Id: I56448e61dffb7529e3b80a52ebc06a923b5fa044
2013-07-05 23:04:09 +02:00
Michael Meeks
0ffab9363d
force 'main' to always be DLLPUBLIC.
...
Change-Id: I2a69edfda5e98645fe55ac2367875786a8140ea4
2013-07-05 20:39:52 +01:00
Thomas Arnhold
6a17dc24a4
log-areas: add framework
...
Change-Id: I05ed93cdfe62c133afc15a27c953abd5395e811f
2013-07-05 20:45:29 +02:00
Khaled Hosny
e703b429cf
Minor
...
Change-Id: I6a9f34e6da1344e718ef5c8dc136fac7244b0f47
2013-07-04 01:23:38 +02:00
Julien Nabet
8a0c3a8e24
Add log area forms.misc
...
Change-Id: I8adedda46bb56022d317b04ad162a41c95261165
2013-07-04 00:41:39 +02:00
Eike Rathke
84fdba22e0
unknown log area 'sfx2.sidebar' [loplugin]
...
Change-Id: I49ed6652f92b1e1ec3091c976db40fb840f2ea78
2013-06-21 21:45:18 +02:00
Radu Ioan
dd3f8fbaff
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: If89af70767c3fdc4b1d0cb5e51033ca98583bc5d
Reviewed-on: https://gerrit.libreoffice.org/4286
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-17 15:55:21 +00:00
Stephan Bergmann
7275a05167
loplugin warnings
...
Change-Id: I23ce5efe4ba20e1da5ffd169a2f3140a73dd035f
2013-06-15 09:22:09 +02:00
Fridrich Štrba
9a33bfdacd
mingw64: force C99 formating strings for consistency
...
Change-Id: I1399596a3edc3324ae4aa04e3866ae2f5e673985
2013-06-10 14:03:33 +02:00
Tor Lillqvist
fb07d6b375
WaE: unknown log area 'starmarh' [loplugin]
...
Change-Id: Ia996a8fe2f791fd6cc8e08e7bf860e3a584a7d61
2013-06-10 14:37:52 +03:00
Tor Lillqvist
32a8d3d469
WaE: unknown log area 'package' [loplugin]
...
Change-Id: Ia05b608360a64f047ebfae8b179890c0d221e953
2013-06-10 14:01:24 +03:00
Radu Ioan
db979ee28a
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: I9a7cce0d3abef42c9d9d0ad56609d94d504854cb
Reviewed-on: https://gerrit.libreoffice.org/4128
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-10 08:41:50 +00:00
Tor Lillqvist
5f62dc9306
WaE: unknown log area 'dbaui.OGeneralPage'
...
Change-Id: Ia2641acef3e3d1039e53ba6db1cfcb369668c801
2013-06-07 14:00:21 +03:00
Javier Fernandez
b6a91e6d30
Prevent out-of-range values coming from ListBox GetSelectEntryPos.
...
Change-Id: Ia787c412408ef53db3c8458f54c7843c669c81ad
Reviewed-on: https://gerrit.libreoffice.org/4174
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-06-06 14:58:57 +00:00
Tor Lillqvist
497d894c65
WaE: unknown log area 'ucb' [loplugin]
...
Change-Id: I05b35fc07e5b7e986532eb6210160c03bc7c6b50
2013-06-04 13:51:24 +03:00