Francois Tigeot
8dee23c705
Hardcode browser list: remove netscape, add chrome
2011-07-05 14:31:35 +02:00
Francois Tigeot
3820b6b0b9
Update the hardcoded list of browsers
2011-07-04 21:58:56 +02:00
Caolán McNamara
11ef1fb0cc
Related: #i35066# ole props buglet
2011-07-04 09:27:39 +01:00
Caolán McNamara
82b491f383
callcatcher: unused hasInternalMediaControl
2011-07-03 01:20:24 +01:00
Caolán McNamara
62c96339dc
ByteString::CreateFromInt32->rtl::OString::valueOf
2011-07-02 22:30:05 +01:00
Matus Kukan
2d47d1d1f7
Remove accidentally kept unused files
2011-07-02 14:21:37 +02:00
Caolán McNamara
1e56be5daa
ByteString::CreateFromInt32 -> OString::valueOf
2011-07-01 09:08:07 +01:00
Francois Tigeot
dde72ab2a2
Do not include filedlg.hxx when not necessary
2011-07-01 07:30:51 +02:00
Cédric Bosdonnat
f3e275a212
n#676858: added new menu entry for headers/footers edit mode
2011-06-30 15:04:05 +02:00
Cédric Bosdonnat
28d1c25092
n#676858: ghost uneditable drawing objects
2011-06-30 15:04:05 +02:00
Caolán McNamara
282def6f50
callcatcher: unused SetAvailableCfgServiceLists
2011-06-30 11:34:37 +01:00
Caolán McNamara
ec940d35c6
build id isn't massively helpful here
2011-06-30 11:34:37 +01:00
David Tardon
344ff960be
valgrind: Conditional jump or move depends on uninitialised value(s)
2011-06-30 10:17:09 +02:00
David Tardon
933f481a50
avoid overwriting stack after early return
...
Also make the original hack less noisome.
2011-06-30 10:17:09 +02:00
David Tardon
65015abfc6
move common code outside
2011-06-30 10:17:09 +02:00
David Tardon
b294bfbf19
remove unused variable
2011-06-30 10:17:09 +02:00
Joseph Powers
1d07b560e9
Replace List with std::vector< CntHTTPCookie* >
...
Signed-off-by: Joseph Powers <jpowers27@cox.net>
2011-06-29 20:01:19 -07:00
Muthu Subramanian
df69092dd7
Revert patch to change .idl
2011-06-29 23:04:43 +05:30
Caolán McNamara
97e3d208ba
remove deprecated ByteString::CreateFromInt64
2011-06-29 09:04:33 +01:00
Muthu Subramanian
e8696e99db
Improved xlsx formula import.
...
Now uses the values present in the import document
rather than calculating the formula. This speeds up
document loading.
TODO: Extend this to string results as well.
2011-06-29 12:59:42 +05:30
Caolán McNamara
8aa6bc4ddb
Make titlebar string shorter in dbgutil mode
2011-06-28 13:16:58 +01:00
Caolán McNamara
f25084de94
remove unused lcl_GetVersionString
2011-06-28 13:12:26 +01:00
Caolán McNamara
c33025e856
Make titlebar string shorter in dbgutil mode.
2011-06-28 13:05:59 +01:00
Caolán McNamara
7ca3e59c20
ByteString->rtl::OString
2011-06-28 09:12:10 +01:00
Caolán McNamara
9012f1c508
valgrind: fix leaks
2011-06-27 16:54:57 +01:00
Tor Lillqvist
afe389f814
Bypass for MinGW for now
2011-06-27 16:26:24 +03:00
Thomas Arnhold
657915558f
Close file descriptor
2011-06-26 15:23:57 +02:00
Tor Lillqvist
f886c513a2
Use "normal" Unix-style (import) library name with WNTGCC
2011-06-25 23:49:49 +03:00
Petr Mladek
94afbcdd14
valgrind --log-file=valgrind.log does not work well with --trace-children=yes
...
redirect output of the stdout and stderr
2011-06-24 16:12:59 +02:00
Michael Meeks
a5ecfca964
use sal_uInt16 instead of USHORT on unix
2011-06-24 15:07:10 +01:00
Matus Kukan
25aeecfdc8
update component factory methods to use new prefixes, to add lib merging
2011-06-24 14:58:26 +01:00
Tor Lillqvist
44f8049806
Do build and deliver lngconvex on Unix, too
2011-06-24 16:44:08 +03:00
Tor Lillqvist
06c8108fe5
Attempt to make this build with MinGW
2011-06-24 16:42:28 +03:00
Caolán McNamara
58442b0f17
vagrind -> valgrind
2011-06-24 13:46:10 +01:00
Jesús Corrius
d9708d06a4
mingw32-gcc doesn't support the cl.exe GR option
2011-06-24 13:18:13 +02:00
Jesús Corrius
60acd685b2
main must return int in mingw32
2011-06-24 11:18:14 +02:00
Luke Symes
5438a69c00
Fix build by updating to new api
...
Hi,
I was rebuilding master, and had to change a line in libs-core which used
the old api for SetWindowState. Could this get pushed to master (if it's not
already done by the time people read this)?
Kind regards,
Luke.
Hi,<div><br></div><div>I was rebuilding master, and had to change a line in libs-core which used the old api for SetWindowState. Could this get pushed to master (if it's not already done by the time people read this)?</div>
<div><br></div><div>Kind regards,</div><div><br></div><div>Luke.</div>
>From b759a7cf43544a3eb9614d506637652ba3b20465 Mon Sep 17 00:00:00 2001
From: Luke Symes <allsymes@gmail.com>
Date: Thu, 23 Jun 2011 20:50:45 +1200
Subject: [PATCH] Update for new api for SetWindowState
2011-06-23 19:40:37 +01:00
Markus Mohrhard
9b1dbe7729
fix for fdo#37880
...
we need to save the information if we have a global range name or a
local range name in the uno api too
2011-06-23 15:21:12 +02:00
Muthu Subramanian
29387b95a2
Code review (bug fix).
2011-06-23 17:10:30 +05:30
Caolán McNamara
772558d87f
remove dead test dir
2011-06-23 10:43:02 +01:00
Caolán McNamara
13b9646314
remove parse ByteString variant
2011-06-23 09:07:43 +01:00
Caolán McNamara
41333e6a17
catch by const reference
2011-06-23 09:07:43 +01:00
Joseph Powers
c3e86dd587
Cleanup up some unused parameters
...
The xxxList classes no longer need nInitSize & nReSize. THe xxxTable ones
still do; however, this could be fixed by a future Table cleanup project.
2011-06-22 21:01:25 -07:00
Joseph Powers
d3c77f63b4
Replace List with std::vector< Bitmap* >
2011-06-22 18:21:00 -07:00
Tor Lillqvist
4ffe2461c1
Make .rc files compatible with the MinGW windres
2011-06-23 00:37:48 +03:00
Petr Mladek
3f344d378e
use --trace-children-skip=*/java with valgrind >= 3.6
...
thanks Caolan for hint
2011-06-22 16:53:02 +02:00
Petr Mladek
519d31df8c
remove the obsolete valgring support in the soffice wrapper
2011-06-22 15:04:42 +02:00
Petr Mladek
cfe0ccb95d
add --backtrace, --strace, and --valgring option to soffice wrapper
...
the change is only for Linux; it will help users to provide the needed debug
info; thanks Kendy for the idea
2011-06-22 14:48:26 +02:00
Fridrich Štrba
073dd4c78a
Avoid division by zero with paths that are vertical or horizontal lines
2011-06-22 12:55:20 +02:00
Thorsten Behrens
b036162d60
Teach LibreOffice proper svg:d support
2011-06-22 12:55:16 +02:00