summaryrefslogtreecommitdiff
path: root/sc/source/core/data/validat.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-27coverity#1103748 coverity#708009 coverity#708011-12Norbert Thiebaud1-45/+49
2014-01-22bool improvementsStephan Bergmann1-1/+1
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-17/+24
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-1/+1
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-1/+1
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+4
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-58/+55
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard1-5/+29
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-5/+3
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-6/+17
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-07-24More of the same.Kohei Yoshida1-2/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-3/+7
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-2/+4
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-130/+47
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida1-0/+85
2013-03-22no need to new/delete temporary, stack based auto does itEike Rathke1-5/+8
2013-03-22use input line string length for numeric data length, i#93128Eike Rathke1-8/+21
2013-03-22i#93128# fix data validity checkHerbert Dürr1-9/+16
2013-03-16sc: translate some debug messagesThomas Arnhold1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-1/+1
2012-07-12ScValidationDataList: use const_iteratorMichael Stahl1-2/+6
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin1-32/+19
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-03-01Some initial DISABLE_SCRIPTING ifdefsTor Lillqvist1-1/+2
2012-02-27merge GetString variantsCaolán McNamara1-7/+6
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida1-7/+7
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida1-1/+1
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-22/+10
2012-02-08Let's use enum for better type safety.Kohei Yoshida1-3/+4
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-0/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-25To destroy a cell instance, we need to call ScBaseCell::Delete().Kohei Yoshida1-2/+3
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida1-1/+1
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida1-5/+5
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-75/+72
2011-03-05Renamed FindIndex to findByIndex to be consistent with findByName.Kohei Yoshida1-1/+1
2011-03-02Remove bogus comments.Guillaume Poussel1-1/+1
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-02-08Removed unused functions and classes form calc 3lastAlfonso Eusebio1-9/+0