Searched refs:mpEmptyItemSet (Results 1 – 3 of 3) sorted by relevance
49 mpEmptyItemSet(0L) in EmptyProperties()55 mpEmptyItemSet(0L) in EmptyProperties()64 if(mpEmptyItemSet) in ~EmptyProperties()66 delete mpEmptyItemSet; in ~EmptyProperties()67 mpEmptyItemSet = 0L; in ~EmptyProperties()78 if(!mpEmptyItemSet) in GetObjectItemSet()80 …((EmptyProperties*)this)->mpEmptyItemSet = &(((EmptyProperties*)this)->CreateObjectSpecificItemSet… in GetObjectItemSet()83 DBG_ASSERT(mpEmptyItemSet, "Could not create an SfxItemSet(!)"); in GetObjectItemSet()86 return *mpEmptyItemSet; in GetObjectItemSet()
67 if(!mpEmptyItemSet) in GetObjectItemSet()69 …((PageProperties*)this)->mpEmptyItemSet = &(((PageProperties*)this)->CreateObjectSpecificItemSet(*… in GetObjectItemSet()72 DBG_ASSERT(mpEmptyItemSet, "Could not create an SfxItemSet(!)"); in GetObjectItemSet()74 return *mpEmptyItemSet; in GetObjectItemSet()90 if( (nWhich == XATTR_FILLSTYLE) && (mpEmptyItemSet != NULL) ) in PostItemChange()91 CleanupFillProperties(*mpEmptyItemSet); in PostItemChange()
40 SfxItemSet* mpEmptyItemSet; member in sdr::properties::EmptyProperties
Completed in 24 milliseconds