office-gobmx/starmath
Noel Grandin fb84710151 simplify - use OUString::startsWith where possible
Convert code like
   if( !aStr.isEmpty() && aStr[0] == 'x' )
to
   if( aStr.startsWith("x") )

Change-Id: Iabc3a44ed3be2d29eed876e0eeef212ccd271edf
2013-12-12 13:15:24 +02:00
..
inc Revert "fdo#67862: Add greek symbols to docking window" 2013-12-03 03:42:02 -06:00
qa WaE: unused variable 'sExpected' [loplugin] 2013-11-03 10:34:43 +02:00
sdi Clean zoom redundances in Math and fix fdo#55929 2013-05-30 15:44:47 +00:00
source simplify - use OUString::startsWith where possible 2013-12-12 13:15:24 +02:00
uiconfig/smath mark non-translatable .ui strings explicitely as such 2013-11-30 19:04:43 +01:00
util
workben
AllLangResTarget_sm.mk gbuild: fix deps on svx/globlmn.hrc 2013-05-30 21:16:51 +02:00
CppunitTest_starmath_qa_cppunit.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
JunitTest_starmath_unoapi.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Library_sm.mk gbuild: add gb_Library_use_restarget 2013-09-22 11:08:28 +02:00
Library_smd.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Makefile
Module_starmath.mk make l10n buildable separately 2013-11-14 16:45:02 +01:00
README add link to detailed module description to Math's README 2012-10-09 13:46:03 +02:00
UIConfig_smath.mk convert math font dialog to .ui 2013-11-01 12:45:58 +00:00
visual-editor-todo

Formula editor code for writer ([[sw]]).

Good overview from the original developer:
http://www.mail-archive.com/dev@sw.openoffice.org/msg00200.html