summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2011-12-22recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-ddEike Rathke
2011-12-21resolved fdo#37978 - Date formatting in Spreadsheet is inconsistentEike Rathke
2011-12-21tweak for pre language-defect #77Caolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-21needs more work firstCaolán McNamara
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-11-23use cased month names only if no hard coded literal string followsEike Rathke
2011-11-22scan genitive and partitive month names only if they differEike Rathke
2011-11-22added partitive case month namesEike Rathke
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19add narrow (one letter) month namesEike Rathke
2011-11-19use possessive genitive case month names in number formatterEike Rathke
2011-11-19use new possessive genitive case month names locale data APIEike Rathke
2011-11-10change the code a bit to make it a bit more clearMarkus Mohrhard
2011-11-08fdo#37925: don't show -0 as number in a cellMarkus Mohrhard
2011-11-04Support rtl::OUString reference here as well.Kohei Yoshida
2011-10-07cppcheck scope reduction in svl/..zforlist.cxxPierre-André Jacquod
2011-10-04WaE: unreachable codeTor Lillqvist
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-08-15callcatcher: remove code, hide's erAcks to-do code behind an ifdefCaolán McNamara
2011-08-12removed unused stuff from number formatterEike Rathke
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke
2011-08-09Replace SvUShorts with vector in svl/zforlist.[ch]xxNigel Hawkins
2011-08-08callcatcher: remove unused methodsCaolán McNamara
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara
2011-08-05fdo#34977 preserve time when editing even if only date was displayedEike Rathke
2011-08-05Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]Eike Rathke
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-07-28Don't delete valid [$.*] components of number formatsKatarina Machalkova
2011-07-14Replace List with std::vector< SvNumberFormatter* >Joseph Powers
2011-07-07fdo#38963: crash in number format dialogMarkus Mohrhard
2011-07-01ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara
2011-06-18remove dead codeTakeshi Abe
2011-06-01use tunnel pattern hereCaolán McNamara
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-21Drop OS2Tor Lillqvist
2011-05-16WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2011-05-16avoid possible array overrunDavid Tardon
2011-05-11Fix for fdo#36673: corrupt date formats of cellsKatarina Machalkova
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-04-22cppcheck variableScopeKayo Hamid
2011-04-21Fix typo; NF_KEY_FALSE should be "FALSE".Jan Holesovsky
2011-04-15those TRUE->sal_True conversions look really wrongCaolán McNamara
2011-03-29WaE: unused variableDavid Tardon