Issue 52787 - There is currently no api to force a recalculation of a texttable
Summary: There is currently no api to force a recalculation of a texttable
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 14:36 UTC by stephan.wunderlich
Modified: 2013-02-24 21:08 UTC (History)
3 users (show)

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


Attachments
java sample that demonstrates the behaviour (5.74 KB, text/plain)
2005-08-02 14:38 UTC, stephan.wunderlich
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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.