Lines Matching refs:_rxAttrList

176 	void OElementImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList)  in StartElement()  argument
182 … const ::rtl::OUString sControlImplementation = _rxAttrList->getValueByName( sImplNameAttribute ); in StartElement()
204 OPropertyImport::StartElement( _rxAttrList ); in StartElement()
209 const Reference< sax::XAttributeList >& _rxAttrList) in CreateChildContext()
214 return OPropertyImport::CreateChildContext(_nPrefix, _rLocalName, _rxAttrList); in CreateChildContext()
831 void OControlImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
839 pMerger->addList(_rxAttrList); in StartElement()
846 xAttributes = _rxAttrList; in StartElement()
1181 void OImagePositionImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1183 OControlImport::StartElement( _rxAttrList ); in StartElement()
1215 void OReferredControlImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1217 OControlImport::StartElement(_rxAttrList); in StartElement()
1364 void OButtonImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1366 OURLReferenceImport::StartElement(_rxAttrList); in StartElement()
1396 void OValueRangeImport::StartElement( const Reference< sax::XAttributeList >& _rxAttrList ) in StartElement() argument
1398 OControlImport::StartElement( _rxAttrList ); in StartElement()
1424 const Reference< sax::XAttributeList >& _rxAttrList ) in CreateChildContext()
1449 …elper->CreateTextChildContext( m_rContext.getGlobalContext(), _nPrefix, _rLocalName, _rxAttrList ); in CreateChildContext()
1460 return OControlImport::CreateChildContext( _nPrefix, _rLocalName, _rxAttrList ); in CreateChildContext()
1464 void OTextLikeImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1466 OControlImport::StartElement(_rxAttrList); in StartElement()
1619 const Reference< sax::XAttributeList >& _rxAttrList) in CreateChildContext()
1632 return OControlImport::CreateChildContext(_nPrefix, _rLocalName, _rxAttrList); in CreateChildContext()
1636 void OListAndComboImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1640 OControlImport::StartElement(_rxAttrList); in StartElement()
1834 void OListOptionImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1845 ::rtl::OUString sValue = _rxAttrList->getValueByName(sLabelAttribute); in StartElement()
1848 if (0 == _rxAttrList->getTypeByName(sLabelAttribute).getLength()) in StartElement()
1859 sValue = _rxAttrList->getValueByName(sValueAttribute); in StartElement()
1862 if (0 == _rxAttrList->getTypeByName(sValueAttribute).getLength()) in StartElement()
1879 …GetImport().GetMM100UnitConverter().convertBool(bSelected, _rxAttrList->getValueByName(sSelectedAt… in StartElement()
1885 …GetImport().GetMM100UnitConverter().convertBool(bDefaultSelected, _rxAttrList->getValueByName(sDef… in StartElement()
1889 SvXMLImportContext::StartElement(_rxAttrList); in StartElement()
1904 void OComboItemImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1908 m_xListBoxImport->implPushBackLabel(_rxAttrList->getValueByName(sLabelAttributeName)); in StartElement()
1910 SvXMLImportContext::StartElement(_rxAttrList); in StartElement()
1939 void OColumnWrapperImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
1944 Reference< XCloneable > xCloneList(_rxAttrList, UNO_QUERY); in StartElement()
2016 const Reference< sax::XAttributeList >& _rxAttrList) in CreateChildContext()
2022 return new OXMLDataSourceImport(GetImport(), _nPrefix, _rLocalName, _rxAttrList,m_xElement); in CreateChildContext()
2027 _rxAttrList ); in CreateChildContext()
2034 void OFormImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement() argument
2037 OFormImport_Base::StartElement(_rxAttrList); in StartElement()