summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ditto. Use rtl::Reference.Kohei Yoshida2012-04-262-19/+16
* Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..Kohei Yoshida2012-04-262-37/+31
* Temporarily disable test Java API tests that cause crash-on-exit.Kohei Yoshida2012-04-261-2/+2
* Fixed API Test for ScHeaderFooterTextCursor.Kohei Yoshida2012-04-261-1/+0
* Fixed API test.Kohei Yoshida2012-04-261-11/+22
* Adjust class description.Kohei Yoshida2012-04-261-2/+2
* ScHeaderFieldObj is no more.Kohei Yoshida2012-04-262-534/+24
* Infer the field type for cell field objects too.Kohei Yoshida2012-04-261-45/+48
* Make GetObjectByIndex_Impl consistent.Kohei Yoshida2012-04-262-14/+18
* Directly translate SVX class ID to internal enum value.Kohei Yoshida2012-04-261-20/+19
* Early bailout.Kohei Yoshida2012-04-261-31/+30
* ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.Kohei Yoshida2012-04-262-39/+10
* Now we can lump all these service names together.Kohei Yoshida2012-04-261-7/+4
* Define interfance to get edit engine instance without ugly casting.Kohei Yoshida2012-04-263-48/+56
* Fixed memory leak. The edit source gets cloned in SvxUnoText.Kohei Yoshida2012-04-261-2/+2
* Removing data member that was no longer used.Kohei Yoshida2012-04-261-1/+0
* Another place where ScHeaderFieldObj was still referenced.Kohei Yoshida2012-04-261-1/+1
* Support file field in ScEditFieldObj which requires special handling.Kohei Yoshida2012-04-262-7/+91
* Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida2012-04-265-80/+135
* Prepare for supporting fields other than URL in ScEditFieldObj.Kohei Yoshida2012-04-262-79/+97
* Nobody uses ScCellFieldObj now. Removing.Kohei Yoshida2012-04-262-556/+1
* Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida2012-04-264-49/+11
* Now I can store a reference in the edit source.Kohei Yoshida2012-04-264-20/+13
* Construct the edit source instance outside ScHeaderFieldObj.Kohei Yoshida2012-04-263-29/+23