summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/address.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-26do not parse range fragments as valid rangesEike Rathke1-2/+9
2015-08-26Revert "do not parse range fragments as valid ranges"Stephan Bergmann1-1/+1
2015-08-26do not parse range fragments as valid rangesEike Rathke1-1/+1
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-19/+0
2015-07-08replace implementation of ScRange::PutInOrder() with that of Justify()Eike Rathke1-15/+18
2015-06-30tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke1-4/+4
2015-06-30tdf#92427 entire column/row reference also if both sticky parts are relativeEike Rathke1-0/+19
2015-06-27tdf#90573 do not shift/move entire col/row references and rangesEike Rathke1-0/+4
2015-06-26entire rows/cols have absolute col/row anchors, tdf#44419 follow-upEike Rathke1-0/+4
2015-06-26tdf#44419 allow A:A and 1:1 references also in Calc A1 and ODF syntaxEike Rathke1-4/+42
2015-06-25a singleton must be fully parsed to be valid, tdf#44419 relatedEike Rathke1-2/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-3/+8
2015-03-01fix comparisonDavid Tardon1-2/+2
2015-01-30fix buildCaolán McNamara1-3/+3
2015-01-30tdf#88810 cleanup (append() for number to string conv.)László Németh1-17/+5
2015-01-29tdf#88810 XLSX export: more cleanupLászló Németh1-108/+84
2015-01-27tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh1-0/+62
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh1-45/+0
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh1-0/+45
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-9/+9
2014-12-14fdo#39440 eliminate redundant conditionMichael Weghorn1-1/+1
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida1-1/+1
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida1-0/+15
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-23Use OUStringBuffers for performance reasons.Matúš Kukan1-43/+43
2014-09-04eliminate superfluous temporary stringEike Rathke1-3/+1
2014-05-27resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke1-6/+15
2014-05-19ODS load perf: don't allocate temporary strings un-necessarilyMichael Meeks1-4/+6
2014-05-10-Werror=parenthesesMiklos Vajna1-2/+2
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-2/+2
2014-03-31sc: clean-up address.hxx/cxxTomaž Vajngerl1-168/+164
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida1-6/+6
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-20/+20
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-5/+4
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-14bool improvementsStephan Bergmann1-2/+3
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin1-8/+8
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida1-15/+52
2013-11-06Using OUStringBuffer is faster than chained += operator.Kohei Yoshida1-3/+7
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara1-0/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-15/+15
2013-10-08convert sc/inc/address.hxx from String to OUStringNoel Grandin1-58/+57
2013-10-08convert sc/inc/compiler.hxx from String to OUStringNoel Grandin1-21/+15
2013-10-03de-GetBuffer calcCaolán McNamara1-16/+16
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-2/+2
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-17/+0
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara1-3/+3
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-59/+39