Home
last modified time | relevance | path

Searched refs:CXPathObject (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/unoxml/source/xpath/
H A Dxpathobject.cxx63 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()
[all …]
H A Dxpathobject.hxx54 class CXPathObject : public cppu::WeakImplHelper1< XXPathObject > class
63 CXPathObject( ::rtl::Reference<DOM::CDocument> const& pDocument,
H A Dxpathapi.cxx403 new CXPathObject(pCDoc, pCDoc->GetMutex(), xpathObj)); in eval()

Completed in 25 milliseconds