Searched refs:SdrPowerPointImport (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 526 class MSFILTER_DLLPUBLIC SdrPowerPointImport : public SdrEscherImport class 576 …sal_Bool ForceFontCollection() const { return pFonts!=NULL?sal_True:((SdrPowerPointImport*)this)… in ForceFontCollection() 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, 784 …void ImplGetNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, sal_uInt32… 785 …sal_Bool ImplGetExtNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, sal… 798 …void GetNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, sal_uInt32 nL… 801 sal_Bool GetNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, [all …]
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 895 PPTTextObj aTextObj( rSt, (SdrPowerPointImport&)*this, rPersistEntry, &rObjData ); in ProcessObj() 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() 1913 …if ( ((SdrPowerPointImport*)this)->maShapeRecords.SeekToContent( rStCtrl, DFF_msofbtClientData, SE… in ImportOLE() 1917 …&& ( rStCtrl.Tell() < ((SdrPowerPointImport*)this)->maShapeRecords.Current()->GetRecEndFilePos() )… in ImportOLE() 1922 ((SdrPowerPointImport*)this)->RecolorGraphic( rStCtrl, aPlaceHd.nRecLen, aGraphic ); in ImportOLE() 1931 for ( pOe = (PPTOleEntry*)((SdrPowerPointImport*)this)->aOleObjectList.First(); pOe; in ImportOLE() 1932 pOe = (PPTOleEntry*)((SdrPowerPointImport*)this)->aOleObjectList.Next() ) in ImportOLE() 2076 SvMemoryStream* SdrPowerPointImport::ImportExOleObjStg( sal_uInt32 nPersistPtr, sal_uInt32& nOleId … in ImportExOleObjStg() [all …]
|
| /AOO41X/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() 673 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 674 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 696 …pParagraphs[ nLevel ]->ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff… in Import() 697 … aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 714 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() [all …]
|
| H A D | pptin.hxx | 53 class ImplSdPPTImport : public SdrPowerPointImport
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdotext.hxx | 166 friend class SdrPowerPointImport; // fuer PowerPointImport
|