Issue 28635 - filters dont use provided status indicator
Summary: filters dont use provided status indicator
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 09:18 UTC by andreas.schluens
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

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


Attachments
Sample document with macro to check correct usage of status indicator in Math (8.09 KB, application/octet-stream)
2004-10-01 12:34 UTC, thomas.lange
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description andreas.schluens 2004-05-03 09:18:26 UTC
*** autogenerated child task for Issue 28631 ***
Comment 1 thomas.lange 2004-05-28 09:08:28 UTC
.
Comment 2 thomas.lange 2004-10-01 12:32:43 UTC
StarMath 3.0 / StarMath 4.0 are no longer export filters.
Math

Files changed:
filter:
- StarMath_3_0.xcu  new revision: 1.4.80.1
- StarMath_4_0.xcu  new revision: 1.5.66.1
starmath:
- mathml.cxx  new revision: 1.69.2.3

When the SaveAs(SvStorage * pNewStor) function is changed to use
SfxMedium I still need to change the following code in SmDocShell::SaveAs(...)
-		if (pNewStor->GetVersion() >= SOFFICE_FILEFORMAT_60)
-		{
-			// a math package as a storage
-            Reference<com::sun::star::frame::XModel> xModel(GetModel());
-			SmXMLWrapper aEquation(xModel);
-			SfxMedium aMedium(pNewStor);
-			aEquation.SetFlat(sal_False);
-			bRet = aEquation.Export(aMedium);
-		}

to not use a local SfxMedium when calling Export.

Also someone probably has to make the respective changes in binfilter for the
remaining fileformats.

Comment 3 thomas.lange 2004-10-01 12:34:50 UTC
Created attachment 18047 [details]
Sample document with macro to check correct usage of status indicator in Math
Comment 4 thomas.lange 2004-11-01 09:04:27 UTC
Partly fixed in CWS tl03.
Waiting for blocking problem in parent issue to be fixed.
Comment 5 andreas.schluens 2004-11-12 09:05:17 UTC
AS->TL: Please join the cws[progress01] to make your fixes there. We will make
all needed basis changes (inside sfx and framework) so you can retrieve a valid
progress from the original media descriptor (or SfxMedium). Please stay tuned
till you will get a notification about finishing these basis changes. THX.
Comment 6 thomas.lange 2005-01-04 16:49:33 UTC
Waiting for CWS progress01 to be created.
Comment 7 andreas.martens 2005-01-17 16:55:50 UTC
Changed prio because of the priority of the "master" task.
Comment 8 andreas.martens 2005-04-01 11:22:18 UTC
Target changed.