summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2017-04-21remove some old MSVC workaroundsNoel Grandin
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-19starmath: Keep entries in Command Menu untranslatableTakeshi Abe
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin
2017-04-18convert starmath context menu to .uiCaolán McNamara
2017-04-18tdf#95992 "Edit" > "Compare Document..." opens dialog that is...Matteo Casalin
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara
2017-04-12starmath: Prefix member of SmOoxmlImportTakeshi Abe
2017-04-10starmath: Assert an impossible error in parsing tablesTakeshi Abe
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: starmathStephan Bergmann
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin
2017-04-06Fix typosAndrea Gelmini
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-04-02starmath: Fix wrong help messages for lim inf/supTakeshi Abe
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-30starmath: Stop using the stack to parse consective identifiersTakeshi Abe
2017-03-30starmath: Hold error nodes as subnodes of SmBracebodyNodeTakeshi Abe
2017-03-29starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe
2017-03-29expand vis to visible; fix typosdennisroczek
2017-03-28remove some more unused SID constants and commandsNoel Grandin
2017-03-28starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe
2017-03-24remove unhandled SID commands in starmathNoel Grandin
2017-03-23starmath: Fix memory leak at double sub/superscriptsTakeshi Abe
2017-03-23remove unused helpid in SfxShellNoel Grandin
2017-03-23starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe
2017-03-22starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoOpSubSup() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe
2017-03-20starmath: Assert a precondition of DoBlank()Takeshi Abe
2017-03-19starmath: Make DoTerm() return the top of the stackTakeshi Abe
2017-03-19fix grammar/typo: defunctional --> nonfunctionaldennisroczek
2017-03-17starmath: Add missing commands and tooltips to the Element windowTakeshi Abe
2017-03-16remove unused defines from HRC files in starmathNoel Grandin
2017-03-16starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()Takeshi Abe
2017-03-15starmath: Separate SmParser::DoError() from Error()Takeshi Abe
2017-03-14remove unused RID constantsNoel Grandin
2017-03-14starmath: Return SmBracebodyNode from DoBracebody()Takeshi Abe
2017-03-10starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe
2017-03-09starmath: Prepare messsages for all parsing errorsTakeshi Abe