summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)Author
2011-08-12removed unused stuff from number formatterEike Rathke
2011-08-11Some cppcheck cleaningJulien Nabet
2011-08-11callcatcher: yet more unused codeCaolán McNamara
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09Replace SvUShorts with vector in svl/zforlist.[ch]xxNigel Hawkins
LGPLv3+/MPL1.1
2011-08-09Replace SvUShorts with vector in aeitem.[ch]xxNigel Hawkins
LGPLv3+/MPL1.1
2011-08-08callcatcher: ditch some more methodsCaolán McNamara
2011-08-08callcatcher: remove unused methodsCaolán McNamara
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara
2011-08-08callcatcher: unused methodsCaolán McNamara
2011-08-05fdo#34977 preserve time when editing even if only date was displayedEike Rathke
* 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-05removed SkipNumberFormatterInStream, was dropped, declared but not definedEike Rathke
2011-08-05Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]Eike Rathke
* 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-05callcatcher: unused methodsCaolán McNamara
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-04va_end closer of the va_start correspondingJulien Nabet
2011-08-04callcatcher: remove unused methodsCaolán McNamara
2011-08-03callcatcher: remove unused methodsThomas Arnhold
2011-07-31callcatcher: remove unused codeCaolán McNamara
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-28Don't delete valid [$.*] components of number formatsKatarina Machalkova
... such as [RED], [NatNumX] etc.
2011-07-27callcatcher: remove various unused methodsCaolán McNamara
2011-07-26callcatcher: Remove unused SvxSearchConfigThomas Arnhold
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-22Do build rsc also on non-desktop OSes just for rscsfx.hxx to get deliveredTor Lillqvist
Don't actually compile anything, though... Just the rscsfx.hxx is needed.
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-20Port SfxIntegerListItem to ::std::vectorMaciej Rumianowski
For calc to be free of SvULongs SfxIntegerListItem has to use SvULongs. Additionaly a constructor with Sequence used in calc.
2011-07-18callcatcher: remove unused methodsCaolán McNamara
2011-07-14Replace List with std::vector< SvNumberFormatter* >Joseph Powers
2011-07-14callcatcher: unused methodsCaolán McNamara
2011-07-14callcatcher: actually remove INetContentTypes::GetExtensionThomas Arnhold
2011-07-14callcatcher: remove INetContentTypes::FooThomas Arnhold
2011-07-13callcatcher: downheap only used by removed heapsort, also remove itCaolán McNamara
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-07-12callcatcher: remove unused INetURLHistory_Impl::heapsortThomas Arnhold
2011-07-11callcatcher: remove unused SfxItemPool::GetLoadingVersionCaolán McNamara
2011-07-11callcatcher: remove unused createRFC822MailboxCaolán McNamara
2011-07-10Building rsc makes sense only for desktop OSesTor Lillqvist
2011-07-07fdo#38963: crash in number format dialogMarkus Mohrhard
2011-07-01ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara
2011-06-29Replace List with std::vector< CntHTTPCookie* >Joseph Powers
2011-06-28typo fix/silence warning C4819 on WindowsAndras Timar
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan
2011-06-23remove unused forward declarationCaolán McNamara
2011-06-23Remove unused SmartRel2Abs variantCaolán McNamara
2011-06-23anonymous namespaces work fine nowCaolán McNamara
2011-06-23ditch other unused stream operatorsCaolán McNamara
2011-06-23ditch unused stream operatorsCaolán McNamara
2011-06-23remove parse ByteString variantCaolán McNamara