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