Home
last modified time | relevance | path

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

/trunk/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.cxx2380 ParagraphObj::ParagraphObj( const ParagraphObj& rObj ) in ParagraphObj() function in ParagraphObj
2388 ParagraphObj::~ParagraphObj() in ~ParagraphObj()
2399 void ParagraphObj::ImplClear() in ImplClear()
2934 void ParagraphObj::ImplConstruct( const ParagraphObj& rParagraphObj ) in ImplConstruct()
2947 ParagraphObj& rOther = const_cast<ParagraphObj&>(rParagraphObj); in ImplConstruct()
2982 ParagraphObj& ParagraphObj::operator=( const ParagraphObj& rParagraphObj ) in operator =()
3006 …for ( ParagraphObj* pPtr = (ParagraphObj*)mpList->First(); pPtr; pPtr = (ParagraphObj*)mpList->Nex… in ~ImplTextObj()
3034ParagraphObj* pPara = new ParagraphObj( aXParagraph, aParaFlags, rFontCollection, rProv ); in TextObj()
3094 …for ( ParagraphObj* pPtr = static_cast < ParagraphObj * >( First() ); nCharactersLeft && pPtr; pPt… in WriteTextSpecInfo()
3120 ParagraphObj* pPara = rTextObj.First(); in ImplAdjustFirstLineLineSpacing()
[all …]
H A Deppt.cxx2188 ParagraphObj aParagraphObj( rXPropSet, rBuProv ); in SetStyleSheet()

Completed in 129 milliseconds