summaryrefslogtreecommitdiff
path: root/sc/inc/AccessibleFilterMenu.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-08Removed includes wich are not longer neededlinus1-3/+0
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-4/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-44/+22
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-1/+0
2016-10-05loplugin:unnecessaryoverride in scNoel Grandin1-3/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-41/+38
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-25/+25
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-3/+3
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-25/+25
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-23/+23
2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi1-7/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-6/+2
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-3/+1
2012-09-10Change some comments to meet doxygen standardsFaisal M. Al-Otaibi1-1/+1
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-10-12missing usingsDaniel Rentz1-0/+3
2009-08-25Reorganized accessible menu implementation so that the toplevel window is tre...Kohei Yoshida1-0/+10
2009-08-22more cleanupKohei Yoshida1-1/+0
2009-08-22Use ScAccessibleStateSet to share state set implementation.Kohei Yoshida1-21/+5
2009-08-22code cleanup.Kohei Yoshida1-12/+2
2009-08-21Broke long method declarations into several lines.Kohei Yoshida1-10/+27
2009-08-21removed debug statements & more dynamic type checking (this will be replaced ...Kohei Yoshida1-1/+1
2009-08-21Let's not duplicate menu's selected state with the accessible object; we can ...Kohei Yoshida1-3/+3
2009-08-20My first cut on implementing accessibility for the new datapilot field popup ...Kohei Yoshida1-0/+191