summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)AuthorFilesLines
2016-04-14loplugin:passstuffbyref in variousNoel Grandin5-7/+7
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12starmath: Drop unused #includeTakeshi Abe1-1/+0
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin1-1/+1
2016-04-06starmath: Drop unnecessary forward declarationTakeshi Abe4-5/+0
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe1-18/+0
2016-03-23loplugin:constantparam in starmathNoel Grandin1-1/+1
2016-03-21loplugin:staticmethodsStephan Bergmann1-1/+0
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-9/+0
2016-03-19starmath: Replace lt_SmSymPtr with a lambdaTakeshi Abe1-10/+0
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-03-10starmath: no need to override SmFontPickList::Update/RemoveTakeshi Abe1-4/+3
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe1-2/+0
2016-03-07starmath: Make SmNode abstract and noncopyableTakeshi Abe1-5/+5
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe1-10/+0
2016-03-01loplugin:unuseddefaultparam in starmathNoel Grandin2-9/+9
2016-02-26starmath: Remove forgotten SmFormat's versionTakeshi Abe1-9/+0
2016-02-26starmath: Drop unused variable declarationTakeshi Abe1-2/+0
2016-02-18move from boost::signal to typed LinkCaolán McNamara2-4/+3
2016-02-18starmath: Avoid C-style castTakeshi Abe1-1/+1
2016-02-17starmath: Drop unused RID_COLORXTakeshi Abe1-1/+0
2016-02-16starmath: Convert RectCopyMBL to scoped enumTakeshi Abe1-6/+7
2016-02-09Remove excess newlinesChris Sherlock9-94/+0
2016-02-08starmath: Convert RectVerAlign to scoped enumTakeshi Abe1-3/+11
2016-02-06vcl: split exception types from input typesChris Sherlock1-8/+3
2016-02-04starmath: Convert RectHorAlign to scoped enumTakeshi Abe1-2/+6
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-02starmath: Avoid C-style castTakeshi Abe2-4/+4
2016-02-02Resolves: tdf#97495 fix SmElementsControl tooltipsCaolán McNamara1-1/+2
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-28tdf#93837 starmath: Convert RID_VIEWMENU to xmlMaxim Monastirsky3-34/+0
2016-01-27starmath: Convert RectPos to scoped enumTakeshi Abe1-5/+7
2016-01-18loplugin: unused return valuesNoel Grandin1-2/+2
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl2-2/+7
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin5-10/+6
2016-01-12starmath: Assert that SmRootNode always has three childrenTakeshi Abe1-3/+5
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini2-2/+2
2016-01-07starmath: Remove unused resource itemsTakeshi Abe1-20/+0
2016-01-06tdf#90341 Clean up excessive const_cast'ingTakeshi Abe1-2/+2
2016-01-05starmath: Drop nonexistent friendTakeshi Abe1-4/+0
2015-12-31starmath: Manage SmDocShell's pCursor via std::unique_ptrTakeshi Abe1-2/+3
2015-12-23starmath: Assert that a parent always finds its childTakeshi Abe1-2/+3
2015-12-17starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe1-39/+39
2015-12-10starmath: SmElementPointer is not shared actuallyTakeshi Abe1-4/+1
2015-12-10starmath: Prefix members of SmDrawingVisitorTakeshi Abe1-5/+6
2015-12-09starmath: Pass by const referenceTakeshi Abe1-2/+2
2015-12-01Fix typo in commentTakeshi Abe1-1/+1
2015-11-26starmath: Prefix members of SmCaretDrawingVisitorTakeshi Abe1-4/+4