summaryrefslogtreecommitdiff
path: root/svx/source/dialog
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-23tdf#127729 Don't include empty string presentations in searchJim Raykowski1-1/+7
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+3
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin1-3/+3
2020-09-11convert IMAP_FORMAT to scoped enumNoel Grandin1-5/+5
2020-09-10tdf#75280: "nFormat" should be "sal_uLong" instead of sal_uIntPtr (svx/imapdlg)Julien Nabet1-1/+1
2020-09-10pTols is an array of sal_uInt8Julien Nabet1-1/+1
2020-09-01Fix typoAndrea Gelmini1-3/+3
2020-09-01Fix typo in codeAndrea Gelmini1-6/+6
2020-08-31Related: tdf#136189 don't assert on unsetting non-existing previous sort columnCaolán McNamara1-1/+3
2020-08-31Fix typo in codeAndrea Gelmini1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-17/+17
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-2/+1
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-3/+3
2020-08-14loplugin:simplifybool moreNoel Grandin1-3/+3
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-08-06loplugin:flatten in svxNoel Grandin14-713/+711
2020-08-04simplify svx::frame::StyleNoel Grandin1-159/+53
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen2-0/+2
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-22weld form navigator label item windowsCaolán McNamara1-1/+1
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara1-27/+33
2020-07-08Add mobile version of find replace dialogSzymon Kłos1-1/+7