If this is a real show stopper you may want to implement a one line
macro. Open the saved document in question. If you create the documents
in question from a certain template, open that template for editing.
Menu:Tools>Macros>Organize>Basic ...
In the left box browse to your document's container (below containers
"OOo Macros" and "My Macros")
Button "New"
Accept default name for new module "Module1"
Copy this code:
REM ***** BASIC *****
Sub thisDocumentHasBeenSavedAs()
thisComponent.calculateAll
End Sub
Replace the default content with this code: Ctrl+A, Ctrl+V
Close the StarBasic IDE ("code editor"), save your document and call
Menu:Tools>Customize>Tab:"Events"
At the bottom listbox "Save in": Select your document
Select event "Document has been saved as" from the large list
Button "Assign Macro..."
Browse to container:<your document>.Module1.thisDocumentHasBeenSavedAs
OK
Save the document.
Save as ... and the entire doc will recalculate as if you perform
Ctrl+Shift+F9
If you included this macro in a template you may need to copy the macro
into already existing documents or copy the documents into new instances
of the tuned template.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]