Home
last modified time | relevance | path

Searched refs:mpEmptyItemSet (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svx/source/sdr/properties/
H A Demptyproperties.cxx49 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()
H A Dpageproperties.cxx67 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()
/aoo4110/main/svx/inc/svx/sdr/properties/
H A Demptyproperties.hxx40 SfxItemSet* mpEmptyItemSet; member in sdr::properties::EmptyProperties

Completed in 11 milliseconds