summaryrefslogtreecommitdiff
path: root/vcl/inc/helpwin.hxx
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2015-05-06 08:34:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-05-14 13:28:25 +0000
commitb6044f76405cdf2a956d2c429d5d29f4c711363c (patch)
tree59ad56bbd19abcda28cf1169774bd840a10c4a4f /vcl/inc/helpwin.hxx
parentc60a5753e311918f0c6bd85073390a76de713b3f (diff)
Scheduler: Deactivate task without deletion
Now a task can be temporary deactivatet, without deletion. Change-Id: Ie72f0fe0e1529e2216271a3ae73be1c406947dec Reviewed-on: https://gerrit.libreoffice.org/15640 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/helpwin.hxx')
0 files changed, 0 insertions, 0 deletions
6d8924'>tdf#157438 Make string lists editable in expert configSamuel Mehrbrodt 2023-11-16Format optaboutconfig with clang-formatSamuel Mehrbrodt 2023-11-16expert config: Proper editing support for numbersSamuel Mehrbrodt 2023-11-13Fix old TODO: Remove the parameter bCheckImmediately from SvxNameDialogSamuel Mehrbrodt 2023-11-13Use SvxNameDialog for editing config valuesSamuel Mehrbrodt 2023-11-09Use proper type in expert config dialogSamuel Mehrbrodt 2023-11-09tdf#157431 Show description for expert config itemsSamuel Mehrbrodt 2023-05-15tdf#104005 Don't allow changing finalized propertiesSamuel Mehrbrodt 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-06-03clang-tidy modernize-pass-by-value in cuiNoel Grandin 2022-05-06Remove duplicated includesAndrea Gelmini 2022-05-05use more o3tl::getTokenNoel Grandin 2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin 2022-04-05Expert Configuration: Allow modifying nil valuesStephan Bergmann 2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara 2021-10-29Prepare for removal of non-const operator[] from Sequence in cuiMike Kaganski 2021-10-16Simplify vector initialization in cuiJulien Nabet 2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski 2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin 2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin 2021-04-22Resolves: tdf#141721 text from 1st col not clipped if 2nd col is emptyCaolán McNamara 2021-01-18tdf#139332 reduce height of expert config dialogCaolán McNamara 2020-10-15tdf#137432 only do EnableInvalidate(false) optimization when not shownCaolán McNamara 2020-10-02loplugin:reducevarscope in cuiNoel 2020-08-31Related: tdf#136189 don't assert on unsetting non-existing previous sort columnCaolán McNamara 2020-06-05have just one way to set expander imageCaolán McNamara 2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin 2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen