summaryrefslogtreecommitdiff
path: root/sc/source/ui/dialogs
AgeCommit message (Expand)AuthorFilesLines
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2019-05-17Resolves tdf#87965 - Make 'Search Results' dialog optionalheiko tietze1-1/+10
2019-05-13drop some unneeded includesCaolán McNamara1-3/+0
2019-03-26weld SearchResultsDlgCaolán McNamara1-54/+43
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-2/+0
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-10-09Related: tdf#83128 support translation of plural formsCaolán McNamara1-2/+2
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin1-2/+2
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-6/+6
2017-11-27tdf#113831 Show number of search resultsheiko tietze1-27/+18
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin1-2/+2
2017-03-29loplugin:singlevalfieldsNoel Grandin1-2/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2016-11-07tdf#92160 - sc: limit search results to 1000 entries.Michael Meeks1-12/+71
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-07-28display the SearchAll() and ReplaceAll() results for notes, tdf#65334 relatedEike Rathke1-11/+44
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+2
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-2/+4
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-3/+3
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-6/+4
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-1/+1
2015-04-20sc: convert new to ::CreateNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-0/+6
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-09fdo#80098 make header of Search Result dialog localizableAndras Timar1-1/+2
2014-05-23fdo#76824: Proper way to parse cell address strings.Kohei Yoshida1-13/+27
2014-05-23WaE: private field 'mnId' is not usedTor Lillqvist1-2/+2
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida1-11/+57
2013-12-09SearchResults dialog: Use also AlignToCursor when setting cursor.Matúš Kukan1-0/+1
2013-12-09fdo#72413: Fix O(n^2) in inserting SearchResults' items.Matúš Kukan1-0/+2
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan1-0/+73