Searched refs:PPTCharPropSet (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/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 =() 4797 void PPTCharPropSet::ImplMakeUnique() in ImplMakeUnique() 4808 void PPTCharPropSet::SetFont( sal_uInt16 nFont ) in SetFont() 4824 void PPTCharPropSet::SetColor( sal_uInt32 nColor ) in SetColor() 5318 void PPTStyleTextPropReader::ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const Stri… in ReadCharProps() 5511 PPTCharPropSet aCharPropSet(0); in Init() [all …]
|
| /AOO42X/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 );
|