Lines Matching refs:CXPathObject
63 CXPathObject::CXPathObject( in CXPathObject() function in XPath::CXPathObject
77 XPathObjectType CXPathObject::getObjectType() throw (RuntimeException) in getObjectType()
86 CXPathObject::getNodeList() throw (RuntimeException) in getNodeList()
98 sal_Bool SAL_CALL CXPathObject::getBoolean() throw (RuntimeException) in getBoolean()
108 sal_Int8 SAL_CALL CXPathObject::getByte() throw (RuntimeException) in getByte()
118 sal_Int16 SAL_CALL CXPathObject::getShort() throw (RuntimeException) in getShort()
128 sal_Int32 SAL_CALL CXPathObject::getLong() throw (RuntimeException) in getLong()
138 sal_Int64 SAL_CALL CXPathObject::getHyper() throw (RuntimeException) in getHyper()
148 float SAL_CALL CXPathObject::getFloat() throw (RuntimeException) in getFloat()
158 double SAL_CALL CXPathObject::getDouble() throw (RuntimeException) in getDouble()
168 OUString SAL_CALL CXPathObject::getString() throw (RuntimeException) in getString()