summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)Author
2016-11-03Use a single method of converting between points and 100th mm in starmathStephan Bergmann
2016-11-03starmath: Remove unnecessary overridingTakeshi Abe
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin
2016-10-26svl: the compiler can generate the same SfxGrabBagItem copy ctor itselfMiklos Vajna
2016-10-24tdf#103452: add missing xPopupMenu.disposeAndClear();Julien Nabet
2016-10-24remove unused SfxListener subclassingNoel Grandin
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin
2016-10-19starmath: clean up redundant virtual keywords in unofilterMiklos Vajna
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-13flatten RID_LOCALIZED_NAMES by a levelCaolán McNamara
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-07starmath: Simplify code with std::unique_ptrTakeshi Abe
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-05starmath: Assert the precondition for OUString#replaceAt()Takeshi Abe
2016-10-02starmath: Prefix members of SmParserTakeshi Abe
2016-09-30tdf#97164 Add text for visualition of percent symbol.Gulsah Kose
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-20tdf#97049 Export "intd" to MathMLTakeshi Abe
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-09-09loplugin:refcountingNoel Grandin
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe
2016-09-05starmath: Pass offset by const refTakeshi Abe
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-09-02Replace SmNodeIterator with std::vector's iteratorTakeshi Abe
2016-09-01convert RefDevMode to scoped enumNoel Grandin
2016-08-31Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)Stephan Bergmann
2016-08-30Every composite node is of type SmStructureNodeTakeshi Abe
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-26SmDrawingVisitor does nothing for SmBlankNodeTakeshi Abe
2016-08-24SmCursor::FindTopMostNodeInLine() requires non-null argumentTakeshi Abe
2016-08-22starmath: Do SmCursor::MoveTo() more simplyTakeshi Abe
2016-08-18starmath: Use SmCaretPos::GetPosAfter()Takeshi Abe
2016-08-17starmath: Avoid assigned but unused valueTakeshi Abe
2016-08-15starmath: Avoid temporary arraysTakeshi Abe
2016-08-10Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNodeTakeshi Abe
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe
2016-08-05starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe
2016-08-03starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara