summaryrefslogtreecommitdiff
path: root/sc/source/core/data/validat.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-2/+2
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-3/+3
2014-09-03fdo#39468 Translate German comments in sc/source/core/data/validat.cxxLaurent Balland-Poirier1-44/+44
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-4/+3
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-2/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-03-06resolved fdo#61520 do not add multiple empty strings to the validation listEike Rathke1-0/+12
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-3/+1
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-4/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
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