Lines Matching refs:xEnumSlot
1105 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()
1155 xEnumSlot->pLinkedSlot = this; in Insert()
1163 xEnumSlot = pFirstEnumSlot; in Insert()
1170 xEnumSlot->pNextSlot = pEle->xSlot; in Insert()
1171 xEnumSlot = pEle->xSlot; in Insert()
1175 xEnumSlot->pNextSlot = pFirstEnumSlot; in Insert()