Issue 52787

Summary: There is currently no api to force a recalculation of a texttable
Product: App Dev Reporter: stephan.wunderlich
Component: apiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: gbpacheco, issues, jsc
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
java sample that demonstrates the behaviour none

Description stephan.wunderlich 2005-08-02 14:36:46 UTC
If a texttable with formulas is created via API and then stored or printed, it
is possible that the table hasn't been calculated at this point and so
"Expression Faulty" appears where calculated formulas are expected.

Therefore I'd suggest to add a functionality that gives the api-developer the
opportunity to recalculate all formulas in a texttable, e.g. something like the
XCalculatable interface.
Comment 1 stephan.wunderlich 2005-08-02 14:38:48 UTC
Created attachment 28423 [details]
java sample that demonstrates the behaviour
Comment 2 stephan.wunderlich 2005-08-02 14:42:29 UTC
added a java-sample that creates two texttables with formulas and saves the
resulting document as pdf and odt. In the pdf-file you can then see the
mentioned "Expression Faulty" where calculated formulas should be.