summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara1-7/+6
2012-01-05WaE: invalid conversion from 'const ScToken*' to 'ScToken*'David Tardon1-1/+1
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida6-21/+14
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida2-3/+146
2012-01-04New unit test to test jumping to precedent / dependent cells.Kohei Yoshida1-0/+92
2012-01-04move static casts outside loopsLaurent Godard1-6/+10
2012-01-04remove entry from unsaved ref container if doc is savedMarkus Mohrhard1-2/+3
2012-01-04don't show generic error message if a better one is available, fdo#43911Markus Mohrhard1-1/+1
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden5-26/+0
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden1-8/+0
2012-01-03Get the reference jump feature to work with relative references.Kohei Yoshida2-15/+8
2012-01-02Clean non English strings in the codeLior Kaplan1-3/+0
2011-12-31Correct ARCCOSH()'s parameter descriptionKorrawit Pruegsanusak1-1/+1
2011-12-28Same expression for comparison and for assignmentJulien Nabet1-2/+0
2011-12-28use of bool instead of sal_boolPierre-André Jacquod2-2/+2
2011-12-28fdo42286 better solution: extend and shrink end of row if neededPierre-André Jacquod1-4/+2
2011-12-27fix ScDatabaseRangeObj test, fdo#43312Markus Mohrhard2-1/+5
2011-12-27better handling for unsaved external referencesMarkus Mohrhard1-0/+22
2011-12-27fix dbglevel=2 build in scMarkus Mohrhard1-19/+20
2011-12-26missing pointer check in new multiline input code, fdo#43856Markus Mohrhard1-1/+1
2011-12-26move OSL_FAIL to correct locationMarkus Mohrhard1-2/+2
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard2-19/+4
2011-12-23adjust absolute refs to copied areas correctlyMarkus Mohrhard3-9/+72
2011-12-23sc test : enhance importSheet tests regarding namedRangesLaurent Godard2-9/+39
2011-12-22ScChangeActionTable conversion: Yet another correction.Marcel Metz1-1/+1
2011-12-22remove some unused codeCaolán McNamara3-31/+0
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 Metz7-140/+167
2011-12-21Revert this to build on msvc 2008Korrawit Pruegsanusak1-4/+4
2011-12-21tweak for pre language-defect #77Caolán McNamara1-2/+2
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara4-16/+22
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara5-11/+11
2011-12-21needs more work firstCaolán McNamara5-11/+11
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara4-22/+16
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara4-16/+22
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara5-11/+11
2011-12-21callcatcher: remove unused Find1RefWindow variantCaolán McNamara2-17/+0
2011-12-21callcatcher: remove some unused codeCaolán McNamara2-10/+0
2011-12-21set focus to Name Edit Line in Define Names dialogMarkus Mohrhard1-3/+4
2011-12-21full absolute refs in range names should be treated like normal abs refsMarkus Mohrhard1-5/+3
2011-12-21fix small problem with range names in copy/pasteMarkus Mohrhard2-3/+7
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke1-3/+5
2011-12-20valgrind: uninitialized values usedCaolán McNamara1-0/+2
2011-12-20callcatcher: ScJobSetup never constructedCaolán McNamara3-27/+0
2011-12-20disable failing testMarkus Mohrhard1-1/+1
2011-12-20add test case for ScTableSheetsObj::XNameContainer::removeByNameMarkus Mohrhard1-0/+85
2011-12-20improve the handling of range names while copy between different docsMarkus Mohrhard5-141/+51
2011-12-20add a warning dialog if we have ext refs to unsaved docsMarkus Mohrhard4-7/+28