summaryrefslogtreecommitdiff
path: root/svx/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2021-01-24SvxLanguageBox::SetLanguageList Merge if'sDr. David Alan Gilbert1-6/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-14Asian phonetic guide dialog uses "close" widgetJulien Nabet1-1/+1
2021-01-14tdf#138843 Show image file type inside image properties dialogshubham6561-38/+3
2021-01-02introduce Degree100 strong_int typeNoel2-16/+15
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-37/+37
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-1/+1
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-12-19weld rulermenuCaolán McNamara1-14/+17
2020-12-19missing modelinesCaolán McNamara1-1/+3
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara1-2/+1
2020-12-16Resolves tdf#138173 - Keep options collapsed in F&R dialogHeiko Tietze1-1/+1
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-09split WeldEditView::Paint so a subclass can render a specific bgCaolán McNamara1-5/+10
2020-12-09restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara1-26/+78
2020-12-09Resolves tdf#138127 - Use document color for border widgetHeiko Tietze1-4/+6
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel5-7/+7
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen3-6/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-3/+3
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer8-152/+119
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin3-17/+17
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-2/+2
2020-11-04loplugin:constantparamNoel1-4/+4
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze1-37/+16
2020-11-01use officecfg for ShowLinkWarningDialogNoel Grandin1-7/+11
2020-10-28tdf#137790 calc: Minimal line width for different line stylesSerge Krot1-0/+5
2020-10-28convert some more long -> tools::LongNoel3-8/+8
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara1-12/+3
2020-10-26std::unique_ptr -> std::optionalNoel1-17/+18
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel26-412/+412
2020-10-24use SetSelection and DeleteSelected to make cursor go to the right placeCaolán McNamara1-4/+3
2020-10-22always call GetFocus if GrabFocus succeededCaolán McNamara1-3/+0
2020-10-21new tools::Degree10 strong typedefNoel Grandin2-2/+2
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara1-9/+5
2020-10-15add a GetUITestFactory for WeldEditViewCaolán McNamara1-0/+38
2020-10-12CaptureMouse on mouse-down and ReleaseMouse on mouse-upCaolán McNamara1-0/+5
2020-10-10tdf#87963: Add percentage value to new calculated compressed image sizeDaniel1-3/+6
2020-10-08don't scroll to the cursor on gaining focusCaolán McNamara1-1/+1
2020-10-08CustomWeld::Paint rRect is in logical units, not pixelsCaolán McNamara1-2/+1
2020-10-08don't scroll to the cursor during paintCaolán McNamara1-1/+1
2020-10-07let a subclass destroy and recreate its EditViewCaolán McNamara1-20/+29
2020-10-06loplugin:const* make some params and methods constNoel2-2/+2
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-4/+1
2020-10-06let a subclass defer creating its EditViewCaolán McNamara1-5/+8
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski2-7/+9
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara1-0/+23
2020-09-30loplugin:reducevarscope in svxNoel3-5/+3