summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)Author
2019-02-27weld LicenseDialogImplCaolán McNamara
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-24loplugin:constparams in sd..svtoolsNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen
2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin
2018-11-24remove unused FontChangeMask::HorAlignNoel Grandin
2018-11-22remove unused SmTokenType valuesNoel Grandin
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-11-09loplugin:useuniqueptr in SmDistanceDialogNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-24weld AdvancedSettingsDialogCaolán McNamara
2018-10-08loplugin:constfields in starmathNoel Grandin
2018-10-07use more unique_ptr in SmParserNoel Grandin
2018-09-19drop some unnecessary headersCaolán McNamara
2018-09-19weld SmFontDialogCaolán McNamara
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin
2018-08-18loplugin:useuniqueptr pass SmNodeList around by std::unique_ptr(2)Noel Grandin
2018-08-17loplugin:useuniqueptr pass SmNodeList around by std::unique_ptrNoel Grandin
2018-08-04Fix typosAndrea Gelmini
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-05-24ofz#8490 stack exhaustionCaolán McNamara
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara
2018-04-30weld SmSymbolDialogCaolán McNamara
2018-04-29weld SmFontTypeDialogCaolán McNamara
2018-04-28ofz#7861 fuzzer oomsCaolán McNamara
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-10weld SpacingDialogCaolán McNamara
2018-04-10weld SmFontSizeDialogCaolán McNamara
2018-04-09weld SmAlignDialogCaolán McNamara
2018-03-30weld SvxCharacterMap dialogCaolán McNamara
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-03-29loplugin:virtualdown in sfx2Noel Grandin
2018-03-22loplugin:useuniqueptr in SmDocShellNoel Grandin
2018-03-16loplugin:useuniqueptr in SmCategoryDescNoel Grandin
2018-03-09Remove unused HIDsGabor Kelemen
2018-03-02delete colordata.hxxNoel Grandin
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin
2018-02-19starmath: Spare unnecessary assignmentsTakeshi Abe
2018-02-15starmath: Prefer moving subnodes to copying themTakeshi Abe
2018-02-14starmath: Omit SmParser::GetError()'s argumentTakeshi Abe
2018-02-08starmath: Make SmParser::DoAttribut() etc. return std::unique_ptrTakeshi Abe
2018-02-07starmath: Make SmParser::DoLine() etc. return std::unique_ptrTakeshi Abe
2018-02-06starmath: Make DoAlign() return std::unique_ptrTakeshi Abe
2018-02-01starmath: Put GetDefaultFontName() in an unnamed namespaceTakeshi Abe
2018-01-24tdf#115030 Formula use "dot" instead of "acute" math command.ekuiitr