summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)Author
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
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-22cid#1473956 bogus Dereference after null checkCaolán McNamara
2021-03-19cid#1474166 Deference null return valueCaolán McNamara
2021-03-15tdf#139804 Focus form controls inside document with Alt-<Mnemonic>Samuel Mehrbrodt
2021-03-12transport error dialog parent as awt::XWindow earlierCaolán McNamara
2021-03-11use an explicit parent for error messageCaolán McNamara
2021-03-11refactor getDialogParentWindow to take an XFormController argCaolán McNamara
2021-03-11use an explicit parent for error messageCaolán McNamara
2021-03-11factor out a FmXFormView::GetParentWindowCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-08clean up some more dynamic/static castingNoel
2021-03-07ref-count SdrPageNoel
2021-03-07loplugin:staticdynamic now with extra saltNoel
2021-03-01loplugin:refcounting in svxNoel
2021-02-20loplugin:refcounting in svxNoel
2021-02-15loplugin:referencecasting in svxNoel
2021-02-11tdf#140274 set an initial minimum sizeCaolán McNamara
2021-02-10clean up SdrObject cloningNoel
2021-01-25avoid some ref-countingNoel Grandin
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski