summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-01Fix debug build: add missing using ::rtl::OStringThomas Arnhold1-0/+3
2011-02-28Actually unotools already depends on i18npool. Removing it.Kohei Yoshida1-1/+1
2011-02-28Disable this temporarily due to the objection from Thai users.Kohei Yoshida1-0/+3
2011-02-28More test cases for Thai-specific format codes.Kohei Yoshida1-2/+11
2011-02-28Renamed GetnAnz() to GetCount(), to make it easier for us to understand.Kohei Yoshida2-30/+30
2011-02-28Store locale type instead of language type.Kohei Yoshida2-25/+25
2011-02-28Updated method documentation.Kohei Yoshida1-8/+12
2011-02-27[PATCH] Remove deprecated container List and update required headers.Rafael Dominguez3-13/+20
2011-02-27Add Missing "using ::rtl::OString;"Joseph Powers1-0/+1
2011-02-27Remove "using namespace ::rtl"Julien Nabet10-11/+17
2011-02-27Remove "using namespace ::rtl"Julien Nabet17-17/+36
2011-02-27Remove "using namespace ::rtl"Julien Nabet7-7/+9
2011-02-27Remove "using namespace ::rtl"Julien Nabet22-25/+48
2011-02-27Remove "using namespace ::rtl"Julien Nabet9-14/+30
2011-02-27Remove "using namespace ::rtl"Julien Nabet4-4/+8
2011-02-27Remove "using namespace ::rtl"Julien Nabet33-33/+50
2011-02-27Remove "using namespace ::rtl"Julien Nabet17-17/+31
2011-02-27Fix small bugJulien Nabet1-1/+1
2011-02-26Remove "using namespace ::rtl"Julien Nabet5-5/+12
2011-02-26WaE: suggest parentheses around '&&' within '||'David Tardon1-1/+1
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold8-14/+14
2011-02-25some fixes for checkboxes and radiobuttons in popups (bnc#581833)Luboš Luňák1-7/+14
2011-02-25Sigh....Kohei Yoshida1-79/+0
2011-02-25Added i18npool as dependency to svl, the unit test now depends on it.Kohei Yoshida2-1/+80
2011-02-25More on using real namespace scopes.Kohei Yoshida2-4/+9
2011-02-25Let's remove using namespace rtl while I'm at it.Kohei Yoshida2-2/+2
2011-02-25Use real namespace scopes. The old scheme screwed up context tagging.Kohei Yoshida2-2/+8
2011-02-24Correct cppunit error message.Kohei Yoshida1-1/+1
2011-02-24Use OUString instead of String in the unit test code.Kohei Yoshida3-3/+22
2011-02-24Generate locale code that includes numeral shape and calendar type.Kohei Yoshida2-5/+58
2011-02-24I need iostream and its friends while debugging the unit test code.Kohei Yoshida1-0/+18
2011-02-24remove empty TESTSHL2LIBCaolán McNamara1-1/+0
2011-02-24Pick up numeral shape and calendar type as well as the language.Kohei Yoshida3-14/+61
2011-02-24Get this to work under windows.Caolán McNamara2-34/+11
2011-02-24remove unused export.mapCaolán McNamara1-7/+0
2011-02-23Some more #include <boost/ptr_container/ptr_vector.hpp> fixesJoseph Powers2-1/+4
2011-02-23Add missing #include <boost/ptr_container/ptr_vector.hpp>Joseph Powers1-0/+2
2011-02-23Unit test for default number format codes for US English.Kohei Yoshida1-1/+134
2011-02-23Run unit test as part of the build.Kohei Yoshida3-1/+8
2011-02-23Initial unit test skeleton, copied and modified from sc.Kohei Yoshida4-0/+274
2011-02-23Git commit --amend implies -a !? Removing uninteneded commit.Kohei Yoshida1-50/+0
2011-02-23Updated method documentation to be more specific.Kohei Yoshida2-1/+67
2011-02-22Accidentally changed the logic. Fixing it now.Kohei Yoshida1-7/+3
2011-02-22Break up giant if statement into smaller ones.Kohei Yoshida1-25/+51
2011-02-22Fixed indentation and bracket style.Kohei Yoshida1-45/+46
2011-02-22Don't use gsl_getSystemTextEncoding for the imported clipboard AnsiStringCaolán McNamara1-36/+8
2011-02-22Remove SvBools from svlNigel Hawkins3-9/+2
2011-02-22Update mpItemList from std::vector to boost::ptr_vector.Rafael Dominguez2-134/+71
2011-02-22try to work around IM problems with KDE4 integration (bnc#665112)Luboš Luňák3-0/+39
2011-02-22report properly button positions in Qt scrollbars (bnc#550828)Luboš Luňák1-3/+41