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