summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2018-01-04lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin1-1/+1
2017-12-18convert SFX_VISIBILITY constants to scoped enumNoel Grandin1-1/+2
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin1-8/+4
2017-09-18valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2017-07-31tdf#109304: Seems infobar child window wasn't registered in MathKatarina Behrens1-0/+2
2017-05-07tdf#107644: Crash on inserting formulaJulien Nabet1-1/+1
2017-02-24tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe1-26/+10
2016-12-14tdf#91767 Read SfxItemSet before disposing its AbstractSvxZoomDialogTakeshi Abe1-34/+40
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann1-1/+1
2016-11-28starmath: Separate color name and operand by spaceTakeshi Abe1-10/+10
2016-11-23starmath: Prefix members of SmNodeMatrixTakeshi Abe1-16/+17
2016-11-21tdf#79645 Add line spacing only between rows of SmMatrixNodeTakeshi Abe1-1/+2
2016-11-19tdf#103500 Import stretchy integral symbol from MathMLTakeshi Abe1-1/+5
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
2016-11-18tdf#84650 Fix X-coordinate of SmMatrixNode's elementsTakeshi Abe1-3/+2
2016-11-16tdf#101472 Prompt repaint of Elements window when mouse leavesTakeshi Abe1-1/+9
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe7-7/+315
2016-11-14tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-30/+3
2016-11-12starmath: Prefix member of SmBlankNodeTakeshi Abe2-4/+4
2016-11-09tdf#44839 Add an "Evaluated At" command in "Brackets" sectionTakeshi Abe2-0/+12
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 Abe1-9/+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 Grandin8-41/+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 Grandin1-6/+1
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin3-4/+4
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-13flatten RID_LOCALIZED_NAMES by a levelCaolán McNamara2-95/+85
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek3-3/+3
2016-10-07starmath: Simplify code with std::unique_ptrTakeshi Abe1-20/+12
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin3-14/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin8-40/+40
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann7-43/+43
2016-10-05starmath: Assert the precondition for OUString#replaceAt()Takeshi Abe1-1/+1
2016-10-02starmath: Prefix members of SmParserTakeshi Abe1-8/+8
2016-09-30tdf#97164 Add text for visualition of percent symbol.Gulsah Kose1-1/+1
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe6-206/+23
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke3-15/+11
2016-09-20tdf#97049 Export "intd" to MathMLTakeshi Abe2-0/+17
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin2-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-12/+12
2016-09-09loplugin:constantparam in sot..svlNoel Grandin1-3/+2