61759a2f56
cppcheck: remove unused variable dTemp and dPos.
2011-01-28 22:24:01 +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
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
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
c836c6b803
Remove some extra #includes and trailing whitespace
2011-01-13 06:21:15 -08:00
6ca4a890ae
fix handling of excessive trailing decimal places for currency as string
2011-01-10 17:36:33 +00: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
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
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
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
335a249c91
Remove DECLARE_LIST( ErrorList, BasicError* ) correctly this time
2010-12-15 05:57:48 -08:00
acc2b99c92
enable lcl_Read/writeSbxVariable for SbxSALINT64/SbxSALUINT64 types
2010-12-15 09:17:40 +00:00
f8a7ca0e83
Changes to ImpStringToCurrency
...
Make ImpStringToCurrency be less of a home grown parser, use existing OUString -> number functionality ( and ws treatment ) Also raise an error now if illegal chars are found in the middle of the string ( including spaces )
2010-12-14 20:38:17 +00:00
6c831fb7af
redo stream operators & misc changes to prepare to integrate into master
2010-12-14 18:23:05 +00:00
c0bc502f55
Change unnamespace file.hxx macros
2010-12-12 21:16:57 +00:00
3648fb3c27
cleaning of __EXPORT define
2010-12-11 23:23:07 +01:00
f7d3718400
propogate exit code out to main
2010-12-10 16:12:01 +00:00
1421b098ae
John LeMoyne Castle's currency improvements
2010-12-06 17:36:57 +00:00
8a661baf49
remove obsolete __FAR_DATA
2010-12-06 10:37:25 +00:00
0b30cb7e66
Replace all occured, occurance etc.
2010-12-06 09:13:26 +00:00
8c98fa97ec
translation of comments to English
2010-11-27 18:44:19 +01:00
2fb45fdbe5
Translation of comments to English
2010-11-21 19:57:27 +01:00
19f39fdbc5
Translation of comments to English
2010-11-20 22:48:11 +01:00
c835fdce76
Translation of comments to English
2010-11-19 22:21:51 +01:00
d3b093f4de
translation of comments to English
2010-11-17 22:30:55 +01:00
01fe7aa019
fix testtool not boostrapping libreoffice instance
2010-11-10 13:02:16 +00:00