summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/filtdlg.hxx
AgeCommit message (Expand)Author
2016-03-04tdf#93889 Remove a busy loopJaskaran
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-04convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2014-12-09changed timers to idlesTobias Madl
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-29coverity#1210187 Uninitialized pointer fieldCaolán McNamara
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin
2013-11-05removed unused aStrRow member variableEike Rathke
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
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-07-17modern .ui widgetlayout for sfilterdlgCsikós Tamás
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-24rearranged forward declarations of classTakeshi Abe
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-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-16More on reducing header dependency.Kohei Yoshida
2011-11-15Use size_t and remove static_cast'ing.Kohei Yoshida
2011-11-15More cleanups.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-04const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida