summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-09loplugin:useuniqueptr in SmDistanceDialogNoel Grandin1-56/+54
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-33/+33
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-3/+3
2018-10-08loplugin:constfields in starmathNoel Grandin1-3/+3
2018-09-19drop some unnecessary headersCaolán McNamara1-2/+0
2018-09-19weld SmFontDialogCaolán McNamara1-74/+38
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-29/+29
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin1-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-16tdf#118681 make sure we're using the right font char mapCaolán McNamara1-2/+1
2018-05-29weld SvxSwPosSizeTabPageCaolán McNamara1-4/+4
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara1-78/+51
2018-05-04weld SwOutlineTabDialogCaolán McNamara1-2/+2
2018-04-30weld SmSymbolDialogCaolán McNamara1-214/+136
2018-04-30flip catalogdialog action area orientation to standardCaolán McNamara1-1/+1
2018-04-29weld SmFontTypeDialogCaolán McNamara1-75/+70
2018-04-29weld SwEndNoteOptionPageCaolán McNamara1-1/+1
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-58/+37
2018-04-10weld SpacingDialogCaolán McNamara1-133/+87
2018-04-10weld SmFontSizeDialogCaolán McNamara1-41/+25
2018-04-09weld SmAlignDialogCaolán McNamara1-35/+14
2018-04-07weld ScLinkedAreaDlgCaolán McNamara1-2/+2
2018-03-30weld SvxCharacterMap dialogCaolán McNamara1-355/+301
2018-03-16loplugin:useuniqueptr in SmCategoryDescNoel Grandin1-10/+5
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-7/+3
2018-03-07use more Color in sfx2..svtoolsNoel Grandin1-2/+2
2018-02-28Translate German comments and debug stringsJohnny_M1-2/+2
2018-02-22weld native message dialogsCaolán McNamara1-9/+17
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin1-4/+4
2018-01-11starmath: getLength() > 0 -> !isEmpty()Takeshi Abe1-1/+1
2018-01-04de-duplicate some defines in hrc filesNoel Grandin1-2/+2
2017-11-22tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng1-3/+2
2017-11-05Remove GetNextSubset and create GetSubsetMapJulien Nabet1-4/+3
2017-10-23loplugin:includeform: starmathStephan Bergmann1-7/+7
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-8/+8
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-7/+0
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-6/+6
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-2/+2
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-4/+2
2017-05-05starmath: Convert SmHorAlign to scoped enumTakeshi Abe1-6/+6
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe1-1/+1
2017-04-03tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-8/+8
2016-11-14tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-30/+3