summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pfiltdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-16convert Link<> to typedNoel Grandin1-18/+13
2015-10-12convert Link<> to typedNoel Grandin1-8/+7
2015-09-25translate DE->ENNicolas Christener1-21/+17
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+18
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-0/+6
2014-10-28loplugin: cstylecastNoel Grandin1-3/+3
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold1-2/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-16/+0
2014-03-29coverity#1194918 Overflowed array index readCaolán McNamara1-3/+3
2014-03-10convert pivot filter dialog to .uiCaolán McNamara1-159/+134
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-1/+1
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke1-2/+1
2013-11-05removed unused aStrRow member variableEike Rathke1-1/+0
2013-11-05OUStringBuffer is unnecessary hereEike Rathke1-3/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-3/+3
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-2/+5
2013-08-30-Werror,-Wunused-variable 'theAreaStr'Eike Rathke1-2/+0
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+13
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-16fix a linguistic issue on Calc UIBence Babati1-3/+1
2012-08-16String to OUStringBence Babati1-10/+12
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-05-17Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida1-2/+2
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-6/+6
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida1-3/+3
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida1-1/+1
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-13/+9
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-0/+1
2011-11-27remove pch from the include listNorbert Thiebaud1-2/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0