summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)Author
2011-03-12Fix non-debug buildThomas Arnhold
2011-03-11Move DBG_TRACE1 to OSL_TRACEThomas Arnhold
2011-03-11Move DBG_ERROR to OSL_FAIL for preprocessor string literalsThomas Arnhold
2011-03-11Move DBG_ERROR to OSL_FAIL for getStr()Thomas Arnhold
2011-03-09Remove SvLongs declaration and definitionNigel Hawkins
2011-03-08Un-breaking the unit testKatarina Machalkova
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
This reverts commit 97ce42ad29560d39560b7f7c23785142803ae52f. Adding the format to every lang. breaks the std. format indexing (thus, unit test too) Moreover, it is not "legal" for non-English locale (or so LocaleNode.cxx says)
2011-03-04WaE: move that inside the TODO as wellCaolán McNamara
2011-03-03Disabled failing format items for now :(Katarina Machalkova
after introducing new num. formats (42[.00]), those items that access standard format list cease to work :(
2011-03-03Ooops, GetnAnz() got renamed to GetCount()Katarina Machalkova
2011-03-03Introducing new number format ( -N => (N) ) -- bnc#659993Katarina Machalkova
+ teaching Calc num. formatting dialog to work with it + adding it to ~most locale (certainly I've forgotten some)
2011-03-03Size mattersFridrich Štrba
2011-03-02Remove DECLARE_LIST( ConvList, Conversation* )Joseph Powers
2011-03-02WaE: move that inside the TODO as wellCaolán McNamara
2011-03-02Disable testing for the currency format codes.Kohei Yoshida
On some systems (including Fedora) the last two currency codes differ. Let's disable this test for now until we find out how to properly test this again.
2011-03-02Add missing osl/diagnose.h includeThomas Arnhold
2011-03-02Add osl/diagnose.h includeThomas Arnhold
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-28Actually unotools already depends on i18npool. Removing it.Kohei Yoshida
2011-02-28Disable this temporarily due to the objection from Thai users.Kohei Yoshida
2011-02-28More test cases for Thai-specific format codes.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-28Updated method documentation.Kohei Yoshida
2011-02-27Remove "using namespace ::rtl"Julien Nabet
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-24Correct cppunit error message.Kohei Yoshida
2011-02-24Use OUString instead of String in the unit test code.Kohei Yoshida
Added another method PutEntry() to allow rtl::OUString to be used. We'll keep this until UniString gets totally eradicated.
2011-02-24Generate locale code that includes numeral shape and calendar type.Kohei Yoshida
2011-02-24I need iostream and its friends while debugging the unit test code.Kohei Yoshida
2011-02-24remove empty TESTSHL2LIBCaolán McNamara
2011-02-24Pick up numeral shape and calendar type as well as the language.Kohei Yoshida
So far this change doesn't affect the behavior of the number formatter but only to pick up extra data that Excel provides (that we need to map to our own later on).
2011-02-24Get this to work under windows.Caolán McNamara
The test code itself isn't compiled with SVL_DLLIMPLEMENTATION so either it gets compiled with SVL_DLLIMPLEMENTATION and links to the .lib or it gets compiled without it and links to the .dll and sticks to the exported methods. In this case we can currently take the latter methinks.
2011-02-24remove unused export.mapCaolán McNamara
2011-02-23Unit test for default number format codes for US English.Kohei Yoshida
2011-02-23Run unit test as part of the build.Kohei Yoshida
For now, there is no test yet, but it's coming soon.
2011-02-23Initial unit test skeleton, copied and modified from sc.Kohei Yoshida
2011-02-23Git commit --amend implies -a !? Removing uninteneded commit.Kohei Yoshida
So, it seems that when you git add and git commit --amend, it commits all changes even when you don't specify -a !? *sigh*
2011-02-23Updated method documentation to be more specific.Kohei Yoshida
2011-02-22Remove SvBools from svlNigel Hawkins
2011-02-22fix build errorCaolán McNamara
2011-02-21Remove DECLARE_LIST( DdeFormats, long )Joseph Powers
2011-02-21Remove classes DdeServiceList & DdeTopicListJoseph Powers
These don't appear to be used anywhere.
2011-02-20Remove TCPP supportThomas Arnhold
Old Turbo C++ compiler.
2011-02-19Some more #include <tools/list.hxx> cleanupJoseph Powers
I basically removed them for everywhere and then added back in only the ones required to get it to build. I did a "make distclean" on Mac and it worked.
2011-02-16Remove WTC supportThomas Arnhold
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-16Remove MTW supportThomas Arnhold
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "MTW - metrowerks compiler (mac OS9 ?) - obsolete"