summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-05-28IsDisposed->isDisposed in svxNoel Grandin1-1/+1
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin3-9/+9
2021-05-27no need to make copies hereNoel Grandin1-6/+6
2021-05-26gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski1-24/+2
2021-05-26Refactor module media item handlingJan-Marek Glogowski2-0/+104
2021-05-26add privacy URL to crashreport dialog & updatecheck tab in optionsChristian Lohmaier3-1/+25
2021-05-26clang-format crashreportdlgChristian Lohmaier1-9/+6
2021-05-25ofz#34601 teardown crash under oss-fuzzCaolán McNamara1-3/+8
2021-05-25tdf#138141 sw: fix textbox z-orderAttila Bakos (NISZ)1-1/+4
2021-05-21Simplify GetModuleFieldUnit a bitMike Kaganski1-9/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara24-54/+54
2021-05-20move some headers inside modulesNoel Grandin23-14/+450
2021-05-20fix crash when del in textbox in drawNoel Grandin1-1/+1
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara4-39/+70
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara2-4/+3
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara6-60/+34
2021-05-19pass CheckButton argument instead of its Button baseclassCaolán McNamara2-5/+5
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara2-4/+4
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara8-13/+13
2021-05-17split OutputDevice from WindowNoel Grandin24-94/+98
2021-05-15improve FmXGridPeer::disposeNoel Grandin1-2/+26
2021-05-14Improve loplugin:stringviewStephan Bergmann1-4/+4
2021-05-13inline some typedefsNoel Grandin4-21/+17
2021-05-12fix some VirtualDevice leaksNoel Grandin1-1/+1
2021-05-11Resolves tdf#127406 - Font name and style name not readableHeiko Tietze1-4/+4
2021-05-11Fix style previews widget with multiple languagesSzymon Kłos1-1/+6
2021-05-10reduce frequency of dynamic_castNoel Grandin1-1/+3
2021-05-10svx: fix crash with active text edit vs slide deleteMiklos Vajna1-0/+6
2021-05-10do not leak SdrObject global pool on shutdownNoel Grandin1-1/+24
2021-05-08ref-count SfxItemPoolNoel Grandin10-39/+24
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin1-1/+1
2021-05-07add utility method to get last pool in chainNoel Grandin1-8/+1
2021-05-06Limit scopes of some variablesMike Kaganski1-10/+5
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin4-12/+11
2021-05-06use Widget::get_clipboardCaolán McNamara7-14/+28
2021-05-05loplugin:constmethodNoel Grandin2-2/+2
2021-05-05Don't initialize variables only to reset laterMike Kaganski1-6/+2
2021-05-05tdf#141935 svx cui: apply line cap setting of line stylesLászló Németh1-0/+13
2021-05-05tdf#141934 svx dialog: fix missing dots in line style previewLászló Németh1-0/+3
2021-05-05inline SdrModel::ImpCtorNoel Grandin1-16/+8
2021-05-04tdf#139500 svx: fix crash on changing table properties during active text editMiklos Vajna2-1/+39
2021-05-03There's no longer a purpose to the math horizontal scrollbarCaolán McNamara1-1/+16
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-2/+2
2021-05-03tdf#141995 Remove uno:Flash command from Customize dialogGabor Kelemen1-19/+0
2021-05-03lok: Edit the click selected cell on table selectionmerttumer1-1/+5
2021-05-03Fix Row size change is not updatedmerttumer1-1/+6
2021-05-03Implemented CTRL + A selects all the cellsmerttumer3-1/+40
2021-05-03Fix ESC key selects all the cells of the table objectmerttumer1-7/+0
2021-05-02drop unneeded temporaryCaolán McNamara1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann52-218/+218