Searched refs:SdrPowerPointImport (Results 1 – 5 of 5) sorted by relevance
/trunk/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 526 class MSFILTER_DLLPUBLIC SdrPowerPointImport : public SdrEscherImport class 586 SdrPowerPointImport( PowerPointImportParam&, const String& rBaseURL ); 587 virtual ~SdrPowerPointImport(); 708 PPTExtParaProv( SdrPowerPointImport& rManager, SvStream& rSt, 766 void Read( SdrPowerPointImport& rMan, SvStream& rIn, sal_Bool bMasterStyle, 801 sal_Bool GetNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, 816 PPTStyleSheet( const DffRecordHeader& rSlideHd, SvStream& rSt, SdrPowerPointImport&, 993 void Init( SvStream& rIn, SdrPowerPointImport&, const DffRecordHeader& rClientTextBoxHd, 995 … void ReadParaProps( SvStream& rIn, SdrPowerPointImport& rMan, const DffRecordHeader& rTextHeader, 1031 void ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nInstanceInSheet ); [all …]
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 1427 SdrPowerPointImport::SdrPowerPointImport( PowerPointImportParam& rParam, const String& rBaseURL ) : in SdrPowerPointImport() function in SdrPowerPointImport 1779 SdrPowerPointImport::~SdrPowerPointImport() in ~SdrPowerPointImport() 1899 SdrObject* SdrPowerPointImport::ImportOLE( long nOLEId, in ImportOLE() 2260 sal_Bool SdrPowerPointImport::ReadFontCollection() in ReadFontCollection() 2609 sal_uInt32 SdrPowerPointImport::GetAktPageId() in GetAktPageId() 2686 Size SdrPowerPointImport::GetPageSize() const in GetPageSize() 2728 ((SdrPowerPointImport*)this)->aPageColors = pE->aColorScheme; in GetColorFromPalette() 2763 ((SdrPowerPointImport*)this)->nPageColorsNum = nAktPageNum; in GetColorFromPalette() 2764 ((SdrPowerPointImport*)this)->ePageColorsKind = eAktPageKind; in GetColorFromPalette() 4213 void PPTParaSheet::Read( SdrPowerPointImport& in Read() [all …]
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 173 : SdrPowerPointImport ( rParam, rMedium.GetBaseURL() ) in ImplSdPPTImport() 611 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 612 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 624 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 625 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 674 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 697 … aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 715 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 728 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 2327 …pText = (SdrTextObj*)SdrPowerPointImport::ApplyTextObj( pTextObj, pText, pPage, pSheet, ppStyleShe… in ApplyTextObj() [all …]
|
H A D | pptin.hxx | 53 class ImplSdPPTImport : public SdrPowerPointImport
|
/trunk/main/svx/inc/svx/ |
H A D | svdotext.hxx | 166 friend class SdrPowerPointImport; // fuer PowerPointImport
|
Completed in 81 milliseconds