Searched refs:mpFieldItem (Results 1 – 2 of 2) sorted by relevance
2433 if ( pPortion->mpFieldItem ) in ApplyTextObj()4731 mpFieldItem ( NULL ), in PPTCharPropSet()4751 … mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()4769 … mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()4777 delete mpFieldItem; in ~PPTCharPropSet()4792 … mpFieldItem = ( 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 …]
887 SvxFieldItem* mpFieldItem; member1033 sal_uInt32 Count() const { return ( mpFieldItem ) ? 1 : maString.Len(); }; in Count()