summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara10-70/+70
2017-05-18loplugin:unusedmethodsNoel Grandin1-65/+0
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin2-16/+6
2017-05-15remove some unnecessary lockingNoel Grandin2-2/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-11Fix typosAndrea Gelmini1-1/+1
2017-05-11starmath Word export: remove redundant 'virtual' keywordsMiklos Vajna2-22/+22
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-4/+2
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin2-4/+4
2017-05-08tdf#106479 Make edit context menu dispatcher basedMaxim Monastirsky1-33/+3
2017-05-07tdf#107644: Crash on inserting formulaJulien Nabet1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert starmath module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-05starmath: Convert SmHorAlign to scoped enumTakeshi Abe3-10/+10
2017-05-04loplugin:checkunusedparams in starmathNoel Grandin8-27/+27
2017-05-02untranslated strings are just stringsCaolán McNamara7-481/+128
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-1/+1
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann5-15/+15
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe6-32/+32
2017-04-26use strong_int for LanguageTypeNoel Grandin1-4/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock6-0/+6
2017-04-21remove some old MSVC workaroundsNoel Grandin1-6/+0
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-1/+1
2017-04-18convert starmath context menu to .uiCaolán McNamara2-1352/+5
2017-04-18tdf#95992 "Edit" > "Compare Document..." opens dialog that is...Matteo Casalin1-1/+1
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe9-160/+160
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe3-7/+7
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-1/+1
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara1-1/+1
2017-04-12starmath: Prefix member of SmOoxmlImportTakeshi Abe2-105/+106
2017-04-10starmath: Assert an impossible error in parsing tablesTakeshi Abe1-4/+2
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe2-0/+15
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: starmathStephan Bergmann2-3/+3
2017-04-06Fix typosAndrea Gelmini1-1/+1
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe1-26/+8
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin1-1/+1
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe1-31/+15
2017-04-03tdf#39468 Translate German commentsJens Carl2-2/+2
2017-04-02starmath: Fix wrong help messages for lim inf/supTakeshi Abe1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna12-72/+72
2017-03-30starmath: Stop using the stack to parse consective identifiersTakeshi Abe1-50/+40
2017-03-30starmath: Hold error nodes as subnodes of SmBracebodyNodeTakeshi Abe1-21/+7
2017-03-29starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe1-42/+40
2017-03-29expand vis to visible; fix typosdennisroczek1-2/+2
2017-03-28starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe1-24/+14
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-1/+1
2017-03-25Fix typosAndrea Gelmini3-3/+3
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe1-18/+11
2017-03-23starmath: Fix memory leak at double sub/superscriptsTakeshi Abe1-16/+26
2017-03-23remove unused helpid in SfxShellNoel Grandin1-1/+0