summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/address.cxx
AgeCommit message (Expand)Author
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida
2013-11-06Using OUStringBuffer is faster than chained += operator.Kohei Yoshida
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/address.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/compiler.hxx from String to OUStringNoel Grandin
2013-10-03de-GetBuffer calcCaolán McNamara
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part2)Julien Nabet
2013-07-24More on removing CalcAbsIfRel().Kohei Yoshida
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-24sal_Bool -> bool in address.cxxMarkus Mohrhard
2013-03-24simplify the use of nMaxTab a bitMarkus Mohrhard
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2012-12-11Support non 'Calc A1' reference syntax in HYPERLINK function.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-08-30fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl
2012-08-28resolved fdo#51926 handle .xlsm link to external sheet with spaceEike Rathke
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-06drop String::ReverseCaolán McNamara
2012-04-02only include iostream if you need toCaolán McNamara
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-10-28These can be const pointers.Kohei Yoshida
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-23fdo#36109 in INDIRECT() make a non-existing sheet produce an error againEike Rathke
2011-06-29fix for fdo#36963: name box always selects cell in the first sheetMarkus Mohrhard
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move DBG_ERROR2 to OSL_TRACEThomas Arnhold
2011-03-13Move DBG_ERROR1 to OSL_TRACEThomas Arnhold
2011-03-11Export sheet-local range names to ODS.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05More on adjusting for ScRangeName API change.Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-02-14WaE: silence this for all compilersCaolán McNamara
2011-01-17cppcheck: reduce scope of variable 'nTab'Thomas Arnhold
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko