Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-12 | Fix non-debug build | Thomas Arnhold | |
2011-03-11 | Move DBG_TRACE1 to OSL_TRACE | Thomas Arnhold | |
2011-03-11 | Move DBG_ERROR to OSL_FAIL for preprocessor string literals | Thomas Arnhold | |
2011-03-11 | Move DBG_ERROR to OSL_FAIL for getStr() | Thomas Arnhold | |
2011-03-09 | Remove SvLongs declaration and definition | Nigel Hawkins | |
2011-03-08 | Un-breaking the unit test | Katarina Machalkova | |
2011-03-08 | Handle tinkering with '-N => (N)' number format -- bnc#659993 | Katarina Machalkova | |
2011-03-08 | Revert "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-04 | WaE: move that inside the TODO as well | Caolán McNamara | |
2011-03-03 | Disabled 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-03 | Ooops, GetnAnz() got renamed to GetCount() | Katarina Machalkova | |
2011-03-03 | Introducing new number format ( -N => (N) ) -- bnc#659993 | Katarina Machalkova | |
+ teaching Calc num. formatting dialog to work with it + adding it to ~most locale (certainly I've forgotten some) | |||
2011-03-03 | Size matters | Fridrich Štrba | |
2011-03-02 | Remove DECLARE_LIST( ConvList, Conversation* ) | Joseph Powers | |
2011-03-02 | WaE: move that inside the TODO as well | Caolán McNamara | |
2011-03-02 | Disable 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-02 | Add missing osl/diagnose.h include | Thomas Arnhold | |
2011-03-02 | Add osl/diagnose.h include | Thomas Arnhold | |
2011-03-02 | Move DBG_ERROR to OSL_FAIL | Thomas Arnhold | |
2011-02-28 | Actually unotools already depends on i18npool. Removing it. | Kohei Yoshida | |
2011-02-28 | Disable this temporarily due to the objection from Thai users. | Kohei Yoshida | |
2011-02-28 | More test cases for Thai-specific format codes. | Kohei Yoshida | |
2011-02-28 | Renamed GetnAnz() to GetCount(), to make it easier for us to understand. | Kohei Yoshida | |
2011-02-28 | Store locale type instead of language type. | Kohei Yoshida | |
2011-02-28 | Updated method documentation. | Kohei Yoshida | |
2011-02-27 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-02-26 | Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) | Thomas Arnhold | |
2011-02-25 | Sigh.... | Kohei Yoshida | |
2011-02-25 | Added i18npool as dependency to svl, the unit test now depends on it. | Kohei Yoshida | |
2011-02-24 | Correct cppunit error message. | Kohei Yoshida | |
2011-02-24 | Use 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-24 | Generate locale code that includes numeral shape and calendar type. | Kohei Yoshida | |
2011-02-24 | I need iostream and its friends while debugging the unit test code. | Kohei Yoshida | |
2011-02-24 | remove empty TESTSHL2LIB | Caolán McNamara | |
2011-02-24 | Pick 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-24 | Get 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-24 | remove unused export.map | Caolán McNamara | |
2011-02-23 | Unit test for default number format codes for US English. | Kohei Yoshida | |
2011-02-23 | Run unit test as part of the build. | Kohei Yoshida | |
For now, there is no test yet, but it's coming soon. | |||
2011-02-23 | Initial unit test skeleton, copied and modified from sc. | Kohei Yoshida | |
2011-02-23 | Git 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-23 | Updated method documentation to be more specific. | Kohei Yoshida | |
2011-02-22 | Remove SvBools from svl | Nigel Hawkins | |
2011-02-22 | fix build error | Caolán McNamara | |
2011-02-21 | Remove DECLARE_LIST( DdeFormats, long ) | Joseph Powers | |
2011-02-21 | Remove classes DdeServiceList & DdeTopicList | Joseph Powers | |
These don't appear to be used anywhere. | |||
2011-02-20 | Remove TCPP support | Thomas Arnhold | |
Old Turbo C++ compiler. | |||
2011-02-19 | Some more #include <tools/list.hxx> cleanup | Joseph 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-16 | Remove WTC support | Thomas Arnhold | |
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete" | |||
2011-02-16 | Remove MTW support | Thomas Arnhold | |
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "MTW - metrowerks compiler (mac OS9 ?) - obsolete" |