summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)Author
2012-03-10gbuild: remove some more realpathsMatúš Kukan
Where necessary, replace with wildcard, what does not change path.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08fold i18npaper into i18nutilCaolán McNamara
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 Lillqvist
2012-03-05Replace String by OUStringOlivier Hallot
Replace String by OUString
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-02-23Unify indentationTor Lillqvist
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Fix typos in commentsElton Chung
2012-02-15Various string function clean upStephan Bergmann
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 Chung
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich
2012-01-31drop unnecessary includesCaolán McNamara
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-30fprintf -> SAL_INFOLuboš Luňák
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-25String->rtl::OUStringCaolán McNamara
2012-01-25reduce unnecessary includesCaolán McNamara
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-23make starmath ByteString freeCaolán McNamara
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot
Part XXXIV Modules shell, slideshow, sot, starmath
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2012-01-06symbolic names instead of hex values for math symbols where possibleLuboš Luňák
2012-01-06write TBAR rather as an accent, use over/underline for m:barLuboš Luňák
seems to match the docx semantics better, despite the names
2012-01-06smath does not handle accents in MathMLJoshua Cogliati
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud
2011-12-29Some cppcheck cleaningJulien Nabet
2011-12-26catch exception by constant referenceTakeshi Abe
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-20gbuild: these targets depend on svx/globlmn.hrcMatúš Kukan
2011-12-20remove obsolete commentLuboš Luňák
2011-12-20if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)Luboš Luňák
2011-12-20import m:eqArr (part of fdo#32636)Luboš Luňák
2011-12-20export vertical stack as m:eqArr, seems to fit much betterLuboš Luňák
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák