summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara11-77/+71
2017-05-18loplugin:unusedmethodsNoel Grandin2-76/+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 Grandin3-5/+5
2017-05-08tdf#106479 Make edit context menu dispatcher basedMaxim Monastirsky6-1622/+270
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 Abe4-11/+15
2017-05-05Defining SID_UNICODE_NOTATION_TOGGLE once is enoughMaxim Monastirsky1-18/+0
2017-05-05Drop premature mode lineTakeshi Abe1-2/+0
2017-05-04loplugin:checkunusedparams in starmathNoel Grandin9-28/+28
2017-05-02untranslated strings are just stringsCaolán McNamara15-790/+412
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-1/+1
2017-05-01Return values of sdi "method slots" were unusedMaxim Monastirsky1-3/+3
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann8-30/+30
2017-04-28loplugin:cppunitassertequals: starmathStephan Bergmann1-26/+26
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe7-33/+38
2017-04-26use strong_int for LanguageTypeNoel Grandin1-4/+4
2017-04-26starmath: Show all Functions' menu items in Command MenuTakeshi Abe1-64/+51
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock6-0/+6
2017-04-23starmath: Show underscore which does not mark a mnemonic keyTakeshi Abe1-1/+1
2017-04-23starmath: Fix wrong ids in Command Menu to be inserted as commandsTakeshi Abe1-23/+23
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky6-6/+0
2017-04-21remove some old MSVC workaroundsNoel Grandin1-6/+0
2017-04-20loplugin:unusedmethodsNoel Grandin2-2/+0
2017-04-19starmath: Keep entries in Command Menu untranslatableTakeshi Abe1-43/+43
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-1/+1
2017-04-18convert starmath context menu to .uiCaolán McNamara6-1557/+1605
2017-04-18tdf#95992 "Edit" > "Compare Document..." opens dialog that is...Matteo Casalin1-1/+1
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe14-262/+262
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe4-8/+8
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara1-2/+1
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 Abe3-12/+15
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: starmathStephan Bergmann2-3/+3
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin1-4/+4
2017-04-06Fix typosAndrea Gelmini2-2/+2
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe2-30/+9
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin1-1/+1
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe3-33/+48