INTEGRATION: CWS presentationengine01 (1.36.84); FILE MERGED

2004/10/12 22:55:46 thb 1.36.84.5: RESYNC: (1.38-1.39); FILE MERGED
2004/08/31 14:10:09 thb 1.36.84.4: #i33391#, #i33359# Merged from sj10
2004/07/07 01:00:51 thb 1.36.84.3: RESYNC: (1.36-1.38); FILE MERGED
2004/07/02 16:56:03 sj 1.36.84.2: enhanced animations can now be properly exported
2004/07/01 11:48:53 sj 1.36.84.1: added some animation export improvements
This commit is contained in:
Rüdiger Timm 2004-11-26 18:49:13 +00:00
parent 13b038420e
commit bac6c54383

View file

@ -2,9 +2,9 @@
*
* $RCSfile: eppt.hxx,v $
*
* $Revision: 1.39 $
* $Revision: 1.40 $
*
* last change: $Author: kz $ $Date: 2004-10-04 18:19:19 $
* last change: $Author: rt $ $Date: 2004-11-26 19:49:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -79,6 +79,9 @@
#include <vcl/fontcvt.hxx>
#endif
#include <tools/string.hxx>
#ifndef _SD_PPT_EXANIMATIONS_HXX
#include "pptexanimations.hxx"
#endif
// ------------------------------------------------------------------------
@ -884,6 +887,7 @@ class TextObj
class PPTWriter : public GroupTable, public PropValue, public PPTExBulletProvider
{
sal_Bool mbStatus;
sal_Bool mbUseNewAnimations;
sal_uInt32 mnStatMaxValue;
sal_uInt32 mnLatestStatValue;
std::vector< PPTExStyleSheet* > maStyleSheetList;
@ -948,7 +952,6 @@ class PPTWriter : public GroupTable, public PropValue, public PPTExBulletProvide
// 1 -> halbautomatisch
// 2 -> automatisch
sal_uInt32 mnShapeMasterTitle;
sal_uInt32 mnShapeMasterBody;
@ -1008,7 +1011,7 @@ class PPTWriter : public GroupTable, public PropValue, public PPTExBulletProvide
::com::sun::star::presentation::AnimationEffect eEffect,
::com::sun::star::presentation::AnimationEffect eTextEffect,
sal_uInt16 nOrder );
void ImplWriteClickAction( SvStream& rSt, ::com::sun::star::presentation::ClickAction eAction );
void ImplWriteClickAction( SvStream& rSt, ::com::sun::star::presentation::ClickAction eAction, sal_Bool bMediaClickAction );
sal_Bool ImplGetStyleSheets();
void ImplWriteParagraphs( SvStream& rOutStrm, TextObj& rTextObj );
void ImplWritePortions( SvStream& rOutStrm, TextObj& rTextObj );