summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/filtdlg.cxx
AgeCommit message (Expand)Author
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel 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-11-05"%1 is replaced to column letter" ... so do itEike 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-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-07-19restore refedit button hackery via Expanded callbackCaolán McNamara
2013-07-19callcatcher: update unused codeCaolán McNamara
2013-07-19modern .ui widgetlayout for filtdlgCsikós Tamás
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-02-15coverity: prevent use of unitialized variableMarkus Mohrhard
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-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-07-09resolved rhbz#838248 init filter criteria stringEike Rathke
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-03-09use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2011-12-12Fix filtering by inequality operators e.g. >5, <=3, etc.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-15Parse it as a single address.Kohei Yoshida
2011-11-15Fixed the ref button for "copy results to" not starting the ref mode.Kohei Yoshida
2011-11-15Use size_t and remove static_cast'ing.Kohei Yoshida
2011-11-15More cleanups.Kohei Yoshida
2011-11-15Use the range parser instead of local string parsing.Kohei Yoshida
2011-11-15More cleanups.Kohei Yoshida
2011-11-15Reduce scoping level by early bailout.Kohei Yoshida
2011-11-15Store header position this way.Kohei Yoshida
2011-11-15Use map and avoid MAXCOLCOUNT-sized array.Kohei Yoshida
2011-11-15C-style array to std::vector.Kohei Yoshida
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida
2011-08-29String to rtl::OUString.Kohei Yoshida
2011-08-29Some cleanups & removed lazy macros.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida