LibreOffice Module editeng (master) 1
|
#include <unoipset.hxx>
Public Member Functions | |
SvxItemPropertySetUsrAnys () | |
~SvxItemPropertySetUsrAnys () | |
bool | AreThereOwnUsrAnys () const |
css::uno::Any * | GetUsrAnyForID (SfxItemPropertyMapEntry const &entry) const |
void | AddUsrAnyForID (const css::uno::Any &rAny, SfxItemPropertyMapEntry const &entry) |
void | ClearAllUsrAny () |
Private Attributes | |
::std::vector< SvxIDPropertyCombine > | aCombineList |
Definition at line 66 of file unoipset.hxx.
|
default |
SvxItemPropertySetUsrAnys::~SvxItemPropertySetUsrAnys | ( | ) |
Definition at line 303 of file unoipset.cxx.
References ClearAllUsrAny().
void SvxItemPropertySetUsrAnys::AddUsrAnyForID | ( | const css::uno::Any & | rAny, |
SfxItemPropertyMapEntry const & | entry | ||
) |
Definition at line 318 of file unoipset.cxx.
References SvxIDPropertyCombine::aAny, aCombineList, SvxIDPropertyCombine::memberId, SfxItemPropertyMapEntry::nMemberId, SfxItemPropertyMapEntry::nWID, and SvxIDPropertyCombine::nWID.
Referenced by SvxItemPropertySet::getPropertyValue().
|
inline |
Definition at line 73 of file unoipset.hxx.
void SvxItemPropertySetUsrAnys::ClearAllUsrAny | ( | ) |
Definition at line 328 of file unoipset.cxx.
References aCombineList.
Referenced by ~SvxItemPropertySetUsrAnys().
uno::Any * SvxItemPropertySetUsrAnys::GetUsrAnyForID | ( | SfxItemPropertyMapEntry const & | entry | ) | const |
Definition at line 308 of file unoipset.cxx.
References aCombineList, SfxItemPropertyMapEntry::nMemberId, and SfxItemPropertyMapEntry::nWID.
Referenced by SvxItemPropertySet::getPropertyValue().
|
private |
Definition at line 68 of file unoipset.hxx.
Referenced by AddUsrAnyForID(), ClearAllUsrAny(), and GetUsrAnyForID().