Commit Graph

318 Commits

Author SHA1 Message Date
Caolán McNamara
2c757293b8 reduce static_initialization_and_destruction chain
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-25 14:19:03 +01:00
Thomas Arnhold
66cd9eeb90 Remove various commented out defines
Most of them in hrc files.

Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25 14:12:57 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Noel Grandin
d08578912f fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new SimpleFileAccess::create method

Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:01:22 +02:00
Thorsten Behrens
c9337a8bfc Targeted string re-work xmlhelp/xmlscript 2012-06-01 16:18:09 +02:00
Caolán McNamara
8512e5c2b3 reduce static_initialization_and_destruction chain
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-16 12:04:10 +01:00
Michael Stahl
aea14bd071 work around spurious signed overflow warnings
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC):
/rtl/ustring.hxx:1293:233:
error: assuming signed overflow does not occur when assuming that (X -
c) > X is always false [-Werror=strict-overflow]
2012-05-08 11:31:50 +02:00
Thomas Arnhold
135c63c8f9 fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-04 15:52:57 +02:00
Caolán McNamara
41135b6dd8 WaE: silence warnings from msvc2008 (again) 2012-04-24 14:24:47 +01:00
Luboš Luňák
b3fcbe7d2b do not export usage of CLucene headers outside of l10ntools
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
2012-04-24 07:44:52 +02:00
David Tardon
69bd2f3630 gbuildize xmlhelp 2012-04-07 16:18:26 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Takeshi Abe
643a582793 removed duplicate #includes
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-04 01:39:08 +09:00
Thomas Arnhold
d8fc177009 remove all other deprecated header guards 2012-02-23 12:22:39 +01:00
Caolán McNamara
b06d05fbda reduce try-catch CLuceneError block 2012-02-23 10:31:21 +00:00
Caolán McNamara
97fc40055d not every extension's help will have help in all langs, catch that exception 2012-02-23 10:31:21 +00:00
Caolán McNamara
98d6d98f5c ditch archaic headerguards 2012-02-23 10:31:20 +00:00
Caolán McNamara
d5c14a99dc just link to HelpIndexer 2012-02-23 10:31:20 +00:00
Caolán McNamara
170b9551b2 tweak for cross-platformity 2012-02-23 10:31:19 +00:00
Caolán McNamara
8f6321b775 use different OUString ctor for RTL_TEXTENCODING_UCS4 2012-02-23 10:31:19 +00:00
Gert van Valkenhoef
71231b9ea4 Bugfix resultsetforquery 2012-02-23 10:31:18 +00:00
Gert van Valkenhoef
70a7cd0923 Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug. 2012-02-23 10:31:17 +00:00
Caolán McNamara
796818d7b5 tweak build 2012-02-23 10:31:17 +00:00
Gert van Valkenhoef
0f691cc689 HelpIndexer using rtl::OUString, called from xmlhelp 2012-02-23 10:31:16 +00:00
Caolán McNamara
15704e6319 bootstrap replacement c++ help component 2012-02-23 10:31:15 +00:00
Olivier Hallot
2727a29e57 Fix for fdo43460 Part XLVI getLength() to isEmpty()
Part XLVI
Modules
xmlhelp
2012-01-24 19:15:54 -02:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Tor Lillqvist
7904a8cc56 I don't see NO_BSYMBOLIC being used anywhere 2011-12-11 02:57:59 +02:00
Caolán McNamara
4c5fd05cd1 remove unused members, sablot went away a long time ago 2011-12-06 10:33:04 +00:00
Caolán McNamara
c3b54e6dd4 callcatcher: remove some unused code 2011-12-06 10:33:04 +00:00
Norbert Thiebaud
06bb56ed11 remove include of pch header from xmlhelp 2011-11-27 13:27:34 -06:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Tor Lillqvist
c1e82b1c64 Drop apparently unneeded inclusion of l10ntools/compilehelp.hxx
Fixes compilation for non-desktop OSes (iOS and Android), for which we
haven't built and delivered l10ntools.
2011-09-25 15:22:02 +03:00
Caolán McNamara
3829892dbc merge together 5 or ascii isalpha/isalnum/isdigit implementations 2011-08-29 09:56:08 +01:00
Julien Nabet
1f7b66104d Some cppcheck cleaning 2011-07-31 00:02:18 +02:00
Caolán McNamara
f921ca3cc5 check return of osl_setFilePos 2011-07-22 10:17:52 +01:00
Matúš Kukan
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
Jesús Corrius
d9708d06a4 mingw32-gcc doesn't support the cl.exe GR option 2011-06-24 13:18:13 +02:00
Caolán McNamara
6cee4d1678 createFromAscii -> RTL_CONSTASCII_USTRINGPARAM 2011-06-13 11:43:07 +01:00
Jan Holesovsky
ca39c0ee5f Merge commit 'libreoffice-3.4.0.2'
Conflicts:
	basic/source/app/app.cxx
	basic/source/runtime/iosys.cxx
	desktop/unx/source/start.c
	sfx2/source/appl/appdata.cxx
	sfx2/source/appl/appinit.cxx
	sfx2/source/inc/appdata.hxx
	svx/AllLangResTarget_svx.mk
	sysui/desktop/productversion.mk
	sysui/desktop/share/makefile.mk
2011-05-31 10:45:50 +02:00
Tor Lillqvist
ec88e3f84f Fix typo 2011-05-18 11:59:00 +03:00
Tor Lillqvist
4819e1bd1a Rework how <db.h> is included 2011-05-18 11:16:16 +03:00
Tor Lillqvist
718966db6f No DB_INCLUDES any more, pass -I if necessary 2011-05-17 23:24:19 +03:00
Jan Holesovsky
159a985062 wikihelp: Pass the LibreOffice version to help.libreoffice.org. 2011-05-10 21:23:33 +02:00
Julien Nabet
561192cfc9 Easyhack: Add visibility markup to all component_get* functions 2011-04-21 00:27:41 +02:00
Christina Rossmanith
b0b3e5fdf8 remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core) 2011-04-19 20:36:11 +02:00
Michael Lefevre
b99c88fca6 Kill Pos_XXX in favour of osl_Pos_XXX 2011-04-14 12:45:57 +02:00
Michael Lefevre
737740f041 Kill Pos_XXX in favour of osl_Pos_XXX 2011-04-14 12:41:44 +02:00