summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
* improve tests for cached value importMarkus Mohrhard2013-01-254-21/+37
* a few more fixes for cached value importMarkus Mohrhard2013-01-254-4/+13
* non-dbgutil build [-Werror=unused-parameter], fdo#59819Eike Rathke2013-01-251-0/+1
* resolved fdo#59819 write correct OOXML function name mappingEike Rathke2013-01-2511-26/+135
* Change GetSavedValue() to return OUStringChr. Rossmanith2013-01-243-7/+7
* New test for importing chart object with references to cell ranges.Kohei Yoshida2013-01-244-2/+78
* calling loadDoc is simpler.Kohei Yoshida2013-01-241-13/+1
* Translate German comments, fix some wsPhilipp Weissenbacher2013-01-242-75/+56
* rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2013-01-241-1/+1
* sc test XSheetOutlineLaurent Godard2013-01-244-0/+238
* fdo#56098 Paste Special options after cut incorrectWinfried Donkers2013-01-241-8/+5
* fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida2013-01-232-1/+8
* small improvement of the codeMarkus Mohrhard2013-01-241-4/+2
* disable these two tests for nowMarkus Mohrhard2013-01-241-2/+2
* import inherited number formats with cached values, fdo#59724Markus Mohrhard2013-01-249-34/+83
* don't use ScDrawLayer::GetObjDataTab to get Anchor fix for fdo#59325Noel Power2013-01-231-1/+1
* reset automatic row height flag after import, fdo#59193Markus Mohrhard2013-01-221-0/+3
* warning C4099: type name first seen using 'struct' now seen using 'class'Michael Stahl2013-01-221-1/+1
* blind fix for wae on macosNoel Power2013-01-221-0/+1
* lose uno api for font related xlsx importNoel Power2013-01-226-27/+141
* tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl2013-01-222-5/+5
* allow space for translated text expansionAndras Timar2013-01-221-4/+4
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-2122-49/+50
* it's a column count, so MAXCOLCOUNT instead of MAXCOLEike Rathke2013-01-211-2/+2
* resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke2013-01-211-1/+3
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-2115-23/+23
* add missing data bar axis import, fdo#59578Markus Mohrhard2013-01-201-0/+8
* 2 small fixesJulien Nabet2013-01-191-4/+10
* copy styles from cond format between different docs, fdo#59159Markus Mohrhard2013-01-191-0/+26
* prevent to create cond formats with empty range, fdo#58778Markus Mohrhard2013-01-193-8/+19
* Try not to leak removed cell instances.Kohei Yoshida2013-01-181-0/+9
* fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida2013-01-188-5/+349
* add a way to select the current SfxTabPage by nameCaolán McNamara2013-01-182-0/+6
* add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard2013-01-187-2/+75
* make sure we call SetInRefMode only onceMarkus Mohrhard2013-01-181-0/+5
* don't create multiple dialogs in the loop, fdo#59314Markus Mohrhard2013-01-181-0/+1
* reset one of the sort containers before refilling, fdo#57465Markus Mohrhard2013-01-181-0/+2
* Const correct-ness in one place...Kohei Yoshida2013-01-173-3/+3
* Proper construction of the impl class, using initializer.Kohei Yoshida2013-01-173-2/+6
* sc test for XSheetAnnotationsLaurent Godard2013-01-173-0/+247
* sc test for XSheetAnnotationLaurent Godard2013-01-174-0/+264
* Add close findbar button also on other LO componentsJoren De Cuyper2013-01-171-0/+1
* Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida2013-01-163-5/+5
* the first icon in an icon set should be the negative oneMarkus Mohrhard2013-01-151-1/+1
* also support showing the icons in reverse orderMarkus Mohrhard2013-01-154-2/+15
* support to hide the value in icon sets also for OOXMLMarkus Mohrhard2013-01-152-0/+2
* support to hide the cell value when using icon setsMarkus Mohrhard2013-01-158-3/+26
* move this class from the header file to the source fileMarkus Mohrhard2013-01-152-18/+21
* create correct icon set information, fdo#58610Markus Mohrhard2013-01-153-5/+7
* add test case for fdo#59293Markus Mohrhard2013-01-153-3/+17