summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-01-21resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke1-1/+3
2013-01-11fdo#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-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
2011-12-07i#106210 store proper ODFF names, accept aliasesEike Rathke1-4/+5
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-24ditch dbg_dumpCaolán McNamara1-27/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida1-0/+15
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard1-1/+1
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke1-4/+0
2011-08-29fix typos and includesCaolán McNamara1-1/+1
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-1/+2
2011-08-26String to rtl::OUString.Kohei Yoshida1-11/+15
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke1-5/+6
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke1-2/+2
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke1-111/+111
2011-08-14fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke1-65/+146
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard1-31/+31
2011-08-02fix for fdo#39728: check for empty local range namesMarkus Mohrhard1-1/+3
2011-06-15give local range names higher priority than global onesMarkus Mohrhard1-6/+5
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-15/+15
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard1-14/+14
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-13/+15
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-11/+11
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard1-1/+1