Searched refs:ParagraphObj (Results 1 – 3 of 3) sorted by relevance
527 friend class ParagraphObj;582 class ParagraphObj : public List, public PropStateValue, public SOParagraph class592 void ImplConstruct( const ParagraphObj& rParagraphObj );625 …ParagraphObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & rXTextCon…628 ParagraphObj( const ParagraphObj& rParargraphObj );629 …ParagraphObj( 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()
1337 …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 ParagraphObj2330 …ParagraphObj::ParagraphObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent… in ParagraphObj() function in ParagraphObj2380 ParagraphObj::ParagraphObj( const ParagraphObj& rObj ) in ParagraphObj() function in ParagraphObj2388 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 …]
2188 ParagraphObj aParagraphObj( rXPropSet, rBuProv ); in SetStyleSheet()