Home
last modified time | relevance | path

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

/trunk/main/extensions/source/update/check/
H A Dupdateprotocol.cxx218 … uno::Reference< xml::dom::XElement > xRelNote(xNodeList->item(i), uno::UNO_QUERY); in checkForUpdates() local
219 if( xRelNote.is() ) in checkForUpdates()
221 sal_Int32 pos = xRelNote->getAttribute(UNISTRING("pos")).toInt32(); in checkForUpdates()
223 … ReleaseNote aRelNote((sal_uInt8) pos, xRelNote->getAttribute(UNISTRING("src"))); in checkForUpdates()
225 if( xRelNote->hasAttribute(UNISTRING("src2")) ) in checkForUpdates()
227 pos = xRelNote->getAttribute(UNISTRING("pos2")).toInt32(); in checkForUpdates()
229 aRelNote.URL2 = xRelNote->getAttribute(UNISTRING("src2")); in checkForUpdates()