summaryrefslogtreecommitdiff
path: root/svx/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2021-05-29no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin2-7/+7
2021-05-26add privacy URL to crashreport dialog & updatecheck tab in optionsChristian Lohmaier2-0/+10
2021-05-26clang-format crashreportdlgChristian Lohmaier1-9/+6
2021-05-21Simplify GetModuleFieldUnit a bitMike Kaganski1-9/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara9-22/+22
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara2-22/+27
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara3-17/+14
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara1-3/+3
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara5-5/+5
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2021-05-08ref-count SfxItemPoolNoel Grandin4-6/+6
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin2-4/+3
2021-05-06use Widget::get_clipboardCaolán McNamara1-0/+5
2021-05-03There's no longer a purpose to the math horizontal scrollbarCaolán McNamara1-1/+16
2021-05-02drop unneeded temporaryCaolán McNamara1-2/+1
2021-04-30allow dnd into weldeditviewCaolán McNamara1-0/+7
2021-04-30extend the selection range so adjacent lines are considered one blockCaolán McNamara1-1/+30
2021-04-29tdf#141967 bail early in Activate if disposingCaolán McNamara1-0/+5
2021-04-29can stack-allocate thisNoel Grandin1-3/+3
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara2-10/+3
2021-04-28replace old-school RasterOp::Invert selection in weldeditviewCaolán McNamara1-5/+31
2021-04-26drop mask from BitmapExNoel Grandin2-5/+5
2021-04-23use get_accessible_location_on_screen to get positionCaolán McNamara1-15/+4
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara1-0/+3
2021-04-22ensure cursor drawn on re-gaining focusCaolán McNamara1-0/+3
2021-04-21tdf#141419 restore use any explicitly set background color in previewsCaolán McNamara1-0/+10
2021-04-19weld SmEditTextWindowCaolán McNamara1-2/+11
2021-04-19a11y tests show we should use GetOutputDevice for pixel/logic conversionsCaolán McNamara1-44/+28
2021-04-17add lang::XServiceInfo to WeldEditAccessibleCaolán McNamara1-3/+19
2021-04-17tdf#141701 Crash when closing 3D View dialog of 3D chartNoel Grandin1-0/+1
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-5/+5
2021-04-12forward decl vcl::Window in uiobject.hxxCaolán McNamara1-0/+1
2021-04-10Resolves: tdf#139075 diagonal focus rects contain focus rects of old sizeCaolán McNamara1-0/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-25fix crash on pressing esc in search/replace dialogCaolán McNamara1-1/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-22change SfxApplication::GetTopWindow to weld::WindowCaolán McNamara1-5/+2
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-2/+2
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara2-6/+6
2021-03-07ref-count SdrPageNoel3-24/+23
2021-02-22convert other svxruler menuCaolán McNamara1-24/+26
2021-02-21Typo fix: supress -> suppressTor Lillqvist1-3/+3
2021-02-20loplugin:refcounting in svxNoel3-9/+6
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-19drop unneeded includeCaolán McNamara1-1/+0
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-1/+1
2021-02-15tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara1-0/+5