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()
2380 ParagraphObj::ParagraphObj( const ParagraphObj& rObj ) in ParagraphObj() function in ParagraphObj2388 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()3034 … ParagraphObj* 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 …]
2188 ParagraphObj aParagraphObj( rXPropSet, rBuProv ); in SetStyleSheet()
Completed in 129 milliseconds