Lines Matching refs:UNISTRING

70 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))  macro
262 … m_xUpdateInformationProvider->getChildNode( xAtomEntryNode, UNISTRING( "summary/text()" ) ) in nextElement()
269 … m_xUpdateInformationProvider->getChildNode( xAtomEntryNode, UNISTRING( "content" ) ) ); in nextElement()
279 … { throw lang::WrappedTargetException( UNISTRING( "Command aborted" ), *this, uno::makeAny(e) ); } in nextElement()
286 …{ throw lang::WrappedTargetException( UNISTRING( "Document not accessible" ), *this, uno::makeAny(… in nextElement()
337 UNISTRING("unable to obtain service manager from component context"), in UpdateInformationProvider()
342 UNISTRING("com.sun.star.configuration.ConfigurationProvider"), in UpdateInformationProvider()
350 UNISTRING("org.openoffice.Setup/Product"), in UpdateInformationProvider()
351 UNISTRING("ooName"))); in UpdateInformationProvider()
356 UNISTRING("org.openoffice.Setup/Product"), in UpdateInformationProvider()
357 UNISTRING("ooSetupVersion"))); in UpdateInformationProvider()
359 UNISTRING( in UpdateInformationProvider()
370 UNISTRING("org.openoffice.Setup/Product"), in UpdateInformationProvider()
371 UNISTRING("ooSetupExtension"))); in UpdateInformationProvider()
378 …rtl::OUString aBaseBuildId( UNISTRING( "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":buil… in UpdateInformationProvider()
385 …rtl::OUString aUserAgent( UNISTRING( "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":Update… in UpdateInformationProvider()
406 m_aRequestHeaderList[0].First = UNISTRING("Accept-Language"); in UpdateInformationProvider()
407 …ond = getConfigurationItem( xConfigurationProvider, UNISTRING("org.openoffice.Setup/L10N"), UNISTR… in UpdateInformationProvider()
411 m_aRequestHeaderList[1].First = UNISTRING("User-Agent"); in UpdateInformationProvider()
423 UNISTRING( "unable to obtain service manager from component context" ), in createInstance()
427 …xServiceManager->createInstanceWithContext( UNISTRING( "com.sun.star.ucb.UniversalContentBroker" )… in createInstance()
433 …xServiceManager->createInstanceWithContext( UNISTRING( "com.sun.star.xml.dom.DocumentBuilder" ), x… in createInstance()
437 …xServiceManager->createInstanceWithContext( UNISTRING( "com.sun.star.xml.xpath.XPathAPI" ), xConte… in createInstance()
440 xXPath->registerNS( UNISTRING("atom"), UNISTRING("http://www.w3.org/2005/Atom") ); in createInstance()
458 aProperty.Name = UNISTRING("nodepath"); in getConfigurationItem()
466 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), in getConfigurationItem()
496 UNISTRING( "unable to obtain universal content id" ), *this); in load()
507 aCommand.Name = UNISTRING("open"); in load()
549 if( xElement->hasAttribute( UNISTRING("src") ) ) in getDocumentRoot()
552 m_xDocumentBuilder->parse(load(xElement->getAttribute( UNISTRING("src") ))); in getDocumentRoot()
592 return m_xXPathAPI->selectSingleNode(rxNode, UNISTRING( "./atom:" ) + rName); in getChildNode()
629 …aXPathExpression = UNISTRING("//atom:entry/atom:category[@term=\'") + extensionId + UNISTRING("\']… in getUpdateInformationEnumeration()
631 aXPathExpression = UNISTRING("//atom:entry"); in getUpdateInformationEnumeration()
775 aServiceList[0] = UNISTRING( "com.sun.star.deployment.UpdateInformationProvider"); in getServiceNames()
784 return UNISTRING( "vnd.sun.UpdateInformationProvider"); in getImplName()