Searched refs:PortionObj (Results 1 – 3 of 3) sorted by relevance
1339 PortionObj* pPortion = (PortionObj*)pPara->First(); in ImplWriteParagraphs()1481 …for ( PortionObj* pPortion = (PortionObj*)pPara->First(); pPortion; pPortion = (PortionObj*)pPara-… in ImplWritePortions()1733 PortionObj::PortionObj( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyS… in PortionObj() function in PortionObj1749 PortionObj::PortionObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & rX… in PortionObj() function in PortionObj1880 PortionObj::PortionObj( const PortionObj& rPortionObj ) in PortionObj() function in PortionObj1886 PortionObj::~PortionObj() in ~PortionObj()1891 void PortionObj::Write( SvStream* pStrm, sal_Bool bLast ) in Write()1900 void PortionObj::ImplGetPortionValues( FontCollection& rFontCollection, sal_Bool bGetPropStateValue… in ImplGetPortionValues()2102 void PortionObj::ImplClear() in ImplClear()2108 void PortionObj::ImplConstruct( const PortionObj& rPortionObj ) in ImplConstruct()[all …]
524 class PortionObj : public PropStateValue class532 void ImplConstruct( const PortionObj& rPortionObj );561 …PortionObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & rXTextRangeRe…563 …PortionObj( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPr…565 PortionObj( const PortionObj& rPortionObj );566 ~PortionObj();571 PortionObj& operator=( const PortionObj& rPortionObj );
2030 PortionObj aPortionObj( rXPropSet, rFontCollection ); in SetStyleSheet()