summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/addincol.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-17FixesJulien Nabet1-6/+6
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-11/+11
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-05-01Avoid possible memory leaks in case of exceptionsTakeshi Abe1-15/+10
2014-03-27fdo#62155 - don't crash if we can't create an instance of a calc addin.Michael Meeks1-4/+12
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin1-6/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-10fdo#50118 use English add-in function namesWinfried Donkers1-6/+14
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-6/+11
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-9/+0
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke1-12/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-4/+4
2013-04-10sal_Bool to boolEike Rathke1-30/+30
2013-04-10use language tagsEike Rathke1-90/+75
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-91/+91
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05fdo#62155 - band-aid crash from poor addin registration on upgradeMichael Meeks1-13/+4
2013-02-16coverity: fix copy & paste errorMarkus Mohrhard1-1/+1
2012-12-13added some FIXME-BCP47 markersEike Rathke1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-22AllSettings with LanguageTagEike Rathke1-5/+2
2012-11-19use LanguageTagEike Rathke1-4/+4
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-281/+267
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-5/+5
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-15/+3
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-3/+3
2012-07-10changes to "Replaced deprecated tools/String with OUString in ScAddInCol"Eike Rathke1-18/+18
2012-07-10Replaced deprecated tools/String with OUString in ScAddInColSören Möller1-64/+62
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-01-09simplify CharClassCaolán McNamara1-5/+4
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-04catch exception by const referenceTakeshi Abe1-1/+1
2011-10-17WaE: unreachable codeTor Lillqvist1-1/+0
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann1-3/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-7/+6
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-71/+71
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-1/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-65/+65
2011-01-17removal of dead codeEd Dean1-4/+1
2011-01-10Slight clean-up.Kohei Yoshida1-1/+1
2011-01-10Changed String to OUString in public variables of ScFuncDescSören Möller1-8/+8
2010-12-17Implemented ScMatrixRef using boost::intrusive_ptr.Kohei Yoshida1-9/+6
2010-11-12use RTL_CONSTASCII_USTRINGPARAMJulien Nabet1-20/+19