summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* (reworked )reorg. code a little so ole controls are catered for wrt fdo#49430Noel Power2012-05-041-6/+6
* Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power2012-05-041-6/+6
* remove public: declaration ( remnant of abandoned part of patch )Noel Power2012-05-041-1/+0
* reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power2012-05-041-6/+6
* Evil hack to fix the UNO API failure.Kohei Yoshida2012-05-043-2/+47
* Let's just combine the two tests, since one requires the other.Kohei Yoshida2012-05-041-3/+2
* New API test for ScAnnotationShapeObj.Kohei Yoshida2012-05-032-0/+263
* Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida2012-05-031-1/+1
* Add menu entries for sheet name and date field items.Kohei Yoshida2012-05-035-7/+46
* Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida2012-05-033-6/+8
* Properly handle properties of sheet fields.Kohei Yoshida2012-05-032-4/+44
* Support sheet name field in cells.Kohei Yoshida2012-05-035-4/+36
* Support date field in cells.Kohei Yoshida2012-05-035-5/+39
* Removed unused methods.Kohei Yoshida2012-05-031-8/+0
* Properly import DateTimeField.Kohei Yoshida2012-05-034-3/+29
* New menu now inserts current time into cell.Kohei Yoshida2012-05-0314-54/+67
* Initial skeleton for inserting a field into cell.Kohei Yoshida2012-05-035-1/+49
* include vector for std::vectorCaolán McNamara2012-05-031-0/+1
* WaE: variables set but unusedCaolán McNamara2012-05-031-2/+0
* tweak imported shape position for xls( binary ) format fdo#49430Noel Power2012-05-033-0/+32
* fix bad import positions of shapes & controls fdo#49430Noel Power2012-05-036-61/+190
* remove obsolete READ_OLDVERS table autoformat codeMichael Stahl2012-05-032-121/+1
* fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2012-05-032-122/+208
* fix sc_chart_regression_test build with system-libxml2Rene Engelhard2012-05-031-0/+2
* These two tests are now ported to cppunit.Kohei Yoshida2012-04-301-2/+2
* Test setPropertyValue().Kohei Yoshida2012-04-302-2/+4
* Test for XPropertySet. This is still work-in-progress.Kohei Yoshida2012-04-302-4/+17
* make ResId::toString a non-static memberCaolán McNamara2012-04-3014-54/+54
* add missing DoCloseMarkus Mohrhard2012-04-301-0/+2
* First attempt adding cell-value xlsx testDaniel Bankston2012-04-293-0/+27
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* sal_Bool->bool in conditio.[ch]xxMarkus Mohrhard2012-04-292-74/+74
* Fixed crash on tear down during cppunit test.Kohei Yoshida2012-04-282-0/+8
* Test the header field API for real.Kohei Yoshida2012-04-281-38/+29
* Copy & paste the *_Cell test code into *_Header test code.Kohei Yoshida2012-04-284-12/+309
* Renamed the file to make room for the header version of the same test.Kohei Yoshida2012-04-283-14/+15
* Do the test for real. XTextField and XTextContent.Kohei Yoshida2012-04-281-5/+78
* Oops I should return empty strings on fail.Kohei Yoshida2012-04-281-4/+5
* Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida2012-04-282-0/+223
* we can't move that into a test only libMarkus Mohrhard2012-04-281-0/+12
* move xshape dumper into testMarkus Mohrhard2012-04-271-12/+0
* include oox/token/properties.hxx directly where neededCaolán McNamara2012-04-2716-0/+16
* add tolerance to chart regression testMarkus Mohrhard2012-04-271-3/+4
* No need for these warnings.Kohei Yoshida2012-04-262-2/+0
* enable chart regression testMarkus Mohrhard2012-04-271-0/+1
* adapt dumper to new xml diffMarkus Mohrhard2012-04-271-0/+1
* use the new xml diff in chart regression testMarkus Mohrhard2012-04-271-28/+6
* Evil manual reference counter manipulations. Let's murder them.Kohei Yoshida2012-04-261-3/+0
* Get it to build in non-dbgutil build with debug=true.Kohei Yoshida2012-04-261-3/+3
* Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida2012-04-263-8/+14