Daisuke Nishino
6401ca3325
Get rid of SvStringsSort
2011-11-07 12:27:32 +00:00
Kohei Yoshida
5ec42cf012
Support rtl::OUString reference here as well.
2011-11-04 22:40:27 -04:00
Daniel Di Marco
f7303fcac7
eliminate SvUShorts type
2011-11-01 12:19:05 +00:00
Caolán McNamara
576d7aaada
drop some unused code
2011-10-28 10:22:59 +01:00
Norbert Thiebaud
0e73ffc339
Surely every target processor know how to do logical shift left efficiently
2011-10-26 09:19:09 -05:00
Stephan Bergmann
b786a33cfd
Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
2011-10-24 13:59:58 +02:00
Caolán McNamara
084d665b61
meh, fix build failure
2011-10-24 11:25:22 +01:00
Caolán McNamara
c67a343bd9
don't leak contenttype registrations
2011-10-24 10:48:03 +01:00
Stephan Bergmann
bf1f0183d5
Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64).
2011-10-18 23:10:56 +02:00
Lior Kaplan
d6f2418d08
Align a rebellious line
2011-10-18 14:17:51 +01:00
Lior Kaplan
89a4f63bc5
Compact the enumeration spaces from previous commit
2011-10-18 14:17:51 +01:00
Lior Kaplan
45e5cdd99f
Remove .chaos file types, except 3 which are in use in the code
2011-10-18 14:17:50 +01:00
Pierre-André Jacquod
1353a64402
cppcheck scope reduction in svl/..zforlist.cxx
2011-10-07 15:57:34 +02:00
Pierre-André Jacquod
c36fbb450d
cppcheck scope reduction in svl/szitem.cxx
2011-10-07 15:57:34 +02:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Caolán McNamara
ae3a5e9c2d
SvByteStrings can go now
2011-10-04 11:52:28 +01:00
Tor Lillqvist
27be19bd8b
WaE: '==' : signed/unsigned mismatch
2011-10-04 13:11:35 +03:00
Tor Lillqvist
deb6a43c1f
WaE: unreachable code
2011-10-04 13:11:33 +03:00
Tor Lillqvist
14c8a75cf3
WaE: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in operation
2011-10-04 13:11:31 +03:00
Caolán McNamara
04723baf6e
callcatcher: various unused methods
2011-10-04 09:00:05 +01:00
David Tardon
59abf8c506
we do not need the counter now
2011-10-04 09:18:08 +02:00
Maciej Rumianowski
d4f1b520cd
Get rid of SvNums
...
SvNums is a define for SvUShort and SvULong, both are replaced with std::vector
2011-10-04 08:48:26 +02:00
Maciej Rumianowski
ff76d2927b
Finally remove SvULongs
...
In all places SvULongs have been replaced with std::vector, now can be totally removed.
2011-10-04 08:48:26 +02:00
Caolán McNamara
02abccf953
more uselessness in msvc
2011-10-03 14:11:30 +01:00
Caolán McNamara
d1420b9235
revert this, reported windows bustage
2011-10-03 12:44:57 +01:00
Caolán McNamara
9efb60f39f
callcatcher: update list
2011-10-03 09:37:18 +01:00
Caolán McNamara
b48e2d958c
callcatcher: various unused methods
2011-10-02 23:19:50 +01:00
Stephan Bergmann
c35ad52639
Cleaned up svldata.
2011-09-30 19:05:03 +02:00
Norbert Thiebaud
57dbe3e466
temp fix to issues stemming from 979e2c8f8b
2011-09-30 11:39:46 -05:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Tor Lillqvist
58462caa51
Fix error reported by gcc 4.4.3: NULL used in arithmetic
2011-09-30 10:45:20 +03:00
Tor Lillqvist
4f3e9f30a0
Always link with user32
2011-09-22 15:46:15 +03:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Caolán McNamara
1c38704ff1
callcatcher: some unused code
2011-09-15 11:23:37 +01:00
Julien Nabet
689bde97d1
Some cppcheck cleaning
2011-09-13 23:00:56 +02:00
Caolán McNamara
006b71d4e9
move init into default ctor, and make non-copyable
2011-09-13 13:35:35 +01:00
Pierre-André Jacquod
2240a98e68
wrong initialization of DdeInstData with memset despite std::vector
...
Thanks cppchecker for detecting this
2011-09-13 13:30:49 +01:00
Caolán McNamara
ddf93e2c09
try better template friend class syntax
2011-09-13 10:15:22 +01:00
Stephan Bergmann
d996328cd5
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
...
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Tor Lillqvist
99d5297d0b
Drop Win9x code
2011-09-12 15:30:32 +03:00
Caolán McNamara
2e11d06b06
not going to get away with this friend syntax
2011-09-12 11:54:30 +01:00
Caolán McNamara
11de7b8ec7
regenerate list
2011-09-12 09:10:04 +01:00
Caolán McNamara
77cdf95348
missing header
2011-09-12 09:10:03 +01:00
Caolán McNamara
6022aab435
ensure dtor gets called, and fix dtor and namespaces
2011-09-12 09:10:02 +01:00
Caolán McNamara
20de64b70e
callcatcher: various unused code
2011-09-09 09:23:10 +01:00
Caolán McNamara
3b243b5fa3
remove freshly unused methods
2011-09-07 12:03:27 +01:00
Bjoern Michaelsen
10011d00a6
kill TF_POOLABLE, step 2: remove dead code
2011-09-07 08:44:03 +02:00
Kohei Yoshida
c8d7cb6bff
Hopefully this will fix the build breakage on Mac.
2011-09-07 01:06:45 -04:00
Kohei Yoshida
2207f9c75a
Refactored SfxItemPool for better encapsulation.
...
Basically everything except pItemInfos is under pImp. This will
make it easier for future refactoring in the implementation area.
2011-09-06 23:45:55 -04:00
Bjoern Michaelsen
0d8c345bf9
kill TF_POOLABLE, step 1: error if unset
2011-09-07 02:40:28 +02:00
Matúš Kukan
2f44516d6c
unusedcode: remove various classes
2011-08-31 20:55:58 +02:00
Caolán McNamara
cdaf58fb9a
bah, extra lib needed
2011-08-29 14:54:46 +01:00
Caolán McNamara
3829892dbc
merge together 5 or ascii isalpha/isalnum/isdigit implementations
2011-08-29 09:56:08 +01:00
Caolán McNamara
005f5d443e
remove freshly unused methods
2011-08-25 09:42:07 +01:00
Caolán McNamara
ac1530a37e
callcatcher: yet more unused code
2011-08-25 09:42:06 +01:00
Muthu Subramanian
8542444fd5
Code review fixes.
2011-08-23 15:32:35 +05:30
Caolán McNamara
43f8cba7d2
callcatcher: yet more unused code
2011-08-23 10:35:44 +01:00
Muthu Subramanian
b6768c5073
n#699334: Legacy Diagram Text import.
...
- Imports Legacy Text.
- Formatting info is not imported.
2011-08-23 14:14:43 +05:30
Caolán McNamara
af6752b88e
callcatcher: remove unused methods
2011-08-22 09:39:15 +01:00
Norbert Thiebaud
d64bbd6bf8
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
2011-08-19 18:29:07 -05:00
Caolán McNamara
7acd9e2c28
callcatcher: remove some methods
2011-08-17 09:54:13 +01:00
Caolán McNamara
a6825d680c
SvByteStringsSortDtor is now finally gone
2011-08-15 09:21:47 +01:00
Caolán McNamara
5c3b0251b1
callcatcher: remove code, hide's erAcks to-do code behind an ifdef
2011-08-15 09:21:47 +01:00
Eike Rathke
25027d0ba3
removed unused stuff from number formatter
2011-08-12 18:39:08 +02:00
Julien Nabet
5cbb76d6c4
Some cppcheck cleaning
2011-08-11 23:23:19 +02:00
Caolán McNamara
7292948992
callcatcher: yet more unused code
2011-08-11 11:10:38 +01:00
Eike Rathke
ea4470cbac
Number formatter sal_Bool -> bool clean-up and cosmetics
2011-08-10 01:32:41 +02:00
Takeshi Abe
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00
Nigel Hawkins
b3a2205527
Replace SvUShorts with vector in svl/zforlist.[ch]xx
...
LGPLv3+/MPL1.1
2011-08-09 15:29:47 +01:00
Nigel Hawkins
bb8ea3fc5f
Replace SvUShorts with vector in aeitem.[ch]xx
...
LGPLv3+/MPL1.1
2011-08-09 15:23:32 +01:00
Caolán McNamara
cb64bcb4ae
callcatcher: ditch some more methods
2011-08-08 13:04:49 +01:00
Caolán McNamara
87025228f4
callcatcher: remove unused methods
2011-08-08 13:04:48 +01:00
Caolán McNamara
6909de0362
ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar
2011-08-08 13:04:48 +01:00
Caolán McNamara
dd853ad626
callcatcher: unused methods
2011-08-08 13:04:47 +01:00
Eike Rathke
15d51584a1
fdo#34977 preserve time when editing even if only date was displayed
...
* For date formats choose the datetime format when editing a value with a time
fraction.
* When editing time formats choose the time format only if 0>=value<1, choose
the duration format when editing a value that may represent a duration, i.e.
is <0 or >=1, and absolute value is less than 32k hours. If greater than 32k
hours choose the datetime format.
2011-08-05 20:05:28 +02:00
Eike Rathke
e1a4e62e3e
removed SkipNumberFormatterInStream, was dropped, declared but not defined
2011-08-05 13:54:09 +02:00
Eike Rathke
9c83099014
Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]
...
* Fixed discarding of prefixes.
* Fixed the broken handling of Thai calendar and numerals speciality.
* Added bits to actually display a format with embedded LCID in the dialog if
the LCID doesn't match the currently viewed locale.
2011-08-05 12:35:58 +02:00
Caolán McNamara
c6da7c43e1
callcatcher: unused methods
2011-08-05 10:03:17 +01:00
Takeshi Abe
10e14793d5
Emacs modeline compatible with vim's one
2011-08-05 11:04:32 +09:00
Julien Nabet
9a807aeb49
va_end closer of the va_start corresponding
2011-08-04 21:00:04 +02:00
Caolán McNamara
4665608ae8
callcatcher: remove unused methods
2011-08-04 09:36:47 +01:00
Thomas Arnhold
1b5f37d262
callcatcher: remove unused methods
2011-08-03 01:54:39 +02:00
Caolán McNamara
ef6add9a7e
callcatcher: remove unused code
2011-07-31 23:49:35 +01:00
Tor Lillqvist
704bc46ae4
Add consistent Emacs and vim mode lines
2011-07-30 23:12:12 +03:00
Katarina Machalkova
0da07b6075
Don't delete valid [$.*] components of number formats
...
... such as [RED], [NatNumX] etc.
2011-07-28 14:50:24 +02:00
Caolán McNamara
a2c7a85db6
callcatcher: remove various unused methods
2011-07-27 22:08:37 +01:00
Thomas Arnhold
5f24eddfc8
callcatcher: Remove unused SvxSearchConfig
2011-07-26 23:39:04 +02:00
Bjoern Michaelsen
41ce86ad45
Merge branch 'master' into feature/gnumake4
2011-07-24 19:23:00 +02:00
Tor Lillqvist
fc8c0de854
Do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered
...
Don't actually compile anything, though... Just the rscsfx.hxx is
needed.
2011-07-22 12:29:43 +03:00
Bjoern Michaelsen
a233dac065
resyncing to master
2011-07-21 18:56:16 +02:00
Maciej Rumianowski
b0a77d0b6e
Port SfxIntegerListItem to ::std::vector
...
For calc to be free of SvULongs SfxIntegerListItem has to use SvULongs.
Additionaly a constructor with Sequence used in calc.
2011-07-20 17:05:29 -04:00
Caolán McNamara
8104b3710e
callcatcher: remove unused methods
2011-07-18 12:21:26 +01:00
Joseph Powers
99a8c8dac8
Replace List with std::vector< SvNumberFormatter* >
2011-07-14 18:12:21 -07:00
Caolán McNamara
e71342f90b
callcatcher: unused methods
2011-07-14 15:30:40 +01:00
Thomas Arnhold
03ce32c4fe
callcatcher: actually remove INetContentTypes::GetExtension
2011-07-14 08:19:57 +02:00
Thomas Arnhold
3dc7859eb7
callcatcher: remove INetContentTypes::Foo
2011-07-14 08:19:56 +02:00
Caolán McNamara
dd69ff6ea2
callcatcher: downheap only used by removed heapsort, also remove it
2011-07-13 10:25:31 +01:00
Matus Kukan
22f299b12e
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:30 +02:00
Thomas Arnhold
07924e674e
callcatcher: remove unused INetURLHistory_Impl::heapsort
2011-07-12 00:59:54 +02:00
Caolán McNamara
da090884ee
callcatcher: remove unused SfxItemPool::GetLoadingVersion
2011-07-11 16:40:42 +01:00