summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Collapse)AuthorAgeFilesLines
* make ResId::toString a non-static memberCaolán McNamara2012-04-303-3/+5
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* add package deps for resourcesDavid Tardon2012-04-091-2/+7
|
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-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
* clean upDavid Tardon2012-04-081-1/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-4/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-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?
* Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev2012-04-081-3/+1
| | | | | This reverts commit f52138deee9e129d0566f06d1d2138b6b159d16a. It was the cause of infinite recursive loops (huh, why, that was obvious!).
* starmath: fix DEBUG_ENABLE_DUMPASDOT buildIvan Timofeev2012-04-081-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-085-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)
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-052-14/+8
|
* Remove macro RTL_CONSTASCII_USTRINGPARAMOlivier Hallot2012-04-051-7/+7
| | | | Remove macro RTL_CONSTASCII_USTRINGPARAM in starmath (partial)
* Some String <-> OUString replacements in starmathOlivier Hallot2012-04-033-4/+4
| | | | Some string to OUString replacements in starmath
* Added Help Buttons to dialog buttons in starmathKaran Desai2012-04-023-5/+162
|
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-291-1/+0
|
* fdo#41739: Math: do not skip "newline" on errorIvan Timofeev2012-03-221-1/+3
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-2/+2
|
* make ResId->OUString the primary routeCaolán McNamara2012-03-201-3/+3
|
* split macros to elide unneeded methodsCaolán McNamara2012-03-202-3/+1
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-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.
* string literals in ?: don't get automatically converted to OUStringLuboš Luňák2012-03-131-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.
* use string literal OUString overloadsLuboš Luňák2012-03-1215-257/+236
|
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-4/+2
|
* gbuild: remove some more realpathsMatúš Kukan2012-03-101-3/+3
| | | | Where necessary, replace with wildcard, what does not change path.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-4/+4
|
* fold i18npaper into i18nutilCaolán McNamara2012-03-082-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
* Drop an unused variableTor Lillqvist2012-03-051-3/+1
|
* Replace String by OUStringOlivier Hallot2012-03-051-2/+2
| | | | Replace String by OUString
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-014-4/+4
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* Avoid temporary rtl::OUStringTakeshi Abe2012-02-281-1/+1
| | | | in scripting / sdext / starmath / stoc / svtools / svx
* CRLF to LF, no code changedKorrawit Pruegsanusak2012-02-271-68/+68
|
* drop UniString::CreateFromInt64Caolán McNamara2012-02-271-1/+1
|
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-11/+11
|
* Unify indentationTor Lillqvist2012-02-231-54/+54
|
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Get rid of size() == 0Elton Chung2012-02-193-5/+5
|
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* Various string function clean upStephan Bergmann2012-02-151-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.
* Fix typos in commentsElton Chung2012-02-131-1/+1
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-102-3/+0
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-1/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich2012-02-041-0/+1
|
* drop unnecessary includesCaolán McNamara2012-01-312-20/+18
|
* refactor ConvertLineEndCaolán McNamara2012-01-302-6/+3
|
* fprintf -> SAL_INFOLuboš Luňák2012-01-302-10/+12
|
* remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev2012-01-301-10/+10
|
* String->rtl::OUStringCaolán McNamara2012-01-252-5/+5
|