summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)AuthorFilesLines
2010-10-10merge vosremoval-thread patchNorbert Thiebaud1-1/+1
2010-10-09missing include for SAL_N_ELEMENTSNorbert Thiebaud2-1/+2
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid2-3/+3
2010-10-07replace DBG_ASSERT with OSL equivalentsJacek Wolszczak19-283/+284
2010-10-06Remove redundant #include directives & commentsJ. Graeme Lingard1-4/+0
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky3-6/+2
2010-10-05more removed include guards using fixguard.pyPetr Mladek4-10/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek9-404/+0
2010-10-02Remove executable bit from non-executable filesPhil Bordelon6-0/+0
2010-09-30Clean up dead code and comments in starmathPhil Bordelon14-594/+16
This patch removes a bunch of commented-out code, gets rid of code sitting in #if 0 blocks, and gets rid of #if 1 statements. It should have no functional changes. Some revision-control-averse comments were removed as well, but they were not the focus of the patch. Some comment removal required reformatting of code afterwards (such as when all code in an else block was defunct, or when a starting if statement was removed). With a single exception, no line-internal commented-out code is handled by this patch to ease review. In addition, no code that appears to have a debugging purpose was removed, even if it was commented out.
2010-09-30Remove dead less-than-zero conditional checks.Phil Bordelon1-7/+7
A large number of conditionals in accessibility.cxx checked that their values were above zero at some point, but that code was commented out; this removes those (unused) checks completely. Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30Remove dead code in starmath/accessibility.[ch]xxPhil Bordelon2-81/+1
Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30Fix commented-out null-pointer check.Phil Bordelon1-1/+1
In SmEditAccessible::addEventListener(), a previous commenting-out of a line also removed a null-pointer check. This axes the commented out code but restores the check. Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-29Ported statusbar-fancy-modified-status-starmath.diff from ooo-build.Kohei Yoshida2-1/+4
2010-09-28Removed all //CHINA-like commentsGil Forcada1-3/+1
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba1-1/+1
2010-09-15default-no-registration-menu.diff: Remove registration from menu.Michael Meeks1-1/+0
2010-09-01dba33i: #i111146# migrated all SFX-based applications to use named viewsFrank Schoenheit [fs]3-6/+2
2010-08-11CWS-TOOLING: integrate CWS tl83_OOO330Kurt Zenker17-74/+211
Notes: split repo tag: writer_ooo/OOO330_m4 split repo tag: writer_ooo/OOO330_m5
2010-07-29cws tl83: mergeThomas Lange [tl]3-22/+5
2010-07-29cws tl83: #i113276# auto-update for right context menu and 'Elements' window ↵Thomas Lange [tl]2-4/+8
fixed
2010-07-28cws tl83: warning-free codeThomas Lange [tl]3-22/+5
2010-07-28cws tl83: #i113276# default layout for 'Greek' characters changed; added new ↵Thomas Lange [tl]8-43/+144
property 'GreekCharStyle'
2010-07-23cws tl83: #i113276# changes to Greek symbol set because of new OpenSymbol fontThomas Lange [tl]9-11/+60
2010-06-17CWS mba33issues01: rebase to m83Mathias Bauer26-1035/+656
2010-06-15CWS-TOOLING: integrate CWS fwk139obo1-0/+1
2010-06-14CWS tl80: merge with DEV300_m82Thomas Lange [tl]22-1010/+581
2010-06-11masterfix: #i10000# disable assertions, sSymbols + aTmpSymbolName not definedobo2-2/+2
Notes: split repo tag: writer_ooo/DEV300_m82
2010-06-11masterfix: #10000# dialog.obj added to EXCEPTIONFILESRelease Engineering1-0/+1
2010-06-09cws tl74: merge with DEV300_m81Thomas Lange [tl]14-174/+196
2010-06-03fwk139: #i10000# avoid warnings on solarisMikhail Voytenko1-0/+1
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]8-32/+79
2010-06-02CWS mba33issues01: merge to m80Mathias Bauer1-1/+4
2010-05-21cws tl74: updating slots fixedThomas Lange [tl]1-0/+9
2010-05-18CWS mba33issues01: #i99402#: typo RapairPackageMathias Bauer1-1/+1
2010-05-17sb120: #i111220# disabled failing tests for nowsb1-1/+4
2010-05-11cws tl80: merge with DEV300 m77Thomas Lange [tl]14-48/+90
2010-05-07cws tl74: #158766# problem with test tool fixedThomas Lange [tl]1-1/+1
2010-05-07cws tl74: #158766# problem with test tool fixedThomas Lange [tl]1-9/+28
2010-04-23cws tl80: #i109020# 'nospace' command addedThomas Lange [tl]6-25/+77
2010-04-22slidecopy: removed accelerator/*/default.xml - they're not used for a long ↵Frank Schoenheit [fs]3-31/+0
time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)
2010-04-20cws tl80: #i106004# selection window title changedThomas Lange [tl]1-1/+1
2010-04-16slidecopy: now using SID_TASK_PANE in all applications, also in Impress.Frank Schoenheit [fs]1-0/+3
Implies registering the respective child window in the apps, not in SFX. Also implies getting rid of SID_RIGHT_PANE in Impress. Also, renamed SID_TASK_PANE in Impress to SID_SHOW_TOOL_PANEL, which better fits its purpose, and avoids confusion with SID_TASKPANE.
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien6-30/+74
2010-04-14cws tl74: merge with DEV300 m76Thomas Lange [tl]7-17/+15
2010-04-12slidecopy: mergeFrank Schoenheit [fs]72-2425/+2176
2010-04-08slidecopy: add SID_TASKPANE support to Calc, Writer/Web, Writer/Global, ↵Frank Schoenheit [fs]2-111/+114
Math, Writer/Form, Writer/Report, XMLForm
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb7-17/+15
2010-03-24CWS-TOOLING: integrate CWS mtaccfixesVladimir Glazunov2-0/+5
Notes: split repo tag: writer_ooo/DEV300_m76
2010-04-12CWS-TOOLING: integrate CWS ppp02Jens-Heiner Rechtien1-1/+1