summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-01-27we need to parse the cell address after import, fdo#59843Markus Mohrhard1-4/+2
2013-01-27prevent some unnecessary cycles for large cond format rangesMarkus Mohrhard1-2/+14
2013-01-27we need to use SCROW for row numbers, fdo#59894Markus Mohrhard1-1/+1
2013-01-27remove some parametersMarkus Mohrhard2-16/+6
2013-01-27remove unneeded variableMarkus Mohrhard2-11/+6
2013-01-27use isEmpty instead of getLengthMarkus Mohrhard2-4/+4
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl26-4/+52
2013-01-26remove unnecessary calls to copy c'torMarkus Mohrhard1-6/+6
2013-01-26remove some data members from the classMarkus Mohrhard2-11/+4
2013-01-26this test case must be changed a bitMarkus Mohrhard1-1/+1
2013-01-26fix typoMarkus Mohrhard2-5/+5
2013-01-26show style when dialog is created with existing cond format, fdo#59778Markus Mohrhard1-0/+4
2013-01-26don't use a pointer hereMarkus Mohrhard2-20/+10
2013-01-26stylistic clean-upMarkus Mohrhard1-6/+4
2013-01-26startsWith is much better than indexOf for thisMarkus Mohrhard1-2/+2
2013-01-25fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida3-2/+14
2013-01-25export page/cell anchoring for xls drawing objects fdo#58360Noel Power1-3/+5
2013-01-25import page/cell anchoring for xlsx drawing objects fdo#58360Noel Power3-11/+31
2013-01-25import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360Noel Power2-2/+12
2013-01-25Only call getScDocument when neededMarcos Paulo de Souza1-1/+1
2013-01-25improve the tests for cached value importMarkus Mohrhard5-27/+36
2013-01-25improve handling of error cells in cahced value importMarkus Mohrhard2-14/+26
2013-01-25improve tests for cached value importMarkus Mohrhard4-21/+37
2013-01-25a few more fixes for cached value importMarkus Mohrhard4-4/+13
2013-01-25non-dbgutil build [-Werror=unused-parameter], fdo#59819Eike Rathke1-0/+1
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke11-26/+135
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith3-7/+7
2013-01-24New test for importing chart object with references to cell ranges.Kohei Yoshida4-2/+78
2013-01-24calling loadDoc is simpler.Kohei Yoshida1-13/+1
2013-01-24Translate German comments, fix some wsPhilipp Weissenbacher2-75/+56
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara1-1/+1
2013-01-24sc test XSheetOutlineLaurent Godard4-0/+238
2013-01-24fdo#56098 Paste Special options after cut incorrectWinfried Donkers1-8/+5
2013-01-23fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida2-1/+8
2013-01-24small improvement of the codeMarkus Mohrhard1-4/+2
2013-01-24disable these two tests for nowMarkus Mohrhard1-2/+2
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard9-34/+83
2013-01-23don't use ScDrawLayer::GetObjDataTab to get Anchor fix for fdo#59325Noel Power1-1/+1
2013-01-22reset automatic row height flag after import, fdo#59193Markus Mohrhard1-0/+3
2013-01-22warning C4099: type name first seen using 'struct' now seen using 'class'Michael Stahl1-1/+1
2013-01-22blind fix for wae on macosNoel Power1-0/+1
2013-01-22lose uno api for font related xlsx importNoel Power6-27/+141
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl2-5/+5
2013-01-22allow space for translated text expansionAndras Timar1-4/+4
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith22-49/+50
2013-01-21it's a column count, so MAXCOLCOUNT instead of MAXCOLEike Rathke1-2/+2
2013-01-21resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke1-1/+3
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac15-23/+23
2013-01-20add missing data bar axis import, fdo#59578Markus Mohrhard1-0/+8
2013-01-192 small fixesJulien Nabet1-4/+10