Searched refs:aAttrName (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/package/source/manifest/ |
H A D | ManifestImport.cxx | 328 ::rtl::OUString aAttrName = xAttribs->getNameByIndex( nInd ); in PushNameAndNamespaces() 330 if ( aAttrName.getLength() >= 5 in PushNameAndNamespaces() 331 && aAttrName.compareToAscii( "xmlns", 5 ) == 0 in PushNameAndNamespaces() 332 && ( aAttrName.getLength() == 5 || aAttrName.getStr()[5] == ( sal_Unicode )':' ) ) in PushNameAndNamespaces() 335 …::rtl::OUString aNsName( ( aAttrName.getLength() == 5 ) ? ::rtl::OUString() : aAttrName.copy( 6 ) … in PushNameAndNamespaces() 341 … aAttribsStrs.push_back( pair< ::rtl::OUString, ::rtl::OUString >( aAttrName, aAttrValue ) ); in PushNameAndNamespaces()
|
/aoo4110/main/writerfilter/source/resourcemodel/ |
H A D | WW8Analyzer.cxx | 46 string aAttrName = (*QNameToString::Instance())(name); in attribute() local 49 if (aAttrName.length() > 6) in attribute() 50 aStr = aAttrName.substr(4, 2); in attribute() 52 logger("DEBUG", "WW8Analyzer::attribute:" + aAttrName); in attribute()
|
/aoo4110/main/xmloff/source/script/ |
H A D | xmlbasici.cxx | 102 ::rtl::OUString aAttrName( rNamespaceMap.GetAttrNameByKey( nPos ) ); in StartElement() 103 if ( xAttrList->getValueByName( aAttrName ).getLength() == 0 ) in StartElement() 104 pAttrList->AddAttribute( aAttrName, rNamespaceMap.GetNameByKey( nPos ) ); in StartElement()
|
H A D | xmlscripti.cxx | 151 … ::rtl::OUString aAttrName( GetImport().GetNamespaceMap().GetPrefixByKey( XML_NAMESPACE_SCRIPT ) ); in CreateChildContext() 152 aAttrName += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ":language" ) ); in CreateChildContext() 155 ::rtl::OUString aLanguage = xAttrList->getValueByName( aAttrName ); in CreateChildContext()
|
/aoo4110/main/linguistic/source/ |
H A D | convdicxml.cxx | 239 OUString aAttrName = rxAttrList->getNameByIndex(i); in StartElement() local 242 GetKeyByAttrName( aAttrName, &aLocalName ); in StartElement() 291 OUString aAttrName = rxAttrList->getNameByIndex(i); in StartElement() local 294 GetKeyByAttrName( aAttrName, &aLocalName ); in StartElement()
|
/aoo4110/main/xmloff/source/core/ |
H A D | XMLEmbeddedObjectImportContext.cxx | 309 OUString aAttrName( rNamespaceMap.GetAttrNameByKey( nPos ) ); in StartElement() local 310 if( 0 == xAttrList->getValueByName( aAttrName ).getLength() ) in StartElement() 312 pAttrList->AddAttribute( aAttrName, in StartElement()
|
/aoo4110/main/l10ntools/source/ |
H A D | xmlparse.cxx | 409 ByteString aAttrName( *pElement->GetAttributeList()->GetObject( j ), RTL_TEXTENCODING_UTF8 ); in Print() local 410 if( !aAttrName.EqualsIgnoreCaseAscii( XML_LANG ) ) { in Print() 412 aAttrName.GetBuffer(), in Print() 924 OUString aAttrName( *pElement->GetAttributeList()->GetObject( j ) ); in Print() local 925 if( !aAttrName.equalsIgnoreAsciiCase( XML_LANG ) ) { in Print() 927 buffer.append( aAttrName ); in Print()
|
/aoo4110/main/unoxml/source/dom/ |
H A D | document.cxx | 824 OUString aAttrName = curAttr->getName(); in lcl_ImportNode() local 829 aAttrName = aAttrPrefix + in lcl_ImportNode() 830 OUString::createFromAscii(":") + aAttrName; in lcl_ImportNode() 833 aAttrUri, aAttrName, sValue); in lcl_ImportNode() 835 xNewElement->setAttribute(aAttrName, sValue); in lcl_ImportNode()
|
/aoo4110/main/xmloff/source/transform/ |
H A D | FrameOASISTContext.cxx | 56 OUString aAttrName( rAttrList->getNameByIndex( i ) ); in IsLinkedEmbeddedObject() local 59 GetTransformer().GetNamespaceMap().GetKeyByAttrName( aAttrName, in IsLinkedEmbeddedObject()
|
/aoo4110/main/ucb/source/core/ |
H A D | ucbstore.cxx | 2547 const OUString aAttrName in getProperties() local 2614 aHierName += aAttrName; in getProperties()
|
Completed in 268 milliseconds