summaryrefslogtreecommitdiffstats
path: root/starmath/inc
Commit message (Expand)AuthorAgeFilesLines
* starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe2017-02-031-4/+4
* starmath: these functions are localTakeshi Abe2017-02-021-6/+0
* starmath: Make some functions private, instead of protectedTakeshi Abe2017-01-301-1/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-14/+12
* use rtl::Reference in SmGraphicWindowNoel Grandin2017-01-261-3/+3
* loplugin: unnecessary destructor sfx2..storeNoel Grandin2017-01-251-4/+0
* starmath: Inline and remove SmRect::BuildRect()Takeshi Abe2017-01-241-4/+1
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-2/+2
* starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe2017-01-201-3/+5
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-171-1/+0
* starmath: Rely on the default ctors for SmRectTakeshi Abe2017-01-171-12/+0
* starmath: Kill unused forward declarationTakeshi Abe2017-01-113-3/+0
* starmath: Prefix members of SmViewShellTakeshi Abe2017-01-111-9/+9
* starmath: Prefix members of SmSelectionDrawingVisitorTakeshi Abe2017-01-011-3/+3
* starmath: Prefix member of SmCloningVisitorTakeshi Abe2016-12-311-2/+4
* starmath: SmCaretPos's index must be non-negativeTakeshi Abe2016-12-271-1/+6
* starmath: Prefix n to SmCaretPos's IndexTakeshi Abe2016-12-261-5/+6
* tdf#91767 Read SfxItemSet before disposing its AbstractSvxZoomDialogTakeshi Abe2016-12-141-0/+3
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-4/+1
* Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski2016-12-071-1/+1
* starmath: Prefix members of SmStructureNodeTakeshi Abe2016-12-051-11/+11
* starmath: Prefix members of SmPolyLineNode etc.Takeshi Abe2016-12-031-6/+6
* starmath: Prefix members of SmTextNodeTakeshi Abe2016-12-021-12/+12
* ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann2016-11-301-1/+1
* starmath: Prefix members of SmSpecialNode etc.Takeshi Abe2016-11-301-13/+13
* starmath: these static functions can be localTakeshi Abe2016-11-292-8/+0
* starmath: Prefix members of SmBinDiagonalNode etc.Takeshi Abe2016-11-251-18/+19
* starmath: Prefix members of SmFontNodeTakeshi Abe2016-11-241-7/+7
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2016-11-241-1/+1
* starmath: Prefix members of SmNodeMatrixTakeshi Abe2016-11-231-6/+7
* tdf#76296 Import MathML's <mspace>Takeshi Abe2016-11-151-0/+1
* starmath: Prefix member of SmBlankNodeTakeshi Abe2016-11-121-7/+7
* tdf#44839 Add an "Evaluated At" command in "Brackets" sectionTakeshi Abe2016-11-092-0/+4
* starmath: Remove unnecessary overridingTakeshi Abe2016-11-031-1/+0
* loplugin:expandablemethods in sot..starmathNoel Grandin2016-10-274-6/+0
* remove unused SfxListener subclassingNoel Grandin2016-10-241-4/+2
* loplugin:expandablemethodds in sfx2..starmathNoel Grandin2016-10-203-9/+0
* loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin2016-10-142-4/+4
* flatten RID_LOCALIZED_NAMES by a levelCaolán McNamara2016-10-132-2/+1
* loplugin:unnecessaryoverride in sd/starmathNoel Grandin2016-10-051-4/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-055-41/+41
* starmath: Add comments on indexingTakeshi Abe2016-10-032-4/+4
* starmath: Prefix members of SmParserTakeshi Abe2016-10-021-4/+4
* tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe2016-09-292-84/+1
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-232-3/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-139-22/+22
* loplugin:constantparam in sot..svlNoel Grandin2016-09-091-3/+2
* starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe2016-09-061-1/+1
* starmath: Pass offset by const refTakeshi Abe2016-09-051-1/+1
* Replace SmNodeIterator with std::vector's iteratorTakeshi Abe2016-09-021-58/+2