Searched refs:xAttributeList (Results 1 – 7 of 7) sorted by relevance
/trunk/main/automation/source/server/ |
H A D | XMLParser.cxx | 155 Reference < XAttributeList > xAttributeList; member in ElementNode 162 Reference < XAttributeList > GetAttributes(){ return xAttributeList; } in GetAttributes() 175 xAttributeList = Reference < XAttributeList > ( xAttributeCloner->createClone() , UNO_QUERY ); in ElementNode() 507 Reference < XAttributeList > xAttributeList = pElementNode->GetAttributes(); in HandleSAXParser() local 517 if ( xAttributeList.is() ) in HandleSAXParser() 524 …) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttributeList.is()?xAttributeList->get… in HandleSAXParser() 526 String aRet( xAttributeList->getNameByIndex( nNr1-1 ) ); in HandleSAXParser() 536 …) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttributeList.is()?xAttributeList->get… in HandleSAXParser() 538 String aRet( xAttributeList->getValueByIndex( nNr1-1 ) ); in HandleSAXParser() 541 else if( (nParams & PARAM_STR_1) && xAttributeList.is() ) in HandleSAXParser() [all …]
|
/trunk/main/xmloff/source/xforms/ |
H A D | TokenContext.cxx | 61 const Reference<XAttributeList>& xAttributeList ) in StartElement() argument 70 sal_Int16 nCount = xAttributeList->getLength(); in StartElement() 76 GetKeyByAttrName( xAttributeList->getNameByIndex(i), &sLocalName ); in StartElement() 82 const OUString& rValue = xAttributeList->getValueByIndex(i); in StartElement()
|
H A D | XFormsBindContext.cxx | 132 const Reference<XAttributeList>& xAttributeList ) in StartElement() argument 144 TokenContext::StartElement( xAttributeList ); in StartElement()
|
/trunk/main/framework/source/xml/ |
H A D | acceleratorconfigurationreader.cxx | 123 … const css::uno::Reference< css::xml::sax::XAttributeList >& xAttributeList) in startElement() 142 sal_Int16 c = xAttributeList->getLength(); in startElement() 146 ::rtl::OUString sAttribute = xAttributeList->getNameByIndex(i); in startElement() 147 ::rtl::OUString sValue = xAttributeList->getValueByIndex(i); in startElement()
|
/trunk/main/filter/source/msfilter/ |
H A D | msfiltertracer.cxx | 129 uno::Reference < xml::sax::XAttributeList > xAttributeList(pAttrList); in MSFilterTracer() local 130 mxHandler->startElement( rtl::OUString::createFromAscii( "Document" ), xAttributeList ); in MSFilterTracer()
|
/trunk/main/xmlscript/source/xml_helper/ |
H A D | xml_impctx.cxx | 369 Reference< xml::sax::XAttributeList > const & xAttributeList, 407 Reference< xml::sax::XAttributeList > const & xAttributeList, in ExtendedAttributes() 421 m_pValues[ nPos ] = xAttributeList->getValueByIndex( nPos ); in ExtendedAttributes()
|
/trunk/main/framework/inc/xml/ |
H A D | acceleratorconfigurationreader.hxx | 171 … const css::uno::Reference< css::xml::sax::XAttributeList >& xAttributeList)
|
Completed in 47 milliseconds