Searched refs:CXPathObject (Results 1 – 3 of 3) sorted by relevance
63 CXPathObject::CXPathObject( in CXPathObject() function in XPath::CXPathObject77 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()[all …]
54 class CXPathObject : public cppu::WeakImplHelper1< XXPathObject > class63 CXPathObject( ::rtl::Reference<DOM::CDocument> const& pDocument,
403 new CXPathObject(pCDoc, pCDoc->GetMutex(), xpathObj)); in eval()
Completed in 22 milliseconds