summaryrefslogtreecommitdiff
path: root/sc/source/core/tool
AgeCommit message (Expand)AuthorFilesLines
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke1-1/+10
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-4/+4
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida1-2/+7
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida1-0/+1
2012-01-20Mempool size args are unused.Stephan Bergmann3-16/+10
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-1/+1
2012-01-17remove unused methodsThomas Arnhold1-11/+0
2012-01-16fix build errorCaolán McNamara1-2/+2
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-1/+1
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida1-1/+16
2012-01-09simplify CharClassCaolán McNamara10-40/+34
2012-01-08return earlier from ScInterpreter::GetDBParams on error, fdo#44442Markus Mohrhard1-0/+3
2012-01-07Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida1-2/+3
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot7-14/+14
2012-01-06fdo#36387: Get external references to work with AND and OR.Kohei Yoshida1-0/+4
2012-01-06Fix re-calculation of the position of circular drawing objects.Kohei Yoshida1-0/+1
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara3-6/+6
2012-01-06correctly update absolute refs in range names if pointing to copied areaMarkus Mohrhard1-4/+9
2012-01-05simplify code a bitMarkus Mohrhard2-56/+3
2012-01-05remove unneeded debug statementsMarkus Mohrhard1-5/+0
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard1-0/+9
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara3-7/+9
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara1-7/+6
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida2-8/+7
2012-01-03Get the reference jump feature to work with relative references.Kohei Yoshida2-15/+8
2011-12-28Same expression for comparison and for assignmentJulien Nabet1-2/+0
2011-12-28fdo42286 better solution: extend and shrink end of row if neededPierre-André Jacquod1-4/+2
2011-12-27fix dbglevel=2 build in scMarkus Mohrhard1-19/+20
2011-12-23adjust absolute refs to copied areas correctlyMarkus Mohrhard1-6/+62
2011-12-22ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-12-21ScChangeActionTable conversion: another correctionEike Rathke1-4/+7
2011-12-21ScChangeActionTable conversion: small correctionsMichael Stahl1-3/+4
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz1-66/+72
2011-12-21tweak for pre language-defect #77Caolán McNamara1-2/+2
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara3-12/+18
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara3-18/+12
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara3-12/+18
2011-12-21full absolute refs in range names should be treated like normal abs refsMarkus Mohrhard1-5/+3
2011-12-20improve the handling of range names while copy between different docsMarkus Mohrhard1-13/+41
2011-12-19Copy absolute refs between different docs: Part IIIMarkus Mohrhard1-0/+2
2011-12-17Copy Absolute Formulas between documents: Part IMarkus Mohrhard2-0/+148
2011-12-10fixed fdo#43700 ROWS(), COLUMNS() and SHEETS() don't work with external refer...Eike Rathke1-0/+41
2011-12-09fixed Calc unit-test crashesFridrich Štrba1-7/+7
2011-12-08bnc#727504: Correctly convert chart data ranges.Kohei Yoshida1-4/+3
2011-12-07fdo#43534: Fully support external references in CELL function.Kohei Yoshida1-46/+158
2011-12-07fdo#43534: Reset tab index for SingleRefToVars() call.Kohei Yoshida1-0/+6
2011-12-07i#106210 store proper ODFF names, accept aliasesEike Rathke1-4/+5