Commit graph

328 commits

Author SHA1 Message Date
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
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
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
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
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
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
Caolán McNamara
9cec47773b callcatcher: remove unused createRFC822Mailbox 2011-07-11 09:05:05 +01:00
Markus Mohrhard
ce30b112e3 fdo#38963: crash in number format dialog 2011-07-07 12:09:44 +02:00
Caolán McNamara
8d4d7b1062 ByteString::CreateFromInt32 -> OString::valueOf 2011-07-01 23:01:39 +01:00
Matus Kukan
ec2ba48815 update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:40 +01:00
Caolán McNamara
d7f0047e63 Remove unused SmartRel2Abs variant 2011-06-23 09:08:07 +01:00
Caolán McNamara
124a30f47b anonymous namespaces work fine now 2011-06-23 09:08:07 +01:00
Caolán McNamara
d17279e61a ditch unused stream operators 2011-06-23 09:08:07 +01:00
Caolán McNamara
f1251f68b1 remove parse ByteString variant 2011-06-23 09:08:07 +01:00
Caolán McNamara
42bfc7c6dd junk unused archaic pre-stl containers 2011-06-22 09:25:35 +01:00
Caolán McNamara
a9bec36b04 remove unused appendUSASCIIParameter methods 2011-06-22 09:25:35 +01:00
Caolán McNamara
7956c175a6 catch by const reference 2011-06-20 11:08:37 +01:00
Takeshi Abe
b33ae7fc70 remove dead code 2011-06-18 00:01:15 +09:00
Nigel Hawkins
398997a3e1 Remove definitions of SvUShortsSort. LGPLv3+/MPL 2011-06-14 15:07:37 +01:00
Caolán McNamara
a6969adc72 use tunnel pattern here 2011-06-01 15:21:55 +01:00
Jan Holesovsky
ec6c98105a Merge commit 'libreoffice-3.4.0.2'
Conflicts:
	svtools/source/filter/wmf/winmtf.hxx
	tools/source/fsys/urlobj.cxx
	unotools/source/config/configmgr.cxx
	unotools/source/config/makefile.mk
	vcl/inc/vcl/cursor.hxx
	vcl/source/gdi/outdevnative.cxx
	vcl/source/window/abstdlg.cxx
	vcl/source/window/toolbox.cxx
	vcl/unx/generic/printer/ppdparser.cxx
	vcl/unx/generic/printer/printerinfomanager.cxx
2011-05-31 10:45:54 +02:00
Jan Holesovsky
66bf06edd0 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui
Conflicts:
	vcl/source/control/makefile.mk
	vcl/unx/generic/printer/ppdparser.cxx
2011-05-27 21:12:53 +02:00
Jan Holesovsky
9e5584a826 Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	cppcanvas/source/mtfrenderer/implrenderer.cxx
	i18npool/inc/i18npool/lang.h
	i18npool/source/isolang/isolang.cxx
	svtools/source/filter/exportdialog.cxx
	svtools/source/graphic/grfmgr.cxx
	vcl/aqua/source/dtrans/aqua_service.cxx
	vcl/aqua/source/window/salframe.cxx
	vcl/inc/sft.hxx
	vcl/inc/unx/pspgraphics.h
	vcl/inc/vcl/cursor.hxx
	vcl/inc/vcl/gdimtf.hxx
	vcl/inc/vcl/settings.hxx
	vcl/prj/d.lst
	vcl/source/app/settings.cxx
	vcl/source/control/edit.cxx
	vcl/source/gdi/gdimtf.cxx
	vcl/source/window/cursor.cxx
	vcl/source/window/window.cxx
	vcl/unx/generic/fontmanager/fontconfig.cxx
	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
	vcl/unx/kde4/KDESalGraphics.cxx
2011-05-27 20:47:31 +02:00
Nigel Hawkins
61e112b8ac Remove last trace of SvXub_StrLensSort. LGPLv3+/MPL. 2011-05-27 18:14:06 +01:00