summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)AuthorFilesLines
2012-04-09add package deps for resourcesDavid Tardon1-2/+7
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-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-08clean upDavid Tardon1-1/+1
2012-04-08always use --protector for UNO testsDavid Tardon1-4/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-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-08Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev1-3/+1
This reverts commit f52138deee9e129d0566f06d1d2138b6b159d16a. It was the cause of infinite recursive loops (huh, why, that was obvious!).
2012-04-08starmath: fix DEBUG_ENABLE_DUMPASDOT buildIvan Timofeev1-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl5-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-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2-14/+8
2012-04-05Remove macro RTL_CONSTASCII_USTRINGPARAMOlivier Hallot1-7/+7
Remove macro RTL_CONSTASCII_USTRINGPARAM in starmath (partial)
2012-04-03Some String <-> OUString replacements in starmathOlivier Hallot3-4/+4
Some string to OUString replacements in starmath
2012-04-02Added Help Buttons to dialog buttons in starmathKaran Desai3-5/+162
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin1-1/+0
2012-03-22fdo#41739: Math: do not skip "newline" on errorIvan Timofeev1-1/+3
2012-03-20remove ToDouble/ToFloatCaolán McNamara1-2/+2
2012-03-20make ResId->OUString the primary routeCaolán McNamara1-3/+3
2012-03-20split macros to elide unneeded methodsCaolán McNamara2-3/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-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-13string literals in ?: don't get automatically converted to OUStringLuboš Luňák1-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-12use string literal OUString overloadsLuboš Luňák15-257/+236
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+2
2012-03-10gbuild: remove some more realpathsMatúš Kukan1-3/+3
Where necessary, replace with wildcard, what does not change path.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-4/+4
2012-03-08fold i18npaper into i18nutilCaolán McNamara2-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-05Drop an unused variableTor Lillqvist1-3/+1
2012-03-05Replace String by OUStringOlivier Hallot1-2/+2
Replace String by OUString
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann4-4/+4
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe1-1/+1
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak1-68/+68
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-1/+1
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-11/+11
2012-02-23Unify indentationTor Lillqvist1-54/+54
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-19Get rid of size() == 0Elton Chung3-5/+5
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-15Various string function clean upStephan Bergmann1-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-13Fix typos in commentsElton Chung1-1/+1
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2-3/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich1-0/+1
2012-01-31drop unnecessary includesCaolán McNamara2-20/+18
2012-01-30refactor ConvertLineEndCaolán McNamara2-6/+3
2012-01-30fprintf -> SAL_INFOLuboš Luňák2-10/+12
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev1-10/+10
2012-01-25String->rtl::OUStringCaolán McNamara2-5/+5
2012-01-25reduce unnecessary includesCaolán McNamara1-12/+12
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2