Home
last modified time | relevance | path

Searched refs:EscherExAtom (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx565 EscherExAtom aAnimNodeExAtom( rStrm, DFF_msofbtAnimNode ); in exportNode()
705 EscherExAtom aAnimTrigger( rStrm, DFF_msofbtAnimTrigger ); in exportNode()
715 EscherExAtom aAnimTrigger( rStrm, DFF_msofbtAnimTrigger ); in exportNode()
727 EscherExAtom aAnimReference( rStrm, DFF_msofbtAnimReference ); in exportNode()
800 EscherExAtom aAnimNodeExAtom( rStrm, DFF_msofbtAnimNode ); in exportAnimNode()
1214 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAttributeValue, nPropertyId ); in exportAnimPropertyString()
1225 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAttributeValue, nPropertyId ); in exportAnimPropertyFloat()
1234 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAttributeValue, nPropertyId ); in exportAnimPropertyuInt32()
1242 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAttributeValue, nPropertyId ); in exportAnimPropertyByte()
1258 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAction ); in exportAnimAction()
[all …]
H A Deppt.cxx1177 EscherExAtom aCommentAtom10( rBinaryTagData10Atom, EPP_CommentAtom10 ); in ImplExportComments()
1571 EscherExAtom aMagic2( aBinaryTagData10Atom, 0x2eeb ); in ImplCreateSlide()
1576 EscherExAtom aMagic( aBinaryTagData10Atom, 0x2b00 ); in ImplCreateSlide()
1590 EscherExAtom aCString( *mpStrm, EPP_CString ); in ImplCreateSlide()
1598 EscherExAtom aBinaryTagData( *mpStrm, EPP_BinaryTagData ); in ImplCreateSlide()
H A Depptso.cxx720EscherExAtom aTxMasterStyleAtom( aTxMasterStyleAtomStrm, EPP_TxMasterStyleAtom, EPP_TEXTTYPE_Other… in ImplCloseDocument()
3093 EscherExAtom aAnimationInfoAtom( *pStrm, EPP_TextSpecInfoAtom, 0, 0 ); in WriteTextSpecInfo()
3482 EscherExAtom aAnimationInfoAtom( rSt, EPP_AnimationInfoAtom, 0, 1 ); in ImplWriteObjectEffect()
/AOO41X/main/filter/inc/filter/msfilter/
H A Descherex.hxx1000 struct MSFILTER_DLLPUBLIC EscherExAtom struct
1005EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0, const sal_… argument
1006 ~EscherExAtom();
/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx124 EscherExAtom::EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance, c… in EscherExAtom() function in EscherExAtom
130 EscherExAtom::~EscherExAtom() in ~EscherExAtom()