Issue 27556 - Error: AutoStyleSheetName - Style not found!
Summary: Error: AutoStyleSheetName - Style not found!
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-07 11:53 UTC by rt
Modified: 2004-05-18 09:43 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 rt 2004-04-07 11:53:00 UTC
During automated smoketest (also reproduceable using 10erTest_644.sxw document)
in impress an error box pops up

"Error: AutoStyleSheetName - Style not found!
from File <path_to_SRC680>/src/svx/source/sdr/properties/textproperties.cxx at
Line 308

Seen on non-product builds of all platforms.


rt->sj: assiging it to you because I guess it is caused by your CWS sj05.
Admittedly it's just guessing, so feel free to reassing if appropriate.
Comment 1 sven.jacobi 2004-04-07 11:59:42 UTC
And I feel free to assign this Issue to CL :-)
Comment 2 clippka 2004-04-08 13:43:13 UTC
CL->AW: Its only plain old binary load of a rectangle that fails in new svx code
 	vcl680mi.dll!DbgPrintMsgBox()  + 0x1a0	C++
 	tl680mi.dll!DbgOut()  + 0x33d	C++
 	dl680mi.dll!sdr::properties::TextProperties::SetStyleSheet()  + 0x1a6	C++
 	dl680mi.dll!sdr::properties::RectangleProperties::SetStyleSheet()  + 0x14	C++
>	sd680mi.dll!SdDrawDocument::NewOrLoadCompleted(SdPage * pPage=0x22e21928,
SdStyleSheetPool * pSPool=0x22e246d0)  Line 1533	C++
 	sd680mi.dll!SdDrawDocument::NewOrLoadCompleted(DocCreationMode
eMode=DOC_LOADED)  Line 1410	C++
 	sd680mi.dll!SdBINFilter::Import()  Line 512	C++
 	sd680mi.dll!sd::DrawDocShell::Load(SvStorage * pStore=0x22e60378)  Line 450
+ 0x10	C++
 	sfx680mi.dll!SfxObjectShell::LoadOwnFormat()  + 0x14f	C++
 	sfx680mi.dll!SfxObjectShell::DoLoad()  + 0x51f	C++
Comment 3 Armin Le Grand 2004-04-13 14:50:21 UTC
AW->CL: This means that the style which ought to be set in
SdDrawDocument::NewOrLoadCompleted does not exist, the ASSERT is necessary.
SdDrawDocument::NewOrLoadCompleted should not set styles which do not exist in
the model. Maybe some translation problem with the StyleSheet names in SD? More
hopefully helpful facts: The object is of type OBJ_OUTLINETEXT and inventor is
SdrInventor.
Comment 4 clippka 2004-04-15 09:55:00 UTC
will have a look
Comment 5 clippka 2004-04-21 18:05:21 UTC
yes, I forgot a break on binary import when implementing cws interop12...
Comment 6 clippka 2004-05-04 14:53:00 UTC
please verify
Comment 7 wolframgarten 2004-05-04 15:29:04 UTC
Set to fixed.
Comment 8 wolframgarten 2004-05-04 15:29:33 UTC
Verified in CWS.
Comment 9 wolframgarten 2004-05-18 09:43:29 UTC
Tested in master. Closed.