summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)Author
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-23tdf#144769 Properly encode file name in error dialogGabor Kelemen
2021-11-19Change About LO dialog to run asyncJan-Marek Glogowski
2021-11-18rtl::Static->thread-safe static in sfx2Noel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-10-31pass an explicit parent to use for any warning dialogsCaolán McNamara
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski
2021-10-29tdf#128969: Let the user explicitly decide to execute an external programStephan Bergmann
2021-10-26Fix a memory leakStephan Bergmann
2021-10-26Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in unotoolsNoel Grandin
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-06avoid repeated calls to SfxNotebookBar::IsActive()Luboš Luňák
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-03cid#1492221 silence bogus Dereference after null checkCaolán McNamara
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-26use SfxItemSetFixed in variousNoel Grandin
2021-09-23tdf#144132 Crash when insert formula object in WriterNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: sfx2Stephan Bergmann
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-11clang:optin.performance.Padding in sfx2Noel Grandin
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-31flatten SfxAppData_ImplNoel Grandin
2021-08-31no need to allocate SfxFilterMatcher separatelyNoel Grandin
2021-08-31no need to allocate SfxPickList separatelyNoel Grandin
2021-08-31no need to allocate SfxDocumentTemplates separatelyNoel Grandin
2021-08-31flatten SfxObjectShellArr_ImplNoel Grandin
2021-08-31flatten SfxViewShellArr_ImplNoel Grandin
2021-08-31flatten SfxViewFrameArr_ImplNoel Grandin
2021-08-31flatten SfxTbxCtrlFactArr_ImplNoel Grandin
2021-08-31flatten SfxStbCtrlFactArr_ImplNoel Grandin
2021-08-31flatten SfxChildWinFactArr_ImpNoel Grandin
2021-08-24remove one of the pimpls in SvBaseLinkNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18online: keep sidebar openedSzymon Kłos
2021-08-18remove dead codeNoel Grandin
2021-08-12SfxModule optional fields might be empty, cannot unconditionally derefNoel Grandin
2021-08-12flatten SfxModule a littleNoel Grandin
2021-08-10Simplify init-/deInitSysTray even furtherStephan Bergmann
2021-08-10Replace a use of boost::logic::tribool with std::call_onceStephan Bergmann
2021-08-06Replace GDIMetaFile::Read with SvmReader::Read in linkmgr2.cxxpanoskorovesis