Searched refs:PPTCharPropSet (Results 1 – 2 of 2) sorted by relevance
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 4729 PPTCharPropSet::PPTCharPropSet( sal_uInt32 nParagraph ) : in PPTCharPropSet() function in PPTCharPropSet 4740 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet ) in PPTCharPropSet() function in PPTCharPropSet 4757 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph ) in PPTCharPropSet() function in PPTCharPropSet 4773 PPTCharPropSet::~PPTCharPropSet() in ~PPTCharPropSet() 4780 PPTCharPropSet& PPTCharPropSet::operator=( PPTCharPropSet& rCharPropSet ) in operator =() 5618 …PPTCharPropSet* pCharPropSet = new PPTCharPropSet( *(PPTCharPropSet*)aCharPropList.Last(), nCurren… in Init() 5662 PPTCharPropSet ( 0 ), in PPTPortionObj() 6965 PPTCharPropSet* pNew = new PPTCharPropSet( *pSet ); in PPTTextObj() 7209 PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj() 7215 PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj() [all …]
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 873 struct PPTCharPropSet struct 895 PPTCharPropSet( sal_uInt32 nParagraph ); argument 896 PPTCharPropSet( PPTCharPropSet& rCharPropSet ); 897 PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph ); 898 ~PPTCharPropSet(); 900 PPTCharPropSet& operator=( PPTCharPropSet& rCharPropSet ); 998 void ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const String& aString, 1011 class MSFILTER_DLLPUBLIC PPTPortionObj : public PPTCharPropSet 1026 … PPTPortionObj( PPTCharPropSet&, const PPTStyleSheet&, sal_uInt32 nInstance, sal_uInt32 nDepth );
|
Completed in 42 milliseconds