summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2021-07-02tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara1-0/+1
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-7/+7
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-1/+1
2021-06-18Add Active Sfx Object Name To CrashReport DumpGopi Krishna Menon1-41/+0
2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy4451-10/+2
2021-06-16Add Active App Name Field To Crash ReportGopi Krishna Menon1-0/+43
2021-05-30no need to allocate this separatelyNoel Grandin2-30/+28
2021-05-28IsDisposed->isDisposed in sfx2Noel Grandin1-2/+2
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K1-0/+15
2021-05-21fix leak in some testsNoel Grandin1-2/+4
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin3-4/+5
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin3-5/+4
2021-05-11tdf#91874 Command Popup - HUD to search and run LO commandsTomaž Vajngerl1-1/+14
2021-05-11fix leak in LOKPostAsyncEventNoel Grandin1-3/+3
2021-05-11tdf#84502 CuiConfigGroupListBox Macros,Styles like category for SidebarJim Raykowski1-0/+13
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-3/+3
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin2-2/+3
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+3
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+3
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-2/+2
2021-04-12tdf#125909 tdf#141298 sw: show (Hidden) Track Changes infobarLászló Németh1-36/+73
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara2-3/+8
2021-04-08SfxInPlaceClient: avoid crash when chart deleted by other viewSzymon Kłos1-1/+2
2021-04-08GetEditWin() is already fetched as pEditWinCaolán McNamara1-6/+6
2021-04-08online: send selection coordinates with inplace modeSzymon Kłos1-1/+12
2021-04-08online: Don't send chart selection to all viewsSzymon Kłos1-6/+0
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara3-0/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-22change SfxApplication::GetTopWindow to weld::WindowCaolán McNamara1-4/+4
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-4/+4
2021-03-11use some forward declares to reduce includesCaolán McNamara2-3/+0
2021-03-11lok: avoid a set of invalidations per view on re-size.Michael Meeks1-0/+3
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-1/+1
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens1-1/+1
2021-03-03Fix non-valid json generation on NotifyOtherViewsmert1-3/+9
2021-02-20loplugin:refcounting in sfx2Noel2-3/+3
2021-02-20drop some unneeded includesCaolán McNamara1-1/+0
2021-02-16loplugin:referencecasting in sfx2Noel6-18/+16
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-2/+3
2021-02-07Remove unneeded breaksAndrea Gelmini1-2/+0
2021-02-02verbs can be sal_Int32 instead of tools::LongCaolán McNamara2-6/+2
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-17cppcheck: derefInvalidIteratorRedundantCheck (sfx2/classificationhelper)Julien Nabet1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-6/+10
2020-12-25Typos in code (vlc->vcl/vclx)Julien Nabet1-2/+2
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-1/+2