Issue 38676 - API: sc.ScTableSheetObj::com::sun::star::sheet::XCellSeries::fillAuto()
Summary: API: sc.ScTableSheetObj::com::sun::star::sheet::XCellSeries::fillAuto()
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Linux, all
: P4 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 17:51 UTC by chne
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2004-12-08 17:51:02 UTC
whie calling the method
"oObj.fillAuto(com.sun.star.sheet.FillDirection.TO_BOTTOM, 1)" the office
crashes on Linux.. This is since src680_m64

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o sc.ScTableSheetObj::com::sun::star::sheet::XCellSeries
Comment 1 chne 2004-12-08 17:51:25 UTC
.
Comment 2 niklas.nebel 2004-12-10 17:06:26 UTC
I can't reproduce this, but filling the whole sheet with numbers takes a lot of
memory and shouldn't be done in the API test. I suppose you ran out of memory.
Comment 3 stephan.wunderlich 2005-01-07 11:34:48 UTC
changed prio since it's most like to be fixed by changing the testcase
Comment 4 chne 2005-01-31 11:39:07 UTC
The implementation object contains now an object relation "XCELLSERIES_FILLAUTO".
The interface test now fetch the object relation. If it is false, the test will
be skipped. Exception: The new command parameter "force_fillatuo true" is given.
In this case the fillAuto() function was called.
Comment 5 chne 2005-01-31 11:39:40 UTC
fixed in qadev21
Comment 6 chne 2005-03-15 17:03:47 UTC
ok in src680_m85