Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx2433 if ( pPortion->mpFieldItem ) in ApplyTextObj()
4732 mpFieldItem ( NULL ), in PPTCharPropSet()
4752mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()
4770mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()
4778 delete mpFieldItem; in ~PPTCharPropSet()
4793mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in operator =()
6046 if ( mpFieldItem ) in GetTextField()
6047 return new SvxFieldItem( *mpFieldItem ); in GetTextField()
6621 if ( ( !nCount ) && pPortionObj->mpFieldItem ) in GetTextSize()
7217 … pNewCPS->mpFieldItem = pFE->pField2, pFE->pField2 = NULL; in PPTTextObj()
[all …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx887 SvxFieldItem* mpFieldItem; member
1033 sal_uInt32 Count() const { return ( mpFieldItem ) ? 1 : maString.Len(); }; in Count()