Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1339 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 PortionObj
1749 PortionObj::PortionObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & rX… in PortionObj() function in PortionObj
1880 PortionObj::PortionObj( const PortionObj& rPortionObj ) in PortionObj() function in PortionObj
1886 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 …]
H A Deppt.hxx524 class PortionObj : public PropStateValue class
532 void ImplConstruct( const PortionObj& rPortionObj );
561PortionObj( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & rXTextRangeRe…
563PortionObj( 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 );
H A Deppt.cxx2030 PortionObj aPortionObj( rXPropSet, rFontCollection ); in SetStyleSheet()