Lines Matching refs:XPropertyList
136 XPropertyList::XPropertyList( const String& rPath ) : in XPropertyList() function in XPropertyList
144 XPropertyList::~XPropertyList() in ~XPropertyList()
153 void XPropertyList::Clear() in Clear()
162 long XPropertyList::Count() const in Count()
166 if(!const_cast< XPropertyList* >(this)->Load()) in Count()
168 const_cast< XPropertyList* >(this)->Create(); in Count()
175 XPropertyEntry* XPropertyList::Get( long nIndex ) const in Get()
179 if(!const_cast< XPropertyList* >(this)->Load()) in Get()
181 const_cast< XPropertyList* >(this)->Create(); in Get()
195 long XPropertyList::GetIndex(const XubString& rName) const in GetIndex()
199 if(!const_cast< XPropertyList* >(this)->Load()) in GetIndex()
201 const_cast< XPropertyList* >(this)->Create(); in GetIndex()
221 Bitmap XPropertyList::GetUiBitmap( long nIndex ) const in GetUiBitmap()
232 aRetval = const_cast< XPropertyList* >(this)->CreateBitmapForUI(nIndex); in GetUiBitmap()
240 void XPropertyList::Insert( XPropertyEntry* pEntry, long nIndex ) in Insert()
257 XPropertyEntry* XPropertyList::Replace( XPropertyEntry* pEntry, long nIndex ) in Replace()
275 XPropertyEntry* XPropertyList::Remove( long nIndex ) in Remove()
297 void XPropertyList::SetName( const String& rString ) in SetName()