summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2016-11-05tdf#102008 Drop whitespace between "fact" and braceTakeshi Abe1-1/+1
2016-11-05tdf#102007 Surround widebslash's placeholders with bracesTakeshi Abe1-1/+1
2016-11-03Use a single method of converting between points and 100th mm in starmathStephan Bergmann1-7/+4
2016-11-03starmath: Remove unnecessary overridingTakeshi Abe2-10/+0
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-3/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+1
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin12-47/+14
2016-10-26svl: the compiler can generate the same SfxGrabBagItem copy ctor itselfMiklos Vajna1-3/+1
2016-10-24tdf#103452: add missing xPopupMenu.disposeAndClear();Julien Nabet1-0/+1
2016-10-24remove unused SfxListener subclassingNoel Grandin2-10/+3
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin6-13/+4
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot1-0/+1
2016-10-19starmath: clean up redundant virtual keywords in unofilterMiklos Vajna1-13/+9
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2-3/+3
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin2-4/+4
2016-10-13flatten RID_LOCALIZED_NAMES by a levelCaolán McNamara4-97/+86
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt1-0/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek9-15/+15
2016-10-07starmath: Simplify code with std::unique_ptrTakeshi Abe1-20/+12
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin4-18/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin8-40/+40
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann12-84/+84
2016-10-05starmath: Assert the precondition for OUString#replaceAt()Takeshi Abe1-1/+1
2016-10-03starmath: Add comments on indexingTakeshi Abe2-4/+4
2016-10-02starmath: Prefix members of SmParserTakeshi Abe2-12/+12
2016-09-30tdf#97164 Add text for visualition of percent symbol.Gulsah Kose2-1/+4
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe10-301/+25
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke5-18/+13
2016-09-20tdf#97049 Export "intd" to MathMLTakeshi Abe3-0/+29
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin2-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann16-34/+34
2016-09-09loplugin:constantparam in sot..svlNoel Grandin2-6/+4
2016-09-09loplugin:refcountingNoel Grandin1-3/+3
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe4-5/+4
2016-09-05starmath: Pass offset by const refTakeshi Abe2-3/+3
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-1/+1
2016-09-02Replace SmNodeIterator with std::vector's iteratorTakeshi Abe2-147/+155
2016-09-01convert RefDevMode to scoped enumNoel Grandin1-1/+1
2016-08-31Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe3-27/+44
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)Stephan Bergmann3-18/+18
2016-08-30Every composite node is of type SmStructureNodeTakeshi Abe2-2/+3
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-10/+10
2016-08-30VisitChildren() only for SmStructureNodeTakeshi Abe1-12/+1
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-6/+10
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke4-4/+4
2016-08-26SmDrawingVisitor does nothing for SmBlankNodeTakeshi Abe2-4/+3
2016-08-24SmCursor::FindTopMostNodeInLine() requires non-null argumentTakeshi Abe1-9/+7
2016-08-22starmath: Do SmCursor::MoveTo() more simplyTakeshi Abe2-9/+7
2016-08-18starmath: Use SmCaretPos::GetPosAfter()Takeshi Abe1-9/+3
2016-08-18screenshots: add new global make targetArmin Le Grand1-1/+2