summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2020-11-02remove duplicate initialisationNoel1-3/+0
2020-11-02toolbox always has flat styleNoel Grandin1-59/+4
2020-11-02use officecfg or MacroRecorderModeNoel Grandin1-34/+2
2020-11-01use officecfg for ShowLinkWarningDialogNoel Grandin1-59/+4
2020-11-01use officecfg for IsPluginsEnabledNoel Grandin1-46/+8
2020-11-01use officecfg for UseSystemFileDialogNoel Grandin2-65/+9
2020-11-01use officecfg for UseSystemPrintDialogNoel Grandin1-52/+5
2020-11-01use officecfg for Experimental flagNoel Grandin1-35/+3
2020-10-31remove pimpl in UnoControlTableModelNoel Grandin2-158/+147
2020-10-30convert some tools::Long->sal_Int32Noel8-74/+73
2020-10-29tdf#132536 free the cached VirtualDevicesJan-Marek Glogowski1-0/+2
2020-10-28tdf#125379 updated javainteractionhandler.cxx to add a link for the JRE missi...Bryan Gazali1-12/+16
2020-10-28convert some more long -> tools::LongNoel2-5/+5
2020-10-28convert some more long -> tools::LongNoel2-6/+6
2020-10-26rhbz#1891326 suggest package install of the most appropiate pt langpackCaolán McNamara1-0/+2
2020-10-25Replace list by vector in svtools/sampletextJulien Nabet1-5/+5
2020-10-24Resolves: tdf#137703 crash on 2nd launch of cell bg color dropdownCaolán McNamara1-0/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara23-23/+23
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-3/+3
2020-10-19use tools::Long in svtoolsNoel26-519/+520
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara2-14/+10
2020-10-15need to ClearFormats to invalidate cache of what is dndedCaolán McNamara1-0/+6
2020-10-12tdf#134742 Distinguishing all CJK fonts such as Noto CJK Fonts.DaeHyun Sung1-21/+39
2020-10-09inherit OStringTransferable from TransferDataContainerCaolán McNamara1-14/+3
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-5/+1
2020-10-06loplugin:const& make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in store..svtoolsNoel5-10/+8
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-09-29tdf#136520 allow color popdowns to be tearable againCaolán McNamara1-2/+5
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák2-2/+2
2020-09-24Related: tdf#115436 Add English (Kenya) {en-KE} to language listEike Rathke1-1/+2
2020-09-21update pchesCaolán McNamara1-1/+2
2020-09-19tdf#134157 fix Edit with external tool causes a CPU hitTomofumi Yagi1-9/+12
2020-09-17tdf#136737 grid in change icon dialog ends up oversizedCaolán McNamara1-0/+4
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann3-1795/+1798
2020-09-12Replace remaining uses of sal_uCharJulien Nabet1-3/+3
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara2-7/+7
2020-09-12tdf#136217 fix moving tag in writerNoel Grandin1-1/+1
2020-09-11invalidate prerendered fontname cache on style changeCaolán McNamara1-15/+36
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin2-26/+26
2020-09-10remove image_position top from GtkButtonandreas kainz1-1/+0
2020-09-09tdf#134413 must add scrollbar width on turning it off to occupy the same spaceCaolán McNamara1-16/+20
2020-09-09Resolves: tdf#136494 get preferred height after contents filled inCaolán McNamara1-1/+2
2020-09-09tdf#135042 update scrolledwindow vadjustment when resizedCaolán McNamara1-9/+24
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-8/+0
2020-09-07loplugin:constantparamNoel Grandin1-1/+1
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-09-02use VCL_TOOLBOX_STYLE_FLAT directly instead of a define with the same valueCaolán McNamara1-3/+1
2020-09-02replace unnecessary includeCaolán McNamara1-1/+1
2020-09-02weld TabBarEditCaolán McNamara3-70/+105