Home
last modified time | relevance | path

Searched refs:pIAtom (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2090 void ImplSdPPTImport::FillSdAnimationInfo( SdAnimationInfo* pInfo, PptInteractiveInfoAtom* pIAtom, … in FillSdAnimationInfo() argument
2093 if( pIAtom->nSoundRef ) in FillSdAnimationInfo()
2095 … pInfo->SetBookmark( ReadSound( pIAtom->nSoundRef ) ); // Pfad zum Soundfile in MSDOS-Notation in FillSdAnimationInfo()
2099 switch ( pIAtom->nAction ) in FillSdAnimationInfo()
2118 switch( pIAtom->nJump ) in FillSdAnimationInfo()
2149 if ( pPtr->nIndex == pIAtom->nExHyperlinkId ) in FillSdAnimationInfo()
2154 switch( pIAtom->nHyperlinkType ) in FillSdAnimationInfo()
H A Dpptin.hxx72 …void FillSdAnimationInfo( SdAnimationInfo* pInfo, PptInteractiveInfoAtom* pIAtom, Strin…