Lines Matching refs:XPropertyEntry
47 : XPropertyEntry(rName), in XColorEntry()
53 : XPropertyEntry(rOther), in XColorEntry()
62 : XPropertyEntry(rName), in XLineEndEntry()
68 : XPropertyEntry(rOther), in XLineEndEntry()
77 : XPropertyEntry(rName), in XDashEntry()
83 : XPropertyEntry(rOther), in XDashEntry()
92 : XPropertyEntry(rName), in XHatchEntry()
98 : XPropertyEntry(rOther), in XHatchEntry()
107 : XPropertyEntry(rName), in XGradientEntry()
113 : XPropertyEntry(rOther), in XGradientEntry()
122 : XPropertyEntry(rName), in XBitmapEntry()
128 : XPropertyEntry(rOther), in XBitmapEntry()
175 XPropertyEntry* XPropertyList::Get( long nIndex ) const in Get()
205 ::std::vector< XPropertyEntry* >::const_iterator aStart(maContent.begin()); in GetIndex()
206 const ::std::vector< XPropertyEntry* >::const_iterator aEnd(maContent.end()); in GetIndex()
210 const XPropertyEntry* pEntry = *aStart; in GetIndex()
224 XPropertyEntry* pEntry = Get(nIndex); in GetUiBitmap()
240 void XPropertyList::Insert( XPropertyEntry* pEntry, long nIndex ) in Insert()
257 XPropertyEntry* XPropertyList::Replace( XPropertyEntry* pEntry, long nIndex ) in Replace()
259 XPropertyEntry* pRetval = 0; in Replace()
275 XPropertyEntry* XPropertyList::Remove( long nIndex ) in Remove()
277 XPropertyEntry* pRetval = 0; in Remove()