summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* starmath: only use WordProcessingML elements in DOCX filesMichael Stahl2016-01-156-9/+26
* loplugin:unusedmethods unused return value in starmathNoel Grandin2016-01-1410-25/+11
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-131-2/+2
* tdf#87118 LibreOffice should not claim to use version 1.01 of MathMLTakeshi Abe2016-01-121-1/+1
* starmath: Assert that SmRootNode always has three childrenTakeshi Abe2016-01-121-3/+5
* loplugin:privatebase: Make various derivations publicStephan Bergmann2016-01-111-1/+1
* Fix typosAndrea Gelmini2016-01-107-10/+10
* Cleanup FontCharMapPtr variable prefixesChris Sherlock2016-01-101-4/+4
* starmath: Remove unused resource itemsTakeshi Abe2016-01-072-43/+0
* starmath: Remove toolbox.hrcTakeshi Abe2016-01-063-31/+0
* starmath: Fix bogus warningTakeshi Abe2016-01-061-1/+1
* tdf#90341 Clean up excessive const_cast'ingTakeshi Abe2016-01-061-2/+2
* Make SotFactory private to sot/ and clean a bitMatúš Kukan2016-01-051-1/+2
* starmath: Drop nonexistent friendTakeshi Abe2016-01-051-4/+0
* tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai2016-01-051-4/+2
* vcl: split classes out of metric.hxxChris Sherlock2016-01-041-0/+1
* Cleanup after removing vcl::FontInfo classChris Sherlock2016-01-041-5/+5
* vcl: Excise vcl::FontInfo classChris Sherlock2016-01-031-1/+1
* starmath: Manage SmDocShell's pCursor via std::unique_ptrTakeshi Abe2015-12-312-12/+10
* tdf#32062: Add testMarcos Paulo de Souza2015-12-291-0/+13
* Fix tdf#32062: Math overwrites selected area when click on elementMarcos Paulo de Souza2015-12-241-0/+5
* starmath: Avoid warning C4819Takeshi Abe2015-12-231-3/+3
* starmath: Manage SmEditAccessible's pTextHelper via std::unique_ptrTakeshi Abe2015-12-232-6/+12
* starmath: Assert that a parent always finds its childTakeshi Abe2015-12-232-29/+12
* Indentation fixesMiklos Vajna2015-12-221-1/+1
* loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin2015-12-211-6/+4
* This probably should be a referenceStephan Bergmann2015-12-171-1/+1
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-173-6/+0
* starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe2015-12-172-97/+96
* assert that no ODF import happens without a BaseURLMichael Stahl2015-12-161-4/+4
* starmath: SmElementPointer is not shared actuallyTakeshi Abe2015-12-102-8/+4
* starmath: Prefix members of SmDrawingVisitorTakeshi Abe2015-12-102-24/+25
* Drop unused typedefTakeshi Abe2015-12-101-2/+0
* starmath: Pass by const referenceTakeshi Abe2015-12-091-2/+2
* consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl2015-12-081-3/+3
* Fix typo in commentTakeshi Abe2015-12-011-1/+1
* Remove unused codeNicola Povoleri2015-11-281-7/+0
* starmath: Kill unnecessary castTakeshi Abe2015-11-271-4/+4
* starmath: Prefix members of SmCaretDrawingVisitorTakeshi Abe2015-11-262-30/+30
* starmath: Prefix members of SmCaretPos2LineVisitorTakeshi Abe2015-11-232-16/+17
* cppcheck: redundantAssignmentTakeshi Abe2015-11-221-1/+0
* Remove last redundant toolbar:style propertiesSamuel Mehrbrodt2015-11-201-1/+1
* starmath: Use std::unique_ptr for exception safetyTakeshi Abe2015-11-201-4/+3
* Remove redundant toolbar:style attributesSamuel Mehrbrodt2015-11-191-1/+1
* Toolbar: Remove empty attributesSamuel Mehrbrodt2015-11-173-24/+24
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-172/+134
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-117-8/+0
* starmath: Assert FindIndex()'s preconditionTakeshi Abe2015-11-101-5/+5
* tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza2015-11-1010-2/+59