summaryrefslogtreecommitdiff
path: root/starmath
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 Grandin2-2/+2
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-05-07Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar1-2/+0
2017-02-24tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe2-26/+18
2016-12-14tdf#91767 Read SfxItemSet before disposing its AbstractSvxZoomDialogTakeshi Abe2-34/+43
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann2-2/+2
2016-11-28starmath: Separate color name and operand by spaceTakeshi Abe1-10/+10
2016-11-23starmath: Prefix members of SmNodeMatrixTakeshi Abe2-22/+24
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-21tdf#79645 Add line spacing only between rows of SmMatrixNodeTakeshi Abe1-1/+2
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-19tdf#103500 Import stretchy integral symbol from MathMLTakeshi Abe3-1/+55
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
2016-11-18starmath: fix loplugin:cppunitassertequals warningsMiklos Vajna1-12/+12
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-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe12-7/+347
2016-11-14tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-30/+3
2016-11-12starmath: Prefix member of SmBlankNodeTakeshi Abe3-11/+11
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-8/+1
2016-11-09tdf#44839 Add an "Evaluated At" command in "Brackets" sectionTakeshi Abe4-0/+16
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