summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-10-21tdf#144650 crash after opening of read-only fileNoel Grandin1-33/+27
2021-10-16Simplify vector initialization in sfx2Julien Nabet3-16/+9
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák1-0/+5
2021-10-15do not use text-based LOK callback internallyLuboš Luňák3-32/+65
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski13-22/+22
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-9/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski15-39/+41
2021-10-11Related: tdf#145033 don't print "There is no implementation..." warningCaolán McNamara1-0/+10
2021-10-11loplugin:moveparam in sfx2Noel Grandin2-3/+3
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+2
2021-10-11loplugin:moveparam in unotoolsNoel Grandin1-1/+1
2021-10-08remove unwanted xpad/ypad properties and replace with a margin-endCaolán McNamara1-2/+1
2021-10-08remove (presumably) unwanted 'Widget name' propertyCaolán McNamara1-1/+0
2021-10-08resave with glade to tidy this upCaolán McNamara1-0/+14
2021-10-08add mappings for emphasis propertyCaolán McNamara1-0/+26
2021-10-08fix "GtkBox does not have a child property called left-attach"Caolán McNamara1-6/+5
2021-10-08add 'destructive-action' style to the close button of save changesCaolán McNamara1-0/+3
2021-10-08loplugin:moveparam in vclNoel Grandin1-1/+1
2021-10-06avoid repeated calls to SfxNotebookBar::IsActive()Luboš Luňák1-1/+2
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet1-2/+1
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann2-2/+2
2021-10-03cid#1492221 silence bogus Dereference after null checkCaolán McNamara1-1/+4
2021-10-01loplugin:constmethodNoel Grandin2-3/+3
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-4/+2
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin7-13/+13
2021-09-28fix deadlock on exit (attempt2)Noel Grandin1-3/+5
2021-09-28gives names to all the Idles and TasksNoel Grandin17-22/+20
2021-09-28fix deadlock on exitNoel Grandin1-2/+8
2021-09-28vcl: rename OutDevState to StackChris Sherlock6-8/+8
2021-09-26use SfxItemSetFixed in variousNoel Grandin2-5/+5
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara1-1/+2
2021-09-23tdf#144132 Crash when insert formula object in WriterNoel Grandin1-6/+5
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: sfx2Stephan Bergmann4-15/+21
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák10-17/+17
2021-09-16occasionally the bg color of the deck grip is wrongCaolán McNamara1-0/+1
2021-09-15loplugin:finalclassesNoel Grandin1-1/+1
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski6-44/+12
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski9-28/+13
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski3-9/+9
2021-09-12Typo: SAVE_SUCCESSFULL->SAVE_SUCCESSFULJulien Nabet2-8/+8
2021-09-11clang:optin.performance.Padding in sfx2Noel Grandin2-6/+6
2021-09-11Drop unused multiple selection from UI filesJan-Marek Glogowski1-3/+1
2021-09-10gtk4: cannot focus to toolbutton if can-focus is falseCaolán McNamara1-1/+1
2021-09-10drop stray fprintfCaolán McNamara1-1/+0
2021-09-09Resolves: tdf#144389 get_accessible_parent should only be called on vcl implsCaolán McNamara1-16/+5
2021-09-09merge ThumbnailView and ThumbnailViewBaseCaolán McNamara7-12/+7
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-1/+1
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock1-10/+10
2021-09-07loplugin:unusedmethodsNoel Grandin2-8/+0