Searched refs:xRelNote (Results 1 – 1 of 1) sorted by relevance
214 … uno::Reference< xml::dom::XElement > xRelNote(xNodeList->item(i), uno::UNO_QUERY); in checkForUpdates() local215 if( xRelNote.is() ) in checkForUpdates()217 sal_Int32 pos = xRelNote->getAttribute(UNISTRING("pos")).toInt32(); in checkForUpdates()219 … ReleaseNote aRelNote((sal_uInt8) pos, xRelNote->getAttribute(UNISTRING("src"))); in checkForUpdates()221 if( xRelNote->hasAttribute(UNISTRING("src2")) ) in checkForUpdates()223 pos = xRelNote->getAttribute(UNISTRING("pos2")).toInt32(); in checkForUpdates()225 aRelNote.URL2 = xRelNote->getAttribute(UNISTRING("src2")); in checkForUpdates()
Completed in 87 milliseconds