Lines Matching refs:p

123     rtl::Reference< Node > p(getNode());  in isValue()  local
124 switch (p->kind()) { in isValue()
138 for (rtl::Reference< Access > p(this);;) { in markChildAsModified() local
139 rtl::Reference< Access > parent(p->getParentAccess()); in markChildAsModified()
143 OSL_ASSERT(dynamic_cast< ChildAccess * >(p.get()) != 0); in markChildAsModified()
146 p->getNameInternal(), in markChildAsModified()
147 ModifiedChild(dynamic_cast< ChildAccess * >(p.get()), false))); in markChildAsModified()
148 p = parent; in markChildAsModified()
1055 rtl::Reference< Node > p(getNode()); in getElementType() local
1056 switch (p->kind()) { in getElementType()
1059 dynamic_cast< LocalizedPropertyNode * >(p.get())->getStaticType()); in getElementType()
1901 rtl::Reference< Node > p(child->getNode()); in removeByName() local
1902 if (p->kind() != Node::KIND_PROPERTY || in removeByName()
1903 !dynamic_cast< PropertyNode * >(p.get())->isExtension()) in removeByName()
2037 rtl::Reference< Node > p(parent->getNode()); in getSubChild() local
2038 switch (p->kind()) { in getSubChild()
2048 !dynamic_cast< SetNode * >(p.get())->isValidTemplate( in getSubChild()
2089 rtl::Reference< Node > p(getNode()); in asProperty() local
2090 switch (p->kind()) { in asProperty()
2093 PropertyNode * prop = dynamic_cast< PropertyNode * >(p.get()); in asProperty()
2102 dynamic_cast< LocalizedPropertyNode *>(p.get()); in asProperty()
2212 for (rtl::Reference< Access > p(this);;) { in getNotificationRoot() local
2213 rtl::Reference< Access > parent(p->getParentAccess()); in getNotificationRoot()
2215 return p; in getNotificationRoot()
2217 p = parent; in getNotificationRoot()
2224 rtl::Reference< Node > p(getNode()); in thisIs() local
2225 Node::Kind k(p->kind()); in thisIs()
2230 dynamic_cast< GroupNode * >(p.get())->isExtensible()) && in thisIs()