summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleEmptyEditSource.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-1/+1
2019-09-02we only need an OutputDevice here, not a WindowCaolán McNamara1-3/+3
2019-04-25Convert remaining SdrHint to static_castXisco Fauli1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-6/+6
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-1/+0
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin1-1/+1
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin1-4/+4
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-6/+3
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-3/+6
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-6/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin1-1/+1
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann1-6/+0
2016-11-13drop useless semicolonsDavid Tardon1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-1/+1
2016-04-05loplugin:constantparam in editengNoel Grandin1-1/+1
2016-03-18loplugin:constantfunction in editengNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-59/+59
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+1
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-2/+2
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-4/+0
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-56/+56
2014-03-03editeng: sal_Bool->boolNoel Grandin1-8/+8
2014-02-27editeng: sal_Bool->boolNoel Grandin1-5/+5
2014-02-26Remove visual noise from svxAlexander Wilms1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-12sal_Bool->boolNoel Grandin1-3/+3
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-15/+15
2013-11-26Integrate branch of IAccessible2Steve Yin1-1/+1
2013-09-04remove intermediate Strings on res loadingCaolán McNamara1-1/+1
2013-09-04String to OUStringThomas Arnhold1-4/+4
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-24/+24
2013-04-26XubString->OUStringCaolán McNamara1-2/+2
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-11-27remove include of pch header from svxNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins1-1/+1
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-28/+28