summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-3/+3
2012-07-10changes to "Replaced deprecated tools/String with OUString in ScAddInCol"Eike Rathke1-2/+2
2012-07-10Replaced deprecated tools/String with OUString in ScAddInColSören Möller1-5/+8
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-3/+3
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-8/+8
2012-06-26fdo#46338 preserve sheet name input of invalid referenceEike Rathke1-0/+8
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-2/+2
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-4/+4
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-3/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke1-25/+18
2012-04-19update relative local range names, fdo#48856Markus Mohrhard1-5/+2
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-0/+8
2012-03-01Some initial DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+6
2012-02-27merge GetString variantsCaolán McNamara1-6/+6
2012-02-06FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida1-8/+5
2012-01-09simplify CharClassCaolán McNamara1-4/+4
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-4/+4