summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/filtdlg.cxx
AgeCommit message (Expand)Author
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
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-14More stupid build fixes.Kohei Yoshida
2011-03-11German comment transation for Calc filter dialog.Tibby Lickle
2011-03-11Disabled auto-complete in Calc filter dialog - fix for bug 34898.Tibby Lickle
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-11cleaning of __EXPORT defineGert Faller
2010-11-19No automatic width adjustment of the dropdown popups. (fdo#31710)Kohei Yoshida
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-09-15sc-dbrange-dynamic-resize.diff: Dynamically resize filtered range.Kohei Yoshida
2010-03-17dr73: merge with DEV300_m75Niklas Nebel
2010-03-08dr73: #i94695# when filtering on date disregard time fraction of cells format...Eike Rathke [er]