Lines Matching defs:URIReference
36 * The URIReference increments and decrements the SPObject's hrefcount
43 class URIReference : public sigc::trackable {
48 * @param owner The object on whose behalf this URIReference
51 URIReference(SPObject *owner);
52 URIReference(SPDocument *owner_document);
58 virtual ~URIReference();
86 * @brief Returns a pointer to the URIReference's owner
88 * @return a pointer to the URIReference's owner
94 * this signal is emitted whenever the URIReference's
143 void operator=(URIReference const& ref);