summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-216-6/+0
* remove some old MSVC workaroundsNoel Grandin2017-04-211-6/+0
* loplugin:unusedmethodsNoel Grandin2017-04-202-2/+0
* starmath: Keep entries in Command Menu untranslatableTakeshi Abe2017-04-191-43/+43
* convert MeasurementSystem to scoped enumNoel Grandin2017-04-191-1/+1
* convert starmath context menu to .uiCaolán McNamara2017-04-186-1557/+1605
* tdf#95992 "Edit" > "Compare Document..." opens dialog that is...Matteo Casalin2017-04-181-1/+1
* starmath: Convert SmNodeType to scoped enumTakeshi Abe2017-04-1814-262/+262
* starmath: size() > 0 -> !empty()Takeshi Abe2017-04-144-8/+8
* can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara2017-04-121-2/+1
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-1/+1
* drop document_io_logring.txt and use global loggingCaolán McNamara2017-04-121-1/+1
* starmath: Prefix member of SmOoxmlImportTakeshi Abe2017-04-122-105/+106
* starmath: Assert an impossible error in parsing tablesTakeshi Abe2017-04-101-4/+2
* starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe2017-04-073-12/+15
* Improved loplugin:redundantcast, static_cast on arithmetic types: starmathStephan Bergmann2017-04-062-3/+3
* loplugin:redundantcast check for c-style casts to voidNoel Grandin2017-04-061-4/+4
* Fix typosAndrea Gelmini2017-04-062-2/+2
* starmath: Kill newly unused m_aNodeStackTakeshi Abe2017-04-052-30/+9
* teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin2017-04-051-1/+1
* starmath: Simplify code parsing nospaceTakeshi Abe2017-04-043-33/+48
* tdf#39468 Translate German commentsJens Carl2017-04-033-15/+15
* starmath: Fix wrong help messages for lim inf/supTakeshi Abe2017-04-021-2/+2
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-3119-92/+92
* starmath: Stop using the stack to parse consective identifiersTakeshi Abe2017-03-301-50/+40
* starmath: Hold error nodes as subnodes of SmBracebodyNodeTakeshi Abe2017-03-301-21/+7
* starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe2017-03-291-42/+40
* expand vis to visible; fix typosdennisroczek2017-03-291-2/+2
* remove some more unused SID constants and commandsNoel Grandin2017-03-282-38/+0
* starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe2017-03-281-24/+14
* create SfxInterfaceId o3tl::strong_intNoel Grandin2017-03-275-5/+5
* Fix typosAndrea Gelmini2017-03-254-4/+4
* starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe2017-03-242-19/+12
* remove unhandled SID commands in starmathNoel Grandin2017-03-243-53/+3
* starmath: Fix memory leak at double sub/superscriptsTakeshi Abe2017-03-231-16/+26
* remove unused helpid in SfxShellNoel Grandin2017-03-231-1/+0
* starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe2017-03-232-37/+22
* starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe2017-03-222-21/+16
* starmath: Make DoOpSubSup() return SmNodeTakeshi Abe2017-03-222-13/+8
* starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe2017-03-222-24/+25
* starmath: Assert a precondition of DoBlank()Takeshi Abe2017-03-201-2/+3
* starmath: Make DoTerm() return the top of the stackTakeshi Abe2017-03-192-123/+116
* fix grammar/typo: defunctional --> nonfunctionaldennisroczek2017-03-192-2/+2
* starmath: Add missing commands and tooltips to the Element windowTakeshi Abe2017-03-173-10/+146
* remove unused defines from HRC files in starmathNoel Grandin2017-03-162-10/+0
* starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()Takeshi Abe2017-03-162-48/+29
* starmath: Separate SmParser::DoError() from Error()Takeshi Abe2017-03-152-7/+13
* remove unused RID constantsNoel Grandin2017-03-142-52/+0
* starmath: Return SmBracebodyNode from DoBracebody()Takeshi Abe2017-03-142-8/+6
* starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe2017-03-102-8/+6