summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)Author
2021-12-09cid#1485150 silence Uncaught exceptionCaolán McNamara
2021-11-28use more OInterfaceContainerHelper3 in svxNoel Grandin
2021-11-26loplugin:stringliteraldefine in svxNoel Grandin
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-03put the message into static_assertCaolán McNamara
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski
2021-10-16Simplify vector initialization in svxJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10loplugin:moveparam in svxNoel Grandin
2021-10-04loplugin:constmethodNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara
2021-09-22xtend loplugin:stringviewparam to starts/endsWith: svxStephan Bergmann
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27Resolves: tdf#143159 reserve space for 6 characters/digitsCaolán McNamara
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-06make --disable-scripting compileCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-03osl::Mutex->std::mutex in OParseContextClientNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-30osl::Mutex->std::atomic in FmSearchEngineNoel Grandin
2021-07-30osl::Mutex->std::mutex in FmXDisposeListenerNoel Grandin
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-21no need for FormControlFactory to have a pimplNoel Grandin
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-13inline some typedefsNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-05-06use Widget::get_clipboardCaolán McNamara
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-21Related tdf#139804 Allow activating btn on first clickSamuel Mehrbrodt
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-04-01lok: remove frame action listener when disposingHenry Castro