Francois Tigeot
c787fcbf1e
dragonfly stuff
2011-02-15 15:52:04 +00:00
Caolán McNamara
659279c8de
use Natural sort as default sort for listboxes, etc.
2011-02-15 15:52:04 +00:00
Caolán McNamara
7aae1678ec
use Natural sort as default sort for listboxes, etc.
2011-02-15 15:52:04 +00:00
Joseph Powers
6b0733a00b
Remove DECLARE_LIST( FSysSortList, FSysSort* )
...
Note: FSysSort is an int. So I just changed it to a vector< int >. This
should reduce the chance of a memory leek and also speed things up a little.
2011-02-15 07:44:21 -08:00
Joseph Powers
c83fae6da4
Remove DECLARE_LIST( DirEntryList, DirEntry* )
2011-02-15 06:36:56 -08:00
Joseph Powers
40d226f888
Remove some extra DECLARE_LIST() items
2011-02-15 06:36:56 -08:00
Jan Holesovsky
3d999b9f9b
Fix incorrect use of uno::Sequence.
2011-02-15 14:06:24 +01:00
Michael Meeks
9b8067d675
disable EMF+ rendering on windows - it doesn't work yet
2011-02-15 12:46:33 +00:00
Thomas Arnhold
3f7be8029a
Remove HP9000
2011-02-15 13:27:30 +01:00
David Tardon
97c11b6344
destroy the VCL UNO wrapper as late as possible
2011-02-15 12:50:11 +01:00
Jan Holesovsky
ddbef3da19
Use contstructor instead of assignment, fixes unittest in sc.
2011-02-15 09:47:07 +01:00
Joseph Powers
096b74e272
Merge PRV_SV_DECL_REF_LOCK into SV_DECL_LOCK
...
Also delete some commented out code.
2011-02-14 21:26:13 -08:00
Caolán McNamara
690706549a
visibility markup is in the wrong place
2011-02-14 20:52:53 +00:00
Caolán McNamara
822d04cb84
squeeze these down in case of StringCompare casting
2011-02-14 20:52:53 +00:00
Caolán McNamara
42d679329c
we can make this const
2011-02-14 20:52:53 +00:00
Caolán McNamara
8a55872a3c
Adjust this to use a Collator to do the string compare
...
And a break-iterator to break it up into string/digit sections. A bit over
engineered I guess.
2011-02-14 20:52:53 +00:00
Kohei Yoshida
6fd38fbdae
Correctly display shortcut keys for ';' '[' and ']'. (fdo#32891)
...
In the keyboard shortcut customization dialog....
On Linux, It's better to use Ctrl+;, Ctrl+[ and Ctrl+] than
Ctrl+semicolon, Ctrl+bracketleft, Ctrl+bracketright, respectively.
On Windows, these key names were empty.
2011-02-14 15:34:48 -05:00
Kevin Hunter
eb01209e8f
cppcheck: post- to pre- *crement change
2011-02-14 20:00:40 +01:00
Joseph Powers
95ad1501e0
Remove class SfxCancelManager
...
This is only used in binfilter; which has its own copy of the class.
make distclean & make check work on Mac OS X
2011-02-14 08:04:39 -08:00
Joseph Powers
36587403f8
Merge PRV_SV_DECL_REF_SIGNATURE into PRV_SV_DECL_REF_LOCK
...
The 2nd macro is the only location in the code where the 1st was used.
I think it's easier to read if the 2nd macro has all the code.
2011-02-14 08:04:38 -08:00
Takeshi Abe
78a5eaaaa1
Removed an uncompiled file
...
Its use has gone at 2004: b24b344741fdd4bd8750ff54ce50b146dc31cc8f
2011-02-15 00:06:54 +09:00
Caolán McNamara
40919b309b
move this (cool) natural sort into comphelper
2011-02-14 11:22:58 +00:00
Caolán McNamara
f7992005e0
move this to comphelper
2011-02-14 11:22:26 +00:00
Caolán McNamara
33fb06798b
add mode lines to new files
2011-02-14 09:45:47 +00:00
Joseph Powers
3e51d28d6e
Remove unused macros SV_DECL_IMPL_LOCK & SV_DECL_IMPL_MEMBER_LIST
2011-02-13 22:26:13 -08:00
Joseph Powers
5da5cd60ac
Remove DECLARE_LIST( ImpSelList, Range* )
2011-02-13 18:56:41 -08:00
Caolán McNamara
a6f9e50458
cppcheck: reduce the scope of the variable
2011-02-13 20:02:28 +00:00
Tor Lillqvist
6444836dbd
Fix x64 Windows build
2011-02-13 19:56:54 +02:00
Christian Lohmaier
bd0bc9c9f9
WaE variable types in fprintf, specify expected type/add casting
2011-02-13 17:59:28 +01:00
Joseph Powers
c26e167069
Remove DECLARE_LIST( GenericInformationList_Impl, GenericInformation* )
2011-02-13 07:45:15 -08:00
Joseph Powers
62b6678650
Don't export bootstrp/sstring.hxx
...
This file is no longer needed outside of tools.
2011-02-12 10:37:59 -08:00
Joseph Powers
31ea0f11f8
Remove DECLARE_LIST( UniStringList, UniString* )
...
This was only used by cuigaldlg.hxx/.cxx. So I moved the defination to the
.hxx. This allowed me to just delete it from this file.
2011-02-12 09:11:19 -08:00
Joseph Powers
43306e14ca
Remove unused class SUniStringList
2011-02-12 08:37:37 -08:00
Joseph Powers
4d46081a83
Remove DECLARE_LIST( ByteStringList, ByteString* )
2011-02-12 06:40:48 -08:00
Joseph Powers
08ecc75916
Remove some unneeded CDEFS+=-D_TOOLS_STRINGLIST
...
The only source code that referenced _TOOLS_STRINGLIST was sstring.cxx and
all it did was define it if it wasn't already defined.
2011-02-12 06:32:42 -08:00
Joseph Powers
19b88e3570
Remove DECLARE_LIST( ByteStringList, ByteString * )
...
Alsp fixed some memory leeks.
2011-02-11 20:30:42 -08:00
Joseph Powers
b3e23b175a
Remove DECLARE_LIST( ByteStringList, MkLine * )
...
Also fix some memory leeks.
2011-02-11 19:35:00 -08:00
Alfonso Eusebio
4944e391e6
Remove obsolete Hyperlink Bar from libs-gui
...
Removed all code related to hyperlink bar from libs-gui repo.
2011-02-11 19:05:25 +01:00
Joseph Powers
3061d18fc3
Revert removeal of mkfilt.
...
It seems that this is used manually to create build files.
2011-02-11 08:32:51 -08:00
Joseph Powers
4bbb3fcb1a
Remove an unused build tool addexes2/mkfilt
...
I did a quick ./g grep and didn't find anything that used it.
I also did a make distclean and smoketest, so it might be ok (Mac OS).
PS: If we added it back in, note that it has a major memory leek related to
the DECLARE_LIST().
2011-02-11 07:37:55 -08:00
Caolán McNamara
e4840966c6
try and use the same spacing between checkboxes and text as vcl does
2011-02-11 13:24:47 +00:00
Caolán McNamara
0b8f11ce95
(std|boost)::hash on a const char* hashes the pointer not the contents
2011-02-11 12:50:02 +00:00
Caolán McNamara
7df76ae885
(std|boost)::hash on a const char* hashes the pointer not the contents
2011-02-11 12:44:51 +00:00
Joseph Powers
5bd709c6ab
Remove DECLARE_LIST( ComponentEntryList, ComponentEntry* )
2011-02-10 21:48:39 -08:00
Joseph Powers
19935f3676
Remove DECLARE_LIST( UnoControlModelEntryListBase, UnoControlModelEntry* )
2011-02-10 20:29:00 -08:00
Kevin Hunter
babb621d4f
cppcheck: post- to pre- *crement change.
2011-02-10 20:24:23 +00:00
Michael Meeks
f0094fb8b8
catch exceptions from failing UNO-ness, fdo#33785 backstop.
2011-02-10 17:35:20 +00:00
Sébastien Le Ray
b5d135810f
Add a CompareToNumeric to ByteString & UniString
2011-02-10 16:56:30 +01:00
Joseph Powers
298b9df14b
Remove DECLARE_LIST( PopupMenuRefList, uno::Reference< awt::XPopupMenu >* )
2011-02-10 07:22:02 -08:00
Caolán McNamara
5aee848d35
add sample Hangul text for hang script-tag
2011-02-10 14:08:40 +00:00