summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)AuthorFilesLines
2019-12-22sal_Char->char in sot..storeNoel Grandin1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin1-2/+0
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-2/+10
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin3-6/+6
2019-09-26now drop TabPageParent intermediateCaolán McNamara3-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara3-4/+4
2019-08-24loplugin:returnconstval in sd..starmathNoel Grandin4-9/+9
2019-08-16Fix typosAndrea Gelmini1-4/+4
2019-08-16Fix typosAndrea Gelmini2-3/+3
2019-07-27tdf#74702: vcl add OutputDevice::Flush() to remove GetOutDevType()Chris Sherlock1-1/+1
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe5-2/+9
2019-06-09loplugin:constantparamNoel Grandin1-1/+1
2019-06-08loplugin:unusedmethodsNoel Grandin4-9/+0
2019-05-29SM disable localized characters on element parsingJan-Marek Glogowski1-1/+2
2019-05-29tdf#65587 SM implement ElementControl accessibilityJan-Marek Glogowski3-0/+243
2019-05-29SM add some help to the examplesJan-Marek Glogowski1-0/+6
2019-05-28SM move categories into SmElementsControl...Jan-Marek Glogowski1-12/+18
2019-05-28tdf#125454 SM use theming for element listJan-Marek Glogowski1-0/+1
2019-05-23tdf#65587 SM handle page keys in the ElementControlJan-Marek Glogowski1-0/+5
2019-05-23tdf#65587 SM add key navigation to ElementControlJan-Marek Glogowski1-3/+9
2019-05-15SM fix element control scrollbarJan-Marek Glogowski1-0/+2
2019-05-15tdf#90297 set default SmEditWindow backgroundJan-Marek Glogowski2-1/+2
2019-05-15SM handle background theme changesJan-Marek Glogowski3-4/+2
2019-05-15SM constify SmElementJan-Marek Glogowski1-19/+7
2019-05-14tdf#90297 use field colors for math's edit engineJan-Marek Glogowski2-3/+2
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-29/+26
2019-03-29tdf#124410 re-call SetScrollBarRange when aSymbolSet changesCaolán McNamara1-2/+6
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-02-27weld LicenseDialogImplCaolán McNamara1-2/+2
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-1/+0
2019-01-24loplugin:constparams in sd..svtoolsNoel Grandin1-1/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-3/+3
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen12-36/+28
2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin1-1/+1
2018-11-24remove unused FontChangeMask::HorAlignNoel Grandin1-3/+2
2018-11-22remove unused SmTokenType valuesNoel Grandin1-49/+49
2018-11-17Adapt to C++2a char_tStephan Bergmann2-2/+2
2018-11-09loplugin:useuniqueptr in SmDistanceDialogNoel Grandin1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-10-08loplugin:constfields in starmathNoel Grandin7-14/+14
2018-10-07use more unique_ptr in SmParserNoel Grandin1-14/+14
2018-09-19drop some unnecessary headersCaolán McNamara3-17/+0
2018-09-19weld SmFontDialogCaolán McNamara1-18/+13
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara2-24/+24
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara2-4/+4
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin2-2/+2
2018-08-18loplugin:useuniqueptr pass SmNodeList around by std::unique_ptr(2)Noel Grandin1-2/+2