Searched refs:EscherExAtom (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 565 EscherExAtom aAnimNodeExAtom( rStrm, DFF_msofbtAnimNode ); in exportNode() 800 EscherExAtom aAnimNodeExAtom( rStrm, DFF_msofbtAnimNode ); in exportAnimNode() 1258 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAction ); in exportAnimAction() 1410 EscherExAtom aAnimTrigger( rStrm, DFF_msofbtAnimTrigger ); in exportAnimEvent() 1638 EscherExAtom aAnimateData( rStrm, DFF_msofbtAnimateData ); in exportAnimate() 1811 EscherExAtom a2b01Atom( rStrm, 0x2b01 ); in exportAnimateTargetElement() 1829 EscherExAtom aAnimKeyTime( rStrm, DFF_msofbtAnimKeyTime ); in exportAnimateKeyPoints() 1875 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimValue ); in exportAnimValue() 1884 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimValue ); in exportAnimValue() 1894 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimValue ); in exportAnimValue() [all …]
|
H A D | eppt.cxx | 1177 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 D | epptso.cxx | 720 …EscherExAtom 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 D | escherex.hxx | 1000 struct MSFILTER_DLLPUBLIC EscherExAtom struct 1005 …EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0, const sal_… argument 1006 ~EscherExAtom();
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 124 EscherExAtom::EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance, c… in EscherExAtom() function in EscherExAtom 130 EscherExAtom::~EscherExAtom() in ~EscherExAtom()
|
Completed in 90 milliseconds