summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* starmath: Remove unnecessary overridingTakeshi Abe2016-11-032-10/+0
* loplugin:oncevar in sd..svgioNoel Grandin2016-11-011-3/+1
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-281-2/+1
* loplugin:expandablemethods in sot..starmathNoel Grandin2016-10-2712-47/+14
* svl: the compiler can generate the same SfxGrabBagItem copy ctor itselfMiklos Vajna2016-10-261-3/+1
* tdf#103452: add missing xPopupMenu.disposeAndClear();Julien Nabet2016-10-241-0/+1
* remove unused SfxListener subclassingNoel Grandin2016-10-242-10/+3
* loplugin:expandablemethodds in sfx2..starmathNoel Grandin2016-10-206-13/+4
* tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot2016-10-191-0/+1
* starmath: clean up redundant virtual keywords in unofilterMiklos Vajna2016-10-191-13/+9
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-182-3/+3
* loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin2016-10-142-4/+4
* flatten RID_LOCALIZED_NAMES by a levelCaolán McNamara2016-10-134-97/+86
* safemode: Add uno command and menu entrySamuel Mehrbrodt2016-10-101-0/+2
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-109-15/+15
* starmath: Simplify code with std::unique_ptrTakeshi Abe2016-10-071-20/+12
* loplugin:unnecessaryoverride in sd/starmathNoel Grandin2016-10-054-18/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-058-40/+40
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-0512-84/+84
* starmath: Assert the precondition for OUString#replaceAt()Takeshi Abe2016-10-051-1/+1
* starmath: Add comments on indexingTakeshi Abe2016-10-032-4/+4
* starmath: Prefix members of SmParserTakeshi Abe2016-10-022-12/+12
* tdf#97164 Add text for visualition of percent symbol.Gulsah Kose2016-09-302-1/+4
* tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe2016-09-2910-301/+25
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-235-18/+13
* tdf#97049 Export "intd" to MathMLTakeshi Abe2016-09-203-0/+29
* loplugin:singlevalfields in sc..vclNoel Grandin2016-09-152-3/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1316-34/+34
* loplugin:constantparam in sot..svlNoel Grandin2016-09-092-6/+4
* loplugin:refcountingNoel Grandin2016-09-091-3/+3
* starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe2016-09-064-5/+4
* starmath: Pass offset by const refTakeshi Abe2016-09-052-3/+3
* boost::intrusive_ptr->tools::SvRefCaolán McNamara2016-09-021-1/+1
* Replace SmNodeIterator with std::vector's iteratorTakeshi Abe2016-09-022-147/+155
* convert RefDevMode to scoped enumNoel Grandin2016-09-011-1/+1
* Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe2016-08-313-27/+44
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)Stephan Bergmann2016-08-303-18/+18
* Every composite node is of type SmStructureNodeTakeshi Abe2016-08-302-2/+3
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-301-10/+10
* VisitChildren() only for SmStructureNodeTakeshi Abe2016-08-301-12/+1
* Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann2016-08-291-6/+10
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-274-4/+4
* SmDrawingVisitor does nothing for SmBlankNodeTakeshi Abe2016-08-262-4/+3
* SmCursor::FindTopMostNodeInLine() requires non-null argumentTakeshi Abe2016-08-241-9/+7
* starmath: Do SmCursor::MoveTo() more simplyTakeshi Abe2016-08-222-9/+7
* starmath: Use SmCaretPos::GetPosAfter()Takeshi Abe2016-08-181-9/+3
* screenshots: add new global make targetArmin Le Grand2016-08-181-1/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for starmathArmin Le Grand2016-08-184-0/+267
* starmath: Avoid assigned but unused valueTakeshi Abe2016-08-171-8/+1