summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
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
2011-03-25fdo#33089: Fixed number format handling for Thai locale.Samphan Raruenrom
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-11fix up merging issues, so it compilesMichael Meeks
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-03-09sw34bf04: #i46648#: define class for NfKeywordTableHenning Brinkmann
2011-03-08Handle tinkering with '-N => (N)' number format -- bnc#659993Katarina Machalkova
2011-03-08Revert "Introducing new number format ( -N => (N) ) -- bnc#659993"Katarina Machalkova
2011-03-03Ooops, GetnAnz() got renamed to GetCount()Katarina Machalkova
2011-03-03Introducing new number format ( -N => (N) ) -- bnc#659993Katarina Machalkova
2011-03-02Add missing osl/diagnose.h includeThomas Arnhold
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-28Disable this temporarily due to the objection from Thai users.Kohei Yoshida
2011-02-28Renamed GetnAnz() to GetCount(), to make it easier for us to understand.Kohei Yoshida
2011-02-28Store locale type instead of language type.Kohei Yoshida
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-02-25Sigh....Kohei Yoshida
2011-02-25Added i18npool as dependency to svl, the unit test now depends on it.Kohei Yoshida
2011-02-24Use OUString instead of String in the unit test code.Kohei Yoshida
2011-02-24Generate locale code that includes numeral shape and calendar type.Kohei Yoshida
2011-02-24Pick up numeral shape and calendar type as well as the language.Kohei Yoshida
2011-02-23Git commit --amend implies -a !? Removing uninteneded commit.Kohei Yoshida
2011-02-23Updated method documentation to be more specific.Kohei Yoshida
2011-02-15Fix incorrect use of uno::Sequence.Jan Holesovsky
2011-02-15Use contstructor instead of assignment, fixes unittest in sc.Jan Holesovsky