Home
last modified time | relevance | path

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

/AOO42X/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 );
/AOO42X/main/filter/source/msfilter/ !
H A Dsvdfppt.cxx2428 PPTPortionObj* pPortion; in ApplyTextObj()
3988 PPTPortionObj* pPtr = pParaObj->First(); in GetNumberFormat()
5661 PPTPortionObj::PPTPortionObj( const PPTStyleSheet& rStyleSheet, sal_uInt32 nInstance, sal_uInt32 nD… in PPTPortionObj() function in PPTPortionObj
5669 PPTPortionObj::PPTPortionObj( PPTCharPropSet& rCharPropSet, const PPTStyleSheet& rStyleSheet, sal_u… in PPTPortionObj() function in PPTPortionObj
5677 PPTPortionObj::PPTPortionObj( PPTPortionObj& rPortionObj ) : in PPTPortionObj() function in PPTPortionObj
5685 PPTPortionObj::~PPTPortionObj() in ~PPTPortionObj()
5689 sal_Bool PPTPortionObj::HasTabulator() in HasTabulator()
5706 sal_Bool PPTPortionObj::GetAttrib( sal_uInt32 nAttr, sal_uInt32& nRetValue, sal_uInt32 nDestination… in GetAttrib()
5813 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo()
5818 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo()
[all …]
/AOO42X/main/sd/source/filter/ppt/ !
H A Dpptin.cxx607 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import()
620 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import()
669 PPTPortionObj aPortion( *pPPTStyleSheet, nTitleInstance, 0 ); in Import()
692PPTPortionObj aPortion( *pPPTStyleSheet, nOutlinerInstance, nLevel ); in Import()
710 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_SUBTITLE, 0 ); in Import()
723 PPTPortionObj aPortion( *pPPTStyleSheet, TSS_TYPE_NOTES, 0 ); in Import()
2478 PPTPortionObj* pPor = NULL; in ApplyTextObj()