summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleCsvControl.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-19loplugin:stringcopy: scStephan Bergmann1-4/+4
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
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-9/+9
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-94/+38
2016-09-26Resolves: rhbz#1378521 csv dialog a11y returns a new accessible on every queryCaolán McNamara1-4/+29
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-28com::sun::star->css in scNoel Grandin1-7/+7
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-5/+5
2015-06-28coverity#1308513 Uncaught exceptionCaolán McNamara1-2/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-7/+9
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-22/+0
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-3/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-28Remove remaining DBG_CTOR etc. remnants from scStephan Bergmann1-29/+0
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-12/+2
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-83/+83
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-10-08convert sc/source/ui/Accessibility/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-7/+7
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-12/+10
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2011-12-01Remove uses of charAtAugust Sodora1-3/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-1/+2
2011-06-03use standard template for this throughoutCaolán McNamara1-18/+13
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-6/+6
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-3/+3
2011-03-01Remove bogus comments.Guillaume Poussel1-2/+2
2010-12-12Remove commented codeAnders Jonsson1-7/+0
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud1-57/+57