summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/ddelink.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-26Remove pointless macroGabor Kelemen1-3/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-17/+17
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-1/+1
2017-03-03Fix typosAndrea Gelmini1-2/+2
2017-02-15Translate German commentsJohnny_M1-26/+26
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-03-24convert sfxlink to enum classNoel Grandin1-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-4/+4
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-2/+2
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-2/+3
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+2
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-10-04convert sc/source/core/inc/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-3/+0
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-5/+0
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-7/+7
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+15
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist1-1/+1
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-28warning C4701: potentially uninitialized local variable 'fVal' usedStephan Bergmann1-1/+1
2012-09-05Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer1-5/+4
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-1/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
2012-01-31Remove unsed codeElton Chung1-11/+0
2012-01-30refactor ConvertLineEndCaolán McNamara1-1/+1
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-3/+3
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-2/+3
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-6/+6
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-6/+6
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-6/+6
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1