summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-19copy styles from cond format between different docs, fdo#59159Markus Mohrhard1-0/+26
2013-01-19prevent to create cond formats with empty range, fdo#58778Markus Mohrhard3-8/+19
2013-01-18Try not to leak removed cell instances.Kohei Yoshida1-0/+9
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida8-5/+349
2013-01-18add a way to select the current SfxTabPage by nameCaolán McNamara2-0/+6
2013-01-18add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard7-2/+75
2013-01-18make sure we call SetInRefMode only onceMarkus Mohrhard1-0/+5