summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-03tdf#39468 Translate German commentsJens Carl3-15/+15
2017-04-02starmath: Fix wrong help messages for lim inf/supTakeshi Abe1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna19-92/+92
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-28remove some more unused SID constants and commandsNoel Grandin2-38/+0
2017-03-28starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe1-24/+14
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin5-5/+5
2017-03-25Fix typosAndrea Gelmini4-4/+4
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe2-19/+12
2017-03-24remove unhandled SID commands in starmathNoel Grandin3-53/+3
2017-03-23starmath: Fix memory leak at double sub/superscriptsTakeshi Abe1-16/+26
2017-03-23remove unused helpid in SfxShellNoel Grandin1-1/+0
2017-03-23starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe2-37/+22
2017-03-22starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe2-21/+16
2017-03-22starmath: Make DoOpSubSup() return SmNodeTakeshi Abe2-13/+8
2017-03-22starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe2-24/+25
2017-03-20starmath: Assert a precondition of DoBlank()Takeshi Abe1-2/+3
2017-03-19starmath: Make DoTerm() return the top of the stackTakeshi Abe2-123/+116
2017-03-19fix grammar/typo: defunctional --> nonfunctionaldennisroczek2-2/+2
2017-03-17starmath: Add missing commands and tooltips to the Element windowTakeshi Abe3-10/+146
2017-03-16remove unused defines from HRC files in starmathNoel Grandin2-10/+0
2017-03-16starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()Takeshi Abe2-48/+29
2017-03-15starmath: Separate SmParser::DoError() from Error()Takeshi Abe2-7/+13
2017-03-14remove unused RID constantsNoel Grandin2-52/+0