Home
last modified time | relevance | path

Searched refs:mpFieldItem (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx2433 if ( pPortion->mpFieldItem ) in ApplyTextObj()
4731 mpFieldItem ( NULL ), in PPTCharPropSet()
4751mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()
4769mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()
4777 delete mpFieldItem; in ~PPTCharPropSet()
4792mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in operator =()
6045 if ( mpFieldItem ) in GetTextField()
6046 return new SvxFieldItem( *mpFieldItem ); in GetTextField()
6620 if ( ( !nCount ) && pPortionObj->mpFieldItem ) in GetTextSize()
7216 … pNewCPS->mpFieldItem = pFE->pField2, pFE->pField2 = NULL; in PPTTextObj()
[all …]
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx887 SvxFieldItem* mpFieldItem; member
1033 sal_uInt32 Count() const { return ( mpFieldItem ) ? 1 : maString.Len(); }; in Count()