Home
last modified time | relevance | path

Searched refs:PPTPortionObj (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx411 friend class PPTPortionObj;
1011 class MSFILTER_DLLPUBLIC PPTPortionObj : public PPTCharPropSet class
1025PPTPortionObj( const PPTStyleSheet&, sal_uInt32 nInstance, sal_uInt32 nDepth );
1026PPTPortionObj( PPTCharPropSet&, const PPTStyleSheet&, sal_uInt32 nInstance, sal_uInt32 nDepth );
1027 PPTPortionObj( PPTPortionObj& );
1028 ~PPTPortionObj();
1055 PPTPortionObj** mpPortionList;
1065 PPTPortionObj* First();
1066 PPTPortionObj* Next();
1068 void AppendPortion( PPTPortionObj& rPortion );
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx2428 PPTPortionObj* pPortion; in ApplyTextObj()
3989 PPTPortionObj* pPtr = pParaObj->First(); in GetNumberFormat()
5662 PPTPortionObj::PPTPortionObj( const PPTStyleSheet& rStyleSheet, sal_uInt32 nInstance, sal_uInt32 nD… in PPTPortionObj() function in PPTPortionObj
5670 PPTPortionObj::PPTPortionObj( PPTCharPropSet& rCharPropSet, const PPTStyleSheet& rStyleSheet, sal_u… in PPTPortionObj() function in PPTPortionObj
5678 PPTPortionObj::PPTPortionObj( PPTPortionObj& rPortionObj ) : in PPTPortionObj() function in PPTPortionObj
5686 PPTPortionObj::~PPTPortionObj() in ~PPTPortionObj()
5690 sal_Bool PPTPortionObj::HasTabulator() in HasTabulator()
5707 sal_Bool PPTPortionObj::GetAttrib( sal_uInt32 nAttr, sal_uInt32& nRetValue, sal_uInt32 nDestination… in GetAttrib()
5814 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo()
5819 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo()
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx609 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import()
622 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import()
671 PPTPortionObj aPortion( *pPPTStyleSheet, nTitleInstance, 0 ); in Import()
694PPTPortionObj aPortion( *pPPTStyleSheet, nOutlinerInstance, nLevel ); in Import()
712 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_SUBTITLE, 0 ); in Import()
725 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_NOTES, 0 ); in Import()
2480 PPTPortionObj* pPor = NULL; in ApplyTextObj()