summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/editutil.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-11/+11
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4
2014-02-25remove unused code ScEditUtil::GetSpaceDelimitedString(EditTextObject const&)Noel Grandin1-6/+0
2014-02-21editeng: sal_Bool->boolNoel Grandin1-9/+9
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2014-02-12sal_Bool->boolNoel Grandin1-7/+7
2014-02-12sal_Bool->boolNoel Grandin1-4/+4
2014-02-12sal_Bool->boolNoel Grandin1-6/+6
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-7/+7
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-10-08convert sc/inc/editutil.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-31/+1
2013-08-25Unused variable.Kohei Yoshida1-1/+0
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida1-80/+88
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-08import performance : do not use EditEngine anymoreLaurent Godard1-1/+24
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-19/+42
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-0/+26
2013-05-22AppendAscii cleanupRicardo Montania1-4/+4
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-14/+15
2013-04-26XubString->OUStringCaolán McNamara1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-28attrarray.cxx is now free of ScBaseCell.Kohei Yoshida1-0/+22
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida1-0/+10
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-0/+14
2013-03-16sc: translate some debug messagesThomas Arnhold1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara1-7/+7
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-05fdo#53531: Time field can be represented with an extended time field type.Kohei Yoshida1-0/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-7/+0
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-2/+2
2012-05-08Use the field type value for branching instead of ISA macro.Kohei Yoshida1-20/+23
2012-05-08Support document title field in cells.Kohei Yoshida1-0/+9
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-4/+8
2012-05-03Support sheet name field in cells.Kohei Yoshida1-0/+11
2012-05-03Support date field in cells.Kohei Yoshida1-0/+6
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-20/+30
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-0/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-2/+3
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins1-8/+3
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-84/+84