summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2-43/+14
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida5-87/+53
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida2-10/+10
2012-05-04(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430Noel Power1-6/+6
2012-05-04Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power1-6/+6
2012-05-04remove public: declaration ( remnant of abandoned part of patch )Noel Power1-1/+0
2012-05-04reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power1-6/+6
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida3-2/+47
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida1-3/+2
2012-05-03New API test for ScAnnotationShapeObj.Kohei Yoshida2-0/+263
2012-05-03Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida1-1/+1
2012-05-03Add menu entries for sheet name and date field items.Kohei Yoshida5-7/+46
2012-05-03Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida3-6/+8
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida2-4/+44
2012-05-03Support sheet name field in cells.Kohei Yoshida5-4/+36
2012-05-03Support date field in cells.Kohei Yoshida5-5/+39
2012-05-03Removed unused methods.Kohei Yoshida1-8/+0
2012-05-03Properly import DateTimeField.Kohei Yoshida4-3/+29
2012-05-03New menu now inserts current time into cell.Kohei Yoshida14-54/+67
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida5-1/+49
2012-05-03include vector for std::vectorCaolán McNamara1-0/+1
2012-05-03WaE: variables set but unusedCaolán McNamara1-2/+0
2012-05-03tweak imported shape position for xls( binary ) format fdo#49430Noel Power3-0/+32
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power6-61/+190
2012-05-03remove obsolete READ_OLDVERS table autoformat codeMichael Stahl2-121/+1
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2-122/+208
2012-05-03fix sc_chart_regression_test build with system-libxml2Rene Engelhard1-0/+2
2012-04-30These two tests are now ported to cppunit.Kohei Yoshida1-2/+2
2012-04-30Test setPropertyValue().Kohei Yoshida2-2/+4
2012-04-30Test for XPropertySet. This is still work-in-progress.Kohei Yoshida2-4/+17
2012-04-30make ResId::toString a non-static memberCaolán McNamara14-54/+54
2012-04-30add missing DoCloseMarkus Mohrhard1-0/+2
2012-04-29First attempt adding cell-value xlsx testDaniel Bankston3-0/+27
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-29sal_Bool->bool in conditio.[ch]xxMarkus Mohrhard2-74/+74
2012-04-28Fixed crash on tear down during cppunit test.Kohei Yoshida2-0/+8
2012-04-28Test the header field API for real.Kohei Yoshida1-38/+29
2012-04-28Copy & paste the *_Cell test code into *_Header test code.Kohei Yoshida4-12/+309
2012-04-28Renamed the file to make room for the header version of the same test.Kohei Yoshida3-14/+15
2012-04-28Do the test for real. XTextField and XTextContent.Kohei Yoshida1-5/+78
2012-04-28Oops I should return empty strings on fail.Kohei Yoshida1-4/+5
2012-04-28Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida2-0/+223
2012-04-28we can't move that into a test only libMarkus Mohrhard1-0/+12
2012-04-27move xshape dumper into testMarkus Mohrhard1-12/+0
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara16-0/+16
2012-04-27add tolerance to chart regression testMarkus Mohrhard1-3/+4
2012-04-26No need for these warnings.Kohei Yoshida2-2/+0
2012-04-27enable chart regression testMarkus Mohrhard1-0/+1
2012-04-27adapt dumper to new xml diffMarkus Mohrhard1-0/+1
2012-04-27use the new xml diff in chart regression testMarkus Mohrhard1-28/+6