summaryrefslogtreecommitdiff
path: root/sd/xsl
ModeNameSize
-rw-r--r--effect.xsl20408logplain
0-15remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara 2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin 2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin 2014-07-04coverity#703995 Uncheck return valueNorbert Thiebaud 2014-06-25remove whitespaceMarkus Mohrhard 2014-06-24new compilerplugin returnbyrefNoel Grandin 2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet 2014-05-11fix-includes.pl: scThomas Arnhold 2014-04-23sc: sal_Bool->boolNoel Grandin 2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann 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-14Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara 2014-03-11Resolves: #i123622# [ia2] Calc: No focus event fired on cell...Steve Yin 2014-03-11svx: sal_Bool->boolNoel Grandin 2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann 2014-03-07coverity#705831 Dereference before null checkCaolán McNamara 2014-03-03Remove visual noise from scAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-20svl: sal_Bool -> boolStephan Bergmann 2014-02-14sal_Bool->boolNoel Grandin 2014-02-11sc: add some missing locks in new codeMichael Stahl 2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan 2014-01-07Resolves: #i123622# No focus event fired on cell when new sheet is createdSteve Yin 2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida 2014-01-06Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin 2013-12-20typo fixesAndras Timar 2013-12-13Drop duplicate #includeTakeshi Abe 2013-12-02WaE: initialize boolean variable to prevent compiler warning.Pavel Janík 2013-12-02Integrate branch of IAccessible2Steve Yin 2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin 2013-10-18convert remaining String in SC to OUStringNoel Grandin 2013-10-08convert sc/source/ui/Accessibility/*.cxx from String to OUStringNoel Grandin 2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara