Stephan Bergmann
7a56eef989
Clean up optional online update module
...
* The updatecheckui lib is part of that module; should its scp entry also be
marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"?
* unpack_update (and other scripts as well?) need only be generated if
ENABLE_ONLINE_UPDATE.
* It is inconsistent that there is a distinct onlineupdate.xcd not merged into
main.xcd, while the updchk and updatecheckui component files are merged into
the global services.rdb.
* The updchk res file should also go into (a resource sub-module of) the
optional online update module.
2012-04-05 21:10:57 +02:00
Caolán McNamara
5688b51bcb
UniString::CreateFromInt32 -> rtl::OUString::valueOf
2012-04-05 13:59:05 +01:00
Matúš Kukan
1e7fd91514
fix so_activex_idl, part two
...
The order seems to be important here.
However it has worked for me and I am not sure this will fix tinderboxes.
2012-04-04 14:14:38 +02:00
Matúš Kukan
0a560f993f
fix so_activex_idl, part one
2012-04-04 13:17:15 +02:00
Matúš Kukan
b635ee568c
extensions: use CustomTarget makefiles
2012-04-04 11:31:58 +02:00
Luboš Luňák
802518c59a
always pass --headless to cppunits
...
They should not need any actual UI anyway, and most of them already
pass the option manually.
http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-04-02 12:26:20 +02:00
Fridrich Štrba
a7c11707cf
Hop, a logical error
2012-03-23 14:03:25 +01:00
Fridrich Štrba
c9550dc7f3
Move spotlight plugin out of minizip
2012-03-23 13:16:20 +01:00
Caolán McNamara
6d12d8cab2
reduce UniStrings
2012-03-20 12:57:32 +00:00
Luboš Luňák
52faa80a81
remove fiddly casts, add few const where appropriate
2012-03-19 22:43:30 +01:00
Luboš Luňák
d943c6ba37
logical || -> binary |
2012-03-16 21:28:42 +01:00
Stephan Bergmann
d4b67611c4
Introduced SystemShellExecuteFlags::URIS_ONLY
2012-03-16 15:01:26 +01:00
Stephan Bergmann
6e67c03dc0
Enable -Wnon-virtual-dtor for GCC 4.6
...
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
Michael Stahl
d343dddc3f
extensions: split out static library from npsoplugin
2012-03-12 18:30:34 +01:00
Michael Stahl
5926ce12ed
extensions: split out static library for X11 plugin connection stuff
2012-03-12 18:30:33 +01:00
Stephan Bergmann
6a94909b44
Fix WITH_OPENLDAP case
2012-03-12 11:54:27 +01:00
Matúš Kukan
156202b062
extensions: export npsoplugin's symbols
2012-03-10 21:23:18 +01:00
Caolán McNamara
bd1088567b
Fix tools->bibliography database, brown paper bag over head commit :-)
2012-03-09 14:10:54 +00:00
Andras Timar
cbaabc7323
fdo#46847 fix build of so_activex.rc
...
Use \ instead of / in path, but more importantly,
use relative path, because '-' in path caused build error.
Path was truncated right before the '-'. We could have put it
between quotes, but then the SO_ACTIVEX_TLB_DIR define would not
be substituted, so instead of hacking of the rc, I chose this
solution.
e
2012-03-09 10:24:52 +01:00
Tor Lillqvist
9dacc3c6b6
Use just one resource file for npsoplugin
2012-03-07 09:36:40 +02:00
Bjoern Michaelsen
1889c1af41
lp#527938, debian#602953, fdo#33266, i#105408: do not crash on clicking bibliography when base isnt installed
2012-03-06 18:16:35 +01:00
David Tardon
08d65d2782
fix path
2012-03-05 07:36:45 +01:00
Andras Timar
cbeeae7f81
fdo#46847 use windows style path for midl.exe
2012-03-04 14:56:02 +01:00
Andras Timar
717aff55d2
fdo#46847 typo in midl command line
2012-03-04 12:06:53 +01:00
David Tardon
09888c688e
fix building of so_activex (fdo#46847)
2012-03-04 10:32:52 +01:00
David Tardon
e358dc89fe
use custom target for copying sources
2012-03-04 10:32:51 +01:00
Matúš Kukan
8829b7c91d
build nsplugin also without mozilla as in 3-5 branch
2012-03-03 16:36:57 +01:00
Szabolcs Dezsi
bcd21acf72
fdo#46501: Cleanup SimpleResMgr
2012-03-02 15:40:08 +02:00
Stephan Bergmann
bd205223ec
New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...
...see ebe26f72e9
"WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Rene Engelhard
a6d65732f1
fix nsplugin to create correct com.sun.star.ucb.SimpleFileAccess instance
2012-02-29 23:20:42 +01:00
Joachim Lingner
a6ff118c4f
default conversion of sequences is now again SAFEARRAY of VARIANTs #fdo46165
...
cws jl166 patch: #i117010# default conversion of sequences is now again SAFEARRAY of VARIANTs
2012-02-23 14:57:12 +00:00
Noel Power
985ad082a5
Revert "fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441)"
...
This reverts commit 3fcb94311f
.
2012-02-23 14:57:12 +00:00
Stephan Bergmann
2eaa1422a0
Adapted AsyncEventNotifier to safer-to-use salhelper::Thread
2012-02-23 10:47:37 +01:00
Luboš Luňák
e6d0daefbd
build also with older npapi
...
They were apparently lame enough to make a source-incompatible
change without changing API version or anything similar.
2012-02-21 17:22:02 +01:00
Riccardo Magliocchetti
84c8559820
Fix most of the build with --disable-database-connectivity
2012-02-21 15:36:49 +02:00
Elton Chung
d30b4e9fb6
Get rid of size() == 0
2012-02-19 17:07:46 +04:00
Takeshi Abe
03591233c1
Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
...
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18 23:19:41 +09:00
Elton Chung
23af031b09
Fix typos in comments
2012-02-18 09:35:43 +00:00
Tor Lillqvist
ab2f830bbb
Use gb_STDLIBS; No on-line update on non-desktop OSes
2012-02-18 10:51:23 +02:00
Petr Vorel
69eede0409
Remove unused code.
2012-02-17 17:37:17 +00:00
Rene Engelhard
699b3b662c
char* -> const char* for npapis getMIMEDescription to fix build with newer mozs
2012-02-17 16:40:46 +01:00
Mariusz Dykierek
b8f007d052
remove extraneous qualifiers that break some compilers
2012-02-17 15:22:46 +00:00
Caolán McNamara
8fd5b7c79d
these can be compiled with exceptions enabled
2012-02-17 12:21:36 +00:00
Philipp Weissenbacher
52c3bbb957
Translate German comments
2012-02-16 13:12:37 +01:00
Caolán McNamara
029b57344c
WaE: member initialization order
2012-02-15 15:11:29 +00:00
Stephan Bergmann
9ab0b38e95
Various string function clean up
...
Added:
* rtl::OString::matchL
* rtl::OString::endsWith
* rtl::OString::endsWithL
* rtl::OString::indexOfL
* rtl::OString::replaceFirst
* rtl::OString::replaceAll
* rtl::OString::getToken
* rtl::OUString::endsWith
* rtl::OUString::replaceFirst
* rtl::OUString::replaceFirstAsciiL
* rtl::OUString::replaceFirstAsciiLAsciiL
* rtl::OUString::replaceAll
* rtl::OUString::replaceAllAsciiL
* rtl::OUString::replaceAllAsciiLAsciiL
* rtl::OUString::getToken
plus underlying C functions where necessary
Deprecated:
* comphelper::string::remove
* comphelper::string::getToken
Removed:
* comphelper::string::searchAndReplaceAsciiL
* comphelper::string::searchAndReplaceAllAsciiWithAscii
* comphelper::string::searchAndReplaceAsciiI
* comphelper::string::replace
* comphelper::string::matchL
* comphelper::string::matchIgnoreAsciiCaseL
* comphelper::string::indexOfL
Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM ->
RTL_CONSTASCII_STRINGPARAM.
2012-02-15 15:41:09 +01:00
Lionel Elie Mamane
8eb33ee135
fdo#43399 hidden radio button should also gets unset
2012-02-13 17:58:31 +01:00
Michael Stahl
cd24d2524f
extensions: plugin: UNX: don't crash headless
2012-02-13 00:25:05 +01:00
Michael Stahl
43cb934dda
extensions: plugin: assertion from OUString::copy
2012-02-13 00:25:05 +01:00
Julien Nabet
5972e4db62
Fix cppcheck warning same expression on both sides of '|'
2012-02-11 14:04:11 +01:00