/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlTable.cxx | 80 ,const uno::Reference< XAttributeList > & _xAttrList in DBG_NAME() 92 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 96 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 100 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 102 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() 253 ,const uno::Reference< XAttributeList > & _xAttrList in fillAttributes() 260 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in fillAttributes() 264 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in fillAttributes() 268 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in fillAttributes() 270 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in fillAttributes()
|
H A D | xmlQuery.cxx | 72 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 75 …OXMLTable( rImport, nPrfx, _sLocalName,_xAttrList,_xParentContainer,SERVICE_SDB_COMMAND_DEFINITION… in DBG_NAME() 80 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 84 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 88 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 90 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlConnectionResource.cxx | 62 const Reference< XAttributeList > & _xAttrList) : in DBG_NAME() 67 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 75 const sal_Int16 nLength = (xDataSource.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 79 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 81 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlLogin.cxx | 65 const Reference< XAttributeList > & _xAttrList ) : in DBG_NAME() 70 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 76 const sal_Int16 nLength = (xDataSource.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 82 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 84 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlComponent.cxx | 71 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 80 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 84 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 89 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 91 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlFileBasedDatabase.cxx | 65 const Reference< XAttributeList > & _xAttrList) : in DBG_NAME() 70 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 78 const sal_Int16 nLength = (xDataSource.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 83 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 85 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlDataSourceInfo.cxx | 67 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 73 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 78 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 85 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 87 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlServerDatabase.cxx | 62 const Reference< XAttributeList > & _xAttrList) : in DBG_NAME() 67 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 75 const sal_Int16 nLength = (xDataSource.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 80 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 82 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlColumn.cxx | 82 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 93 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 97 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 102 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 104 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlDataSourceSetting.cxx | 66 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 76 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 80 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 84 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 86 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlDataSource.cxx | 78 const Reference< XAttributeList > & _xAttrList, const UsedFor _eUsedFor ) : in DBG_NAME() 83 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 95 const sal_Int16 nLength = (xDataSource.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 100 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 102 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlImportDocumentHandler.cxx | 145 uno::Reference< xml::sax::XAttributeList > xNewAttribs = _xAttrList; in startElement() 149 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in startElement() 156 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in startElement() 162 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in startElement() 198 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in startElement() 207 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in startElement() 213 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in startElement() 245 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in startElement() 250 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in startElement() 258 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in startElement() [all …]
|
H A D | xmlComponent.cxx | 59 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 66 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 72 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 80 const ::rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 82 const ::rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlFunction.cxx | 46 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 59 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 64 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 69 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 71 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlSection.cxx | 68 const uno::Reference< xml::sax::XAttributeList > & _xAttrList in DBG_NAME() 77 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 81 const sal_Int16 nLength = (m_xSection.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 88 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 90 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlRow.cxx | 57 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 64 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 69 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 73 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 75 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlCondPrtExpr.cxx | 48 ,const uno::Reference< xml::sax::XAttributeList > & _xAttrList in DBG_NAME() 58 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 64 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 66 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlFormattedField.cxx | 46 ,const uno::Reference< xml::sax::XAttributeList > & _xAttrList in DBG_NAME() 57 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 63 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 65 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlFormatCondition.cxx | 57 const Reference< XAttributeList > & _xAttrList in DBG_NAME() 69 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 75 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 77 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlImage.cxx | 52 const Reference< XAttributeList > & _xAttrList in DBG_NAME() 64 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 70 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 72 /* const */ rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlMasterFields.cxx | 44 const Reference< XAttributeList > & _xAttrList in DBG_NAME() 56 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 60 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 62 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlReportElement.cxx | 46 const Reference< XAttributeList > & _xAttrList in DBG_NAME() 58 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 64 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 66 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlGroup.cxx | 59 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 69 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 74 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 79 const ::rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 81 ::rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlCell.cxx | 64 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 77 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME() 81 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 85 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 87 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|
H A D | xmlColumn.cxx | 62 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME() 73 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() 77 const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME() 79 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
|