Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/forms/
H A Dproperty_description.hxx45 sal_uInt16 namespacePrefix; // usually XML_NAMESPACE_FORM member
49 :namespacePrefix( 0 ) in AttributeDescription()
58 :namespacePrefix( i_namespacePrefix ) in AttributeDescription()
67 return ( i_lhs.namespacePrefix == i_rhs.namespacePrefix ) in operator ==()
H A Dproperty_meta_data.cxx148 … return size_t( i_attribute.attributeToken * 100 ) + size_t( i_attribute.namespacePrefix ); in operator ()()
259 attribute.namespacePrefix = i_namespacePrefix; in getAttributeDescription()
H A Delementexport.cxx540 propDescription->attribute.namespacePrefix, in exportGenericHandlerAttributes()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java105 public String getNamespaceURI(final String namespacePrefix) in getNamespaceURI() argument
107 return props.getProperty(NAMESPACES_PREFIX + namespacePrefix); in getNamespaceURI()

Completed in 43 milliseconds