Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | 3 | -3/+5 | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -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-09 | add package deps for resources | David Tardon | 1 | -2/+7 | |
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | 1 | -1/+1 | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | 1 | -0/+2 | |
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk | |||||
2012-04-08 | clean up | David Tardon | 1 | -1/+1 | |
2012-04-08 | always use --protector for UNO tests | David Tardon | 1 | -4/+0 | |
2012-04-08 | drop uses_ure | David Tardon | 1 | -2/+0 | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | 1 | -4/+0 | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||||
2012-04-08 | Revert "fdo#41739: Math: do not skip "newline" on error" | Ivan Timofeev | 1 | -3/+1 | |
This reverts commit f52138deee9e129d0566f06d1d2138b6b159d16a. It was the cause of infinite recursive loops (huh, why, that was obvious!). | |||||
2012-04-08 | starmath: fix DEBUG_ENABLE_DUMPASDOT build | Ivan Timofeev | 1 | -2/+2 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 5 | -13/+13 | |
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-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | 2 | -14/+8 | |
2012-04-05 | Remove macro RTL_CONSTASCII_USTRINGPARAM | Olivier Hallot | 1 | -7/+7 | |
Remove macro RTL_CONSTASCII_USTRINGPARAM in starmath (partial) | |||||
2012-04-03 | Some String <-> OUString replacements in starmath | Olivier Hallot | 3 | -4/+4 | |
Some string to OUString replacements in starmath | |||||
2012-04-02 | Added Help Buttons to dialog buttons in starmath | Karan Desai | 3 | -5/+162 | |
2012-03-29 | Remove unnecessary tools/table.hxx #includes | Noel Grandin | 1 | -1/+0 | |
2012-03-22 | fdo#41739: Math: do not skip "newline" on error | Ivan Timofeev | 1 | -1/+3 | |
2012-03-20 | remove ToDouble/ToFloat | Caolán McNamara | 1 | -2/+2 | |
2012-03-20 | make ResId->OUString the primary route | Caolán McNamara | 1 | -3/+3 | |
2012-03-20 | split macros to elide unneeded methods | Caolán McNamara | 2 | -3/+1 | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | 1 | -0/+14 | |
...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. | |||||
2012-03-13 | string literals in ?: don't get automatically converted to OUString | Luboš Luňák | 1 | -1/+3 | |
Technically these two are both const char[8], so gcc/clang keep the resulting type the same, but msvc always converts to const char*, even if the same sizes mean this is not required. | |||||
2012-03-12 | use string literal OUString overloads | Luboš Luňák | 15 | -257/+236 | |
2012-03-12 | replace usage of OUString::replace*AsciiL() with string literal overloads | Luboš Luňák | 1 | -4/+2 | |
2012-03-10 | gbuild: remove some more realpaths | Matúš Kukan | 1 | -3/+3 | |
Where necessary, replace with wildcard, what does not change path. | |||||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | 2 | -4/+4 | |
2012-03-08 | fold i18npaper into i18nutil | Caolán McNamara | 2 | -2/+2 | |
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting | |||||
2012-03-05 | Drop an unused variable | Tor Lillqvist | 1 | -3/+1 | |
2012-03-05 | Replace String by OUString | Olivier Hallot | 1 | -2/+2 | |
Replace String by OUString | |||||
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | 4 | -4/+4 | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||||
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe | 1 | -1/+1 | |
in scripting / sdext / starmath / stoc / svtools / svx | |||||
2012-02-27 | CRLF to LF, no code changed | Korrawit Pruegsanusak | 1 | -68/+68 | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | 1 | -1/+1 | |
2012-02-26 | Avoid temporary rtl::OUString | Julien Nabet | 1 | -11/+11 | |
2012-02-23 | Unify indentation | Tor Lillqvist | 1 | -54/+54 | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | 1 | -1/+1 | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | 3 | -5/+5 | |
2012-02-18 | Fix typos in comments | Elton Chung | 1 | -1/+1 | |
2012-02-15 | Various string function clean up | Stephan Bergmann | 1 | -3/+4 | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||||
2012-02-13 | Fix typos in comments | Elton Chung | 1 | -1/+1 | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | 2 | -3/+0 | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | 1 | -1/+1 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich | 1 | -0/+1 | |
2012-01-31 | drop unnecessary includes | Caolán McNamara | 2 | -20/+18 | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | 2 | -6/+3 | |
2012-01-30 | fprintf -> SAL_INFO | Luboš Luňák | 2 | -10/+12 | |
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev | 1 | -10/+10 | |
2012-01-25 | String->rtl::OUString | Caolán McNamara | 2 | -5/+5 | |