Commit Graph

3122 Commits

Author SHA1 Message Date
4ba03a461e undoapi: pulled and merged DEV300.m98 2011-01-28 11:44:02 +01:00
04432b26c7 WaE: unused variable 2011-01-25 14:47:18 +00:00
55d35dbd3f Add x64 Windows implementation of SbiDllMgr
Work in progress. The passing of struct parameters is for sure
incorrect, for instance: A temporary copy needs to be allocated and
its address passed.

No assembly involved. The idea is to call the external function as if
it was a varargs one, and passing the four first qword-size parameters
as if they were doubles, thus nicely causing them to be both in the
integer and floating-point parameter registers, from either of which
the callee will get them, depending on their actual expected type.

Rename existing files a bit for clarity.
2011-01-24 20:50:56 +02:00
eb0d5fb776 WaE: gcc 4.6.0 various warnings 2011-01-24 14:50:41 +00:00
94f84091a7 WaE: unused variables 2011-01-23 18:29:24 +00:00
e8e546907d WaE: unused variable 2011-01-23 18:21:59 +00:00
605209eda7 removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
88fa511a77 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:23:45 +01:00
bb72c61b35 CWS-TOOLING: integrate CWS sb135 2011-01-19 12:24:32 +01:00
81744e6bbf CWS-TOOLING: integrate CWS ab79 2011-01-19 12:16:23 +01:00
8a20f85dfa cppcheck: pass by reference 2011-01-18 10:55:43 +00:00
caeb34848b C4706 silence assign in comparison warning 2011-01-16 16:38:31 +00:00
7298f8b028 equalsAsciiL faster than equals 2011-01-16 15:35:13 +00:00
6d7536ce4e equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*) 2011-01-16 14:12:57 +00:00
cb1c611336 removetooltypes01: #i112600# Remove tools types from basic 2011-01-14 15:28:56 +01:00
94eae11e9e removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags 2011-01-14 11:20:36 +01:00
c836c6b803 Remove some extra #includes and trailing whitespace 2011-01-13 06:21:15 -08:00
66356194e2 removetooltypes01: #i112600# do not affect FASTBOOL in this cws 2011-01-11 16:23:55 +01:00
6ca4a890ae fix handling of excessive trailing decimal places for currency as string 2011-01-10 17:36:33 +00:00
642cfe8ac2 removetooltypes01: #i112600# adjust basic and scaddins 2011-01-10 14:40:57 +01:00
fdff83134b rebase to DEV300_m96 2011-01-06 11:11:47 +01:00
9cfd9ab46b undoapi: merge after pulling CWS sb135 2011-01-06 10:24:25 +01:00
d1242e6c5c ab79: #i116184# Fixed warning 2011-01-05 16:30:02 +01:00
afbce2ebe1 ab79: #i116184# Improved type support 2011-01-05 13:52:34 +01:00
cccb91d64d cppcheck: prefer prefix variant 2011-01-01 21:03:34 +00:00
ba736d69f6 Remove DECLARE_LIST(EditList, AppWin*)
released under LGPL 3+
2010-12-31 06:57:19 -08:00
19f2596a04 osl_getProcessInfo requires Size to be set first 2010-12-30 20:56:47 +00:00
7ed8cc5051 osl_getProcessInfo requires Size to be set first 2010-12-30 20:53:00 +00:00
28ea6eeb4d osl_getProcessInfo requires Size to be set first 2010-12-30 20:52:40 +00:00
040fb73d22 cppcheck: prefer prefix variant 2010-12-23 21:04:30 +00:00
a4dd5ff774 cppcheck: can reduce the scope of this variable 2010-12-23 16:39:03 +00:00
6fc0bbbeab cppcheck: prefer prefix variant 2010-12-23 16:39:02 +00:00
48de44881b undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A number of changes which happened in the CWS need to be redone due to the new build system 2010-12-23 10:01:58 +01:00
38ff183e94 Add another file to EXCEPTIONSFILES. 2010-12-22 17:38:50 +01:00
dabf6816a1 Fix compilation error on Windows 2010-12-22 15:05:12 +02:00
sb
a3a53c9a5e sb137: merged in DEV300_m96 2010-12-22 13:40:57 +01:00
4065c1de54 Fix ambigous warning. 2010-12-21 20:39:25 -08:00
c631cf94e4 68bit currency enhancement 2010-12-21 15:47:53 +00:00
9cc9b6dccb revert Merge remote branch origin/feature/currency-64bit 2010-12-21 15:04:14 +00:00
7f2458dec6 Merge remote branch 'origin/feature/currency-64bit' 2010-12-21 13:08:15 +00:00
794c821e4d #i10000# replace obsolete define 2010-12-20 12:32:36 +01:00
0feae64efb CWS-TOOLING: integrate CWS mib19 2010-12-17 13:36:59 +01:00
eb77ace518 undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT 2010-12-17 12:33:22 +01:00
b260d92434 fix compiling with --enable-dbgutil
removed in #ifdef part a call using a variable that seems to not exists.
2010-12-17 08:55:56 +01:00
6812fd715c Fix bug in previous patch
Thanks, kohei
2010-12-16 21:42:56 -08:00
3978e340bb remove DECLARE_LIST(BasErrorLst,BasicError*) and (BasicLibsBase,BasicLibInfo*) 2010-12-16 20:17:55 -08:00
d58669713b Remove DECLARE_LIST( StringList, String * ) 2010-12-16 06:02:59 -08:00
c6035b2294 Remove DECLARE_LIST( ByteStringList, ByteString * )
It was already remaked out, so no real code change.
2010-12-16 06:02:59 -08:00
02d609ca99 valgrind: fix leak 2010-12-16 09:52:32 +00:00
3546a4917a Remove DECLARE_LIST( BreakpointList, Breakpoint* ) 2010-12-15 21:10:10 -08:00