Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/filter/eppt/
H A Deppt.hxx527 friend class ParagraphObj;
582 class ParagraphObj : public List, public PropStateValue, public SOParagraph class
592 void ImplConstruct( const ParagraphObj& rParagraphObj );
625ParagraphObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & rXTextCon…
628 ParagraphObj( const ParagraphObj& rParargraphObj );
629ParagraphObj( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rX…
633 ~ParagraphObj();
638 ParagraphObj& operator=( const ParagraphObj& rParagraphObj );
667 ParagraphObj* First(){ return (ParagraphObj*)mpImplTextObj->mpList->First(); }; in First()
668 ParagraphObj* Next(){ return(ParagraphObj*)mpImplTextObj->mpList->Next(); }; in Next()
H A Depptso.cxx1337 …for ( ParagraphObj* pPara = rTextObj.First() ; pPara; pPara = rTextObj.Next(), bFirstParagraph = s… in ImplWriteParagraphs()
1479 for ( ParagraphObj* pPara = rTextObj.First(); pPara; pPara = rTextObj.Next(), i++ ) in ImplWritePortions()
2314 ParagraphObj::ParagraphObj( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPrope… in ParagraphObj() function in ParagraphObj
2330ParagraphObj::ParagraphObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent… in ParagraphObj() function in ParagraphObj
2380 ParagraphObj::ParagraphObj( const ParagraphObj& rObj ) in ParagraphObj() function in ParagraphObj
2388 ParagraphObj::~ParagraphObj() in ~ParagraphObj()
2393 void ParagraphObj::Write( SvStream* pStrm ) in Write()
2399 void ParagraphObj::ImplClear() in ImplClear()
2405 void ParagraphObj::CalculateGraphicBulletSize( sal_uInt16 nFontHeight ) in CalculateGraphicBulletSize()
2459 void ParagraphObj::ImplGetNumberingLevel( PPTExBulletProvider& rBuProv, sal_Int16 nNumberingDepth, … in ImplGetNumberingLevel()
[all …]
H A Deppt.cxx2188 ParagraphObj aParagraphObj( rXPropSet, rBuProv ); in SetStyleSheet()