summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-2/+2
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-2/+3
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida1-9/+6
2013-07-24Work on removing CalcRelFromAbs().Kohei Yoshida1-11/+8
2013-07-24More on removing use of CalcAbsIfRel().Kohei Yoshida1-9/+9
2013-07-24Remove the current shared formula bits.Kohei Yoshida1-98/+37
2013-07-24More on removing CalcAbsIfRel().Kohei Yoshida1-58/+56
2013-07-24Annotate this function before reworking.Kohei Yoshida1-5/+3
2013-07-24More on this.Kohei Yoshida1-9/+18
2013-07-24Start replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-104/+98
2013-07-24Add test for formula tokenization and back.Kohei Yoshida1-5/+5
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-9/+9
2013-07-12prepare to read backsolver's OOo ODFF namespaced function nameEike Rathke1-5/+4
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-1/+1
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-1/+1
2013-06-27Rename a variable to something more meaningful.Kohei Yoshida1-12/+12
2013-06-27Reduce indentation to a sane level.Kohei Yoshida1-97/+86
2013-06-27Remove this old attempt of shared formula code.Kohei Yoshida1-55/+1
2013-06-24Replace more characters functions with rtl/character.hxxArnaud Versini1-4/+4
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-6/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
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-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-2/+4
2013-03-26This one too.Kohei Yoshida1-29/+13
2013-03-26Another one...Kohei Yoshida1-28/+13
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida1-2/+0
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-9/+9
2013-03-19coverity#735382 Copy-paste errorJulien Nabet1-1/+1
2013-03-19Generate token array hash exactly once, when the string is tokenized.Kohei Yoshida1-0/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-1/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-8/+8
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-58/+58
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-8/+2
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-4/+4
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac1-1/+1
2013-02-16coverity: copy & paste errorMarkus Mohrhard1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-2/+1
2013-01-30ODFF: write RRI as RRI, not ZGZEike Rathke1-1/+2
2013-01-28no need for the String version of this function anymoreMarkus Mohrhard1-9/+1
2013-01-21resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke1-1/+3
2013-01-10fdo#58531: Register cells with external references at compile time.Kohei Yoshida1-0/+31
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida1-1/+1
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara1-4/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+15
2012-12-04calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]1-23/+28
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-5/+2
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-1/+1