Home
last modified time | relevance | path

Searched refs:aAttrName (Results 1 – 10 of 10) sorted by relevance

/trunk/main/package/source/package/manifest/
H A DManifestImport.cxx328 ::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()
/trunk/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.cxx46 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()
/trunk/main/xmloff/source/script/
H A Dxmlbasici.cxx102 ::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 Dxmlscripti.cxx151 … ::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()
/trunk/main/linguistic/source/
H A Dconvdicxml.cxx239 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()
/trunk/main/xmloff/source/core/
H A DXMLEmbeddedObjectImportContext.cxx309 OUString aAttrName( rNamespaceMap.GetAttrNameByKey( nPos ) ); in StartElement() local
310 if( 0 == xAttrList->getValueByName( aAttrName ).getLength() ) in StartElement()
312 pAttrList->AddAttribute( aAttrName, in StartElement()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx409 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()
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx824 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()
/trunk/main/xmloff/source/transform/
H A DFrameOASISTContext.cxx56 OUString aAttrName( rAttrList->getNameByIndex( i ) ); in IsLinkedEmbeddedObject() local
59 GetTransformer().GetNamespaceMap().GetKeyByAttrName( aAttrName, in IsLinkedEmbeddedObject()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx2547 const OUString aAttrName in getProperties() local
2614 aHierName += aAttrName; in getProperties()

Completed in 56 milliseconds