Searched refs:PPTCharPropSet (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/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 );
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 4730 PPTCharPropSet::PPTCharPropSet( sal_uInt32 nParagraph ) : in PPTCharPropSet() function in PPTCharPropSet 4741 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet ) in PPTCharPropSet() function in PPTCharPropSet 4758 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph ) in PPTCharPropSet() function in PPTCharPropSet 4774 PPTCharPropSet::~PPTCharPropSet() in ~PPTCharPropSet() 4781 PPTCharPropSet& PPTCharPropSet::operator=( PPTCharPropSet& rCharPropSet ) in operator =() 4798 void PPTCharPropSet::ImplMakeUnique() in ImplMakeUnique() 4809 void PPTCharPropSet::SetFont( sal_uInt16 nFont ) in SetFont() 4825 void PPTCharPropSet::SetColor( sal_uInt32 nColor ) in SetColor() 5319 void PPTStyleTextPropReader::ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const Stri… in ReadCharProps() 5512 PPTCharPropSet aCharPropSet(0); in Init() [all …]
|