Searched refs:PPTParagraphObj (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 773 class PPTParagraphObj; 787 sal_uInt32 nFontHeight, PPTParagraphObj* pPara ); 802 …PPTParagraphObj* pPara, sal_uInt32 nInstanceInSheet, boost::optional< sal_Int16 >& rStartNumbering… 1014 friend class PPTParagraphObj; 1037 class MSFILTER_DLLPUBLIC PPTParagraphObj : public PPTParaPropSet, public PPTNumberFormatCreator, pu… class 1060 … PPTParagraphObj( const PPTStyleSheet&, sal_uInt32 nInstance, sal_uInt16 nDepth ); 1061 …PPTParagraphObj( PPTStyleTextPropReader&, const PPTStyleSheet&, sal_uInt32 nInstance, PPTTextRuler… 1062 ~PPTParagraphObj(); 1069 …bering, SdrPowerPointImport& rManager, sal_uInt32 nInstanceInSheet, const PPTParagraphObj* pPrev ); 1090 PPTParagraphObj** mpParagraphList; [all …]
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 608 … PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() 621 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_TEXT_IN_SHAPE, 0 ); in Import() 670 PPTParagraphObj aParagraph( *pPPTStyleSheet, nTitleInstance, 0 ); in Import() 680 PPTParagraphObj* pParagraphs[ 9 ]; in Import() 681 PPTParagraphObj* pPreviousPara = NULL; in Import() 692 … pParagraphs[ nLevel ] = new PPTParagraphObj( *pPPTStyleSheet, nOutlinerInstance, nLevel ); in Import() 711 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_SUBTITLE, 0 ); in Import() 724 PPTParagraphObj aParagraph( *pPPTStyleSheet, TSS_TYPE_NOTES, 0 ); in Import() 2402 PPTParagraphObj *pFirstPara = nParaCount == 0 ? NULL : pTextObj->First(); in ApplyTextObj() 2479 PPTParagraphObj* pPara = pTextObj->First(); in ApplyTextObj()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 2422 const PPTParagraphObj* pPreviousParagraph = NULL; in ApplyTextObj() 2423 for ( PPTParagraphObj* pPara = pTextObj->First(); pPara; pPara = pTextObj->Next() ) in ApplyTextObj() 3684 … boost::optional< sal_Int16 >& rStartNumbering, sal_uInt32 nFontHeight, PPTParagraphObj* pPara ) in ImplGetExtNumberFormat() 3973 …erFormat( SdrPowerPointImport& rManager, SvxNumberFormat& rNumberFormat, PPTParagraphObj* pParaObj, in GetNumberFormat() 6053 PPTParagraphObj::PPTParagraphObj( const PPTStyleSheet& rStyleSheet, sal_uInt32 nInstance, sal_uInt1… in PPTParagraphObj() function in PPTParagraphObj 6066 PPTParagraphObj::PPTParagraphObj( PPTStyleTextPropReader& rPropReader, const PPTStyleSheet& rStyleS… in PPTParagraphObj() function in PPTParagraphObj 6107 PPTParagraphObj::~PPTParagraphObj() in ~PPTParagraphObj() 6112 void PPTParagraphObj::AppendPortion( PPTPortionObj& rPPTPortion ) in AppendPortion() 6125 void PPTParagraphObj::UpdateBulletRelSize( sal_uInt32& nBulletRelSize ) const in UpdateBulletRelSize() 6143 sal_Bool PPTParagraphObj::GetAttrib( sal_uInt32 nAttr, sal_uInt32& nRetValue, sal_uInt32 nDestinati… in GetAttrib() [all …]
|