summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida
2012-05-04(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430Noel Power
2012-05-04Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power
2012-05-04remove public: declaration ( remnant of abandoned part of patch )Noel Power
2012-05-04reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida
2012-05-03New API test for ScAnnotationShapeObj.Kohei Yoshida
2012-05-03Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida
2012-05-03Add menu entries for sheet name and date field items.Kohei Yoshida
2012-05-03Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida
2012-05-03Support sheet name field in cells.Kohei Yoshida
2012-05-03Support date field in cells.Kohei Yoshida
2012-05-03Removed unused methods.Kohei Yoshida
2012-05-03Properly import DateTimeField.Kohei Yoshida
2012-05-03New menu now inserts current time into cell.Kohei Yoshida
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida
2012-05-03include vector for std::vectorCaolán McNamara
2012-05-03WaE: variables set but unusedCaolán McNamara
2012-05-03tweak imported shape position for xls( binary ) format fdo#49430Noel Power
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power
2012-05-03remove obsolete READ_OLDVERS table autoformat codeMichael Stahl
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag
2012-05-03fix sc_chart_regression_test build with system-libxml2Rene Engelhard
2012-04-30These two tests are now ported to cppunit.Kohei Yoshida
2012-04-30Test setPropertyValue().Kohei Yoshida
2012-04-30Test for XPropertySet. This is still work-in-progress.Kohei Yoshida
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-30add missing DoCloseMarkus Mohrhard
2012-04-29First attempt adding cell-value xlsx testDaniel Bankston
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-29sal_Bool->bool in conditio.[ch]xxMarkus Mohrhard
2012-04-28Fixed crash on tear down during cppunit test.Kohei Yoshida
2012-04-28Test the header field API for real.Kohei Yoshida
2012-04-28Copy & paste the *_Cell test code into *_Header test code.Kohei Yoshida
2012-04-28Renamed the file to make room for the header version of the same test.Kohei Yoshida
2012-04-28Do the test for real. XTextField and XTextContent.Kohei Yoshida
2012-04-28Oops I should return empty strings on fail.Kohei Yoshida
2012-04-28Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida
2012-04-28we can't move that into a test only libMarkus Mohrhard
2012-04-27move xshape dumper into testMarkus Mohrhard
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara
2012-04-27add tolerance to chart regression testMarkus Mohrhard
2012-04-26No need for these warnings.Kohei Yoshida
2012-04-27enable chart regression testMarkus Mohrhard
2012-04-27adapt dumper to new xml diffMarkus Mohrhard
2012-04-27use the new xml diff in chart regression testMarkus Mohrhard