Searched refs:ImplSdPPTImport (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sd/source/filter/ppt/ |
H A D | pptin.hxx | 53 class ImplSdPPTImport : public SdrPowerPointImport class 83 …ImplSdPPTImport( SdDrawDocument* pDoc, SvStorage& rStorage, SfxMedium& rMed, PowerPointImportParam… 84 ~ImplSdPPTImport(); 91 ImplSdPPTImport* pFilter;
|
H A D | pptin.cxx | 159 pFilter = new ImplSdPPTImport( pDocument, rStorage, rMedium, aParam ); in SdPPTImport() 172 ImplSdPPTImport::ImplSdPPTImport( SdDrawDocument* pDocument, SvStorage& rStorage_, SfxMedium& rMedi… in ImplSdPPTImport() function in ImplSdPPTImport 235 ImplSdPPTImport::~ImplSdPPTImport() in ~ImplSdPPTImport() 248 sal_Bool ImplSdPPTImport::Import() in Import() 1429 void ImplSdPPTImport::SetHeaderFooterPageSettings( SdPage* pPage, const PptSlidePersistEntry* pMast… in SetHeaderFooterPageSettings() 1527 void ImplSdPPTImport::ImportPageEffect( SdPage* pPage, const sal_Bool bNewAnimationsUsed ) in ImportPageEffect() 1908 String ImplSdPPTImport::ReadSound(sal_uInt32 nSoundRef) const in ReadSound() 2022 String ImplSdPPTImport::ReadMedia( sal_uInt32 nMediaRef ) const in ReadMedia() 2092 void ImplSdPPTImport::FillSdAnimationInfo( SdAnimationInfo* pInfo, PptInteractiveInfoAtom* pIAtom, … in FillSdAnimationInfo() 2204 SdrObject* ImplSdPPTImport::ApplyTextObj( PPTTextObj* pTextObj, SdrTextObj* pObj, SdPage* pPage, in ApplyTextObj() [all …]
|
H A D | pptinanimations.hxx | 43 class ImplSdPPTImport; 53 AnimationImporter( ImplSdPPTImport* pPPTImport, SvStream& rStCtrl ); 100 ImplSdPPTImport* mpPPTImport;
|
H A D | pptinanimations.cxx | 232 AnimationImporter::AnimationImporter( ImplSdPPTImport* pPPTImport, SvStream& rStCtrl ) in AnimationImporter() 3111 OUString aSoundURL( ((ImplSdPPTImport*)mpPPTImport)->ReadSound( nRefId ) ); in importTargetElementContainer()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 413 friend class ImplSdPPTImport;
|
Completed in 143 milliseconds