Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyState.java125 String localName = pName; in _getPropertyDefault() local
126 if (localName == null) { in _getPropertyDefault()
127 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyDefault()
130 propDef = oObj.getPropertyDefault(localName); in _getPropertyDefault()
153 String localName = pName; in _getPropertyState() local
154 if (localName == null) { in _getPropertyState()
155 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyState()
159 PropertyState ps = oObj.getPropertyState(localName); in _getPropertyState()
181 String localName = pName; in _getPropertyStates() local
182 if (localName == null) { in _getPropertyStates()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java456 if (localName.equals("Signature")) in checkSecurityElement()
474 else if(localName.equals("Reference")) in checkSecurityElement()
506 m_currentPath.push(localName); in checkSecurityElement()
508 else if(localName.equals("KeyValue") || in checkSecurityElement()
509 localName.equals("KeyName") || in checkSecurityElement()
510 localName.equals("X509Data") || in checkSecurityElement()
511 localName.equals("EncryptedKey")) in checkSecurityElement()
541 m_currentPath.push(localName); in checkSecurityElement()
586 m_currentPath.push(localName); in checkSecurityElement()
630 m_currentPath.push(localName); in checkSecurityElement()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java751 String localName = packageData.getPackageName(); in setUpdateOlderProductSettings() local
752 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()
753 localPackage.setPackageName(localName); in setUpdateOlderProductSettings()
756 localName = packageData.getPkgRealName(); in setUpdateOlderProductSettings()
757 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()
758 localPackage.setPkgRealName(localName); in setUpdateOlderProductSettings()
762 localName = packageData.getName(); in setUpdateOlderProductSettings()
763 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()
764 localPackage.setName(localName); in setUpdateOlderProductSettings()
/trunk/main/unoxml/source/dom/
H A Delement.hxx82 …rence< XAttr > SAL_CALL getAttributeNodeNS(const OUString& namespaceURI, const OUString& localName)
88 … virtual OUString SAL_CALL getAttributeNS(const OUString& namespaceURI, const OUString& localName)
105 const OUString& localName)
125 … virtual sal_Bool SAL_CALL hasAttributeNS(const OUString& namespaceURI, const OUString& localName)
143 … virtual void SAL_CALL removeAttributeNS(const OUString& namespaceURI, const OUString& localName)
H A Delement.cxx282 const OUString& namespaceURI, const OUString& localName) in getAttributeNodeNS() argument
290 OString o1 = OUStringToOString(localName, RTL_TEXTENCODING_UTF8); in getAttributeNodeNS()
313 OUString const& namespaceURI, OUString const& localName) in getAttributeNS() argument
321 OString o1 = OUStringToOString(localName, RTL_TEXTENCODING_UTF8); in getAttributeNS()
407 OUString const& namespaceURI, OUString const& localName) in hasAttributeNS() argument
412 OString o1 = OUStringToOString(localName, RTL_TEXTENCODING_UTF8); in hasAttributeNS()
447 OUString const& namespaceURI, OUString const& localName) in removeAttributeNS() argument
455 OString o1 = OUStringToOString(localName, RTL_TEXTENCODING_UTF8); in removeAttributeNS()
H A Dattributesmap.cxx97 OUString const& namespaceURI, OUString const& localName) in getNamedItemNS() argument
106 OString o1 = OUStringToOString(localName, RTL_TEXTENCODING_UTF8); in getNamedItemNS()
184 OUString const& namespaceURI, OUString const& localName) in removeNamedItemNS() argument
189 m_pElement->getAttributeNodeNS(namespaceURI, localName)); in removeNamedItemNS()
H A Dattributesmap.hxx71 OUString const& namespaceURI, OUString const& localName)
91 OUString const& namespaceURI, OUString const& localName)
H A Dentitiesmap.hxx71 OUString const& namespaceURI, OUString const& localName)
90 OUString const& namespaceURI, OUString const& localName)
H A Dnotationsmap.hxx71 OUString const& namespaceURI, OUString const& localName)
90 OUString const& namespaceURI, OUString const& localName)
H A Ddocument.hxx227 …NodeList > SAL_CALL getElementsByTagNameNS(const OUString& namespaceURI, const OUString& localName)
/trunk/main/xmlreader/source/
H A Dxmlreader.cxx162 bool XmlReader::nextAttribute(int * nsId, Span * localName) { in nextAttribute() argument
163 OSL_ASSERT(nsId != 0 && localName != 0); in nextAttribute()
175 *localName = Span( in nextAttribute()
183 *localName = Span( in nextAttribute()
660 XmlReader::Result XmlReader::handleStartTag(int * nsId, Span * localName) { in handleStartTag() argument
661 OSL_ASSERT(nsId != 0 && localName); in handleStartTag()
771 *localName = Span(nameBegin, nameEnd - nameBegin); in handleStartTag()
774 *localName = Span(nameColon + 1, nameEnd - (nameColon + 1)); in handleStartTag()
/trunk/main/offapi/com/sun/star/xml/input/
H A DXAttributes.idl57 @param localName
62 long getIndexByUidName( [in] long uid, [in] string localName );
104 @param localName
109 string getValueByUidName( [in] long uid, [in] string localName );
H A DXElement.idl70 @param localName
78 [in] long uid, [in] string localName, [in] XAttributes xAttributes )
H A DXRoot.idl81 @param localName
87 [in] long uid, [in] string localName, [in] XAttributes xAttributes )
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl52 string localName);
57 string getAttributeNS([in] string namespaceURI, [in] string localName);
71 XNodeList getElementsByTagNameNS([in] string namespaceURI,[in] string localName);
88 boolean hasAttributeNS([in] string namespaceURI,[in] string localName);
110 void removeAttributeNS([in] string namespaceURI,[in] string localName) raises (DOMException);
H A DXNamedNodeMap.idl54 XNode getNamedItemNS([in] string namespaceURI,[in] string localName);
72 …OT_FOUND_ERR: Raised if there is no node with the specified namespaceURI and localName in this map.
75 XNode removeNamedItemNS([in] string namespaceURI, [in] string localName) raises (DOMException);
88 Adds a node using its namespaceURI and localName.
H A DXDocument.idl175 XNodeList getElementsByTagNameNS([in] string namespaceURI, [in] string localName);
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx66 bool nextAttribute(int * nsId, Span * localName);
163 SAL_DLLPRIVATE Result handleStartTag(int * nsId, Span * localName);
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java77 … public void startElement(String uri, String localName, String qName, Attributes attributes) { in startElement() argument
89 public void endElement(String uri, String localName, String qName) { in endElement() argument
/trunk/main/desktop/source/migration/
H A Dmigration.cxx885 OUString localName; in copyFiles() local
896 localName = i_file->copy(m_aInfo.userdata.getLength()); in copyFiles()
897 destName = userInstall + localName; in copyFiles()
/trunk/main/writerfilter/qa/cppunittests/qname/
H A DtestQName.cxx40 void testAdd(const sal_Char* namespaceUri, const sal_Char *localName) in testAdd() argument
42 QName_t t=QName::tokenizer().insert(namespaceUri, localName); in testAdd()
45 CPPUNIT_ASSERT(rtl_str_compare(localName, ln)==0); in testAdd()

Completed in 105 milliseconds