Home
last modified time | relevance | path

Searched refs:_xAttrList (Results 1 – 25 of 31) sorted by relevance

12

/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlTable.cxx80 ,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 DxmlQuery.cxx72 ,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 DxmlConnectionResource.cxx62 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 DxmlLogin.cxx65 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 DxmlComponent.cxx71 ,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 DxmlFileBasedDatabase.cxx65 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 DxmlDataSourceInfo.cxx67 ,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 DxmlServerDatabase.cxx62 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 DxmlColumn.cxx82 ,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 DxmlDataSourceSetting.cxx66 ,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 DxmlDataSource.cxx78 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()
H A DxmlHierarchyCollection.cxx78 ,const Reference< XAttributeList > & _xAttrList in DBG_NAME()
92 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME()
96 rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); in DBG_NAME()
98 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx145 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 DxmlComponent.cxx59 ,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 DxmlFunction.cxx46 ,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 DxmlSection.cxx68 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 DxmlRow.cxx57 ,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 DxmlCondPrtExpr.cxx48 ,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 DxmlFormattedField.cxx46 ,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 DxmlFormatCondition.cxx57 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 DxmlImage.cxx52 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 DxmlMasterFields.cxx44 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 DxmlReportElement.cxx46 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 DxmlGroup.cxx59 ,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 DxmlCell.cxx64 ,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()

Completed in 58 milliseconds

12