summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Collapse)AuthorFilesLines
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2-10/+6
merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
2012-06-19death to some UniStringsCaolán McNamara1-7/+6
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
2012-06-19reduce amount of static StringsCaolán McNamara1-46/+41
Change-Id: Ic397223332982619d62a30326fa8ceddd59010f3
2012-06-19why on earth are these double null terminatedCaolán McNamara1-5/+5
Change-Id: If7246afada76ca078ace48ef6f8bdb6a72adc00a
2012-06-19remove some UniString ctorsCaolán McNamara2-2/+2
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara2-234/+227
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-18use boost::noncopyableCaolán McNamara1-6/+2
Change-Id: I1a72115796dfe876fe20bc3fecd9897c90da8db5
2012-06-16Junit test for unotoolsNorbert Thiebaud1-0/+37
Change-Id: I7f3e6ed57fa40e9c7804c42c37c10023eefcc022
2012-06-16revert gmk4Norbert Thiebaud1-56/+0
Change-Id: Ib91e193d55d38abd77a6b4c0849c1f13c37cc7f2
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold1-2/+0
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2-8/+8
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-12nuke dead codeTakeshi Abe2-105/+0
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
2012-06-11callcatcher: update unused codeCaolán McNamara2-31/+0
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
2012-06-09Remove superfluous empty lines on topThomas Arnhold2-4/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-4/+3
Update code to use factory method TextSearch::create Change-Id: I7a8b607ed397158ca1e2b834ce61b8b196c8019a
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-9/+6
Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05Add ODF1.2 extended-but-more-compatible modeThorsten Behrens1-0/+1
With several legacy pre-ODF1.2 and ODF1.2-only consumers out there, folks wanted a more backward-compatible ODF1.2 extended mode, that uses stuff deprecated in 1.2, and/or is 'bug-compatible' to older OOo-versions. Therefore, adding ODFVER_012_EXT_COMPAT, and sticking it to several attributes that were ODFVER_LATEST before.
2012-06-02targeted string re-workNorbert Thiebaud11-103/+95
Change-Id: I1af89db47fb3e387b5b83a86424bfac44eb28135
2012-05-30targeted string re-workNorbert Thiebaud3-12/+10
Change-Id: I3ef48c34e9e0e1c0e567b013b55a630ee1c7e9c5
2012-05-24removed unused const char[]Takeshi Abe1-1/+0
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
2012-05-17removed unused const rtl::OUStringTakeshi Abe2-2/+0
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-16fdo#46074 fdo#49948 Ignore corrupted items in Recent DocumentsStephan Bergmann1-1/+17
...following up on 4ccb4bda483eb548eb6efb5e2f1952f094522320 "fdo#46074 Ignore corrupted items in Recent Documents" with another problematic scenario found with fdo#49948. Change-Id: I3e7c803813f09c1f031defc2c18cfab6732b1621
2012-05-16Unwound unhelpful LogHelper::logItStephan Bergmann4-96/+44
...where the OSL_FAIL line numbers did not point at the relevant code. Change-Id: I4d12d63782378cbbc446cdcd77c07676ffc81d78
2012-05-06nuke dead codeTakeshi Abe1-131/+0
Change-Id: Ic7110a2d589c5be60c2beae1fa8c9e7ed6d63c04
2012-05-06removed unused definesTakeshi Abe10-30/+0
Change-Id: Ibb6141776fc3a418095b7184c7dacfba70dd7238
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2-5/+5
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold2-7/+2
2012-04-20fdo#46074 Ignore corrupted items in Recent DocumentsStephan Bergmann1-10/+28
2012-04-19Improved error reportingStephan Bergmann1-2/+2
2012-04-10fix typoCaolán McNamara1-1/+1
2012-04-10add a getBuildVersion helperCaolán McNamara2-0/+15
2012-04-09s/pathes/paths/Tor Lillqvist3-11/+11
2012-04-09s/pathes/paths/Tor Lillqvist8-10/+10
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-3/+3
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-7/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-8/+8
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-11/+11
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2-12/+11
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-14/+13
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-57/+58
2012-03-28fold historyoptions_const.hxx into historyoptions.cxxCaolán McNamara2-57/+16
2012-03-28don't have to deliver historyoptions_const.hxxCaolán McNamara1-1/+0
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-73/+73
2012-03-28fold useroptions_const.hxx into useroptions.cxxCaolán McNamara2-23/+23
2012-03-28don't need to export useroptions_const.hxxCaolán McNamara1-1/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.