Home
last modified time | relevance | path

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

/AOO41X/main/idl/source/objects/
H A Dslot.cxx1105 SvMetaSlotRef xEnumSlot; in Insert() local
1118 xEnumSlot = NULL; in Insert()
1125 xEnumSlot = pSlot->Clone(); in Insert()
1133 xEnumSlot = Clone(); in Insert()
1140 xEnumSlot->SetSlotId(aId); in Insert()
1145 xEnumSlot->aPseudoSlots = sal_False; in Insert()
1146 xEnumSlot->SetEnumValue(enumValue); in Insert()
1148 …if ( !pFirstEnumSlot || xEnumSlot->GetSlotId().GetValue() < pFirstEnumSlot->GetSlotId().GetValue()… in Insert()
1149 pFirstEnumSlot = xEnumSlot; in Insert()
1152 xEnumSlot->Insert( rList, rPrefix, rBase); in Insert()
[all …]