/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlTable.cxx | 75 DBG_NAME(OXMLTable) in DBG_NAME() argument 77 OXMLTable::OXMLTable( ODBFilter& _rImport in DBG_NAME() 90 DBG_CTOR(OXMLTable,NULL); in DBG_NAME() 140 OXMLTable::~OXMLTable() in ~OXMLTable() 143 DBG_DTOR(OXMLTable,NULL); in ~OXMLTable() 146 SvXMLImportContext* OXMLTable::CreateChildContext( in CreateChildContext() 191 ODBFilter& OXMLTable::GetOwnImport() in GetOwnImport() 196 void OXMLTable::setProperties(uno::Reference< XPropertySet > & _xProp ) in setProperties() 216 void OXMLTable::EndElement() in EndElement() 251 void OXMLTable::fillAttributes(sal_uInt16 /*nPrfx*/ in fillAttributes()
|
H A D | xmlTable.hxx | 39 class OXMLTable : public SvXMLImportContext class 69 OXMLTable( ODBFilter& rImport 76 virtual ~OXMLTable();
|
H A D | xmlQuery.cxx | 75 …OXMLTable( rImport, nPrfx, _sLocalName,_xAttrList,_xParentContainer,SERVICE_SDB_COMMAND_DEFINITION… in DBG_NAME() 116 SvXMLImportContext* pContext = OXMLTable::CreateChildContext(nPrefix, rLocalName,xAttrList ); in CreateChildContext() 145 OXMLTable::setProperties(_xProp); in setProperties()
|
H A D | xmlQuery.hxx | 37 class OXMLQuery : public OXMLTable
|
H A D | xmlDocuments.cxx | 115 …pContext = new OXMLTable( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,SERVICE_SDB_T… in CreateChildContext()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlTable.cxx | 68 OXMLTable::OXMLTable( ORptFilter& rImport in DBG_NAME() 128 OXMLTable::~OXMLTable() in ~OXMLTable() 134 SvXMLImportContext* OXMLTable::CreateChildContext( in CreateChildContext() 172 ORptFilter& OXMLTable::GetOwnImport() in GetOwnImport() 177 void OXMLTable::EndElement() in EndElement() 288 void OXMLTable::addCell(const Reference<XReportComponent>& _xElement) in addCell() 311 void OXMLTable::incrementRowIndex() in incrementRowIndex()
|
H A D | xmlTable.hxx | 33 class OXMLTable : public SvXMLImportContext class 57 OXMLTable(const OXMLTable&); 58 void operator =(const OXMLTable&); 61 OXMLTable( ORptFilter& rImport 67 virtual ~OXMLTable();
|
H A D | xmlRow.hxx | 31 class OXMLTable; 35 OXMLTable* m_pContainer; 46 ,OXMLTable* _pContainer = NULL);
|
H A D | xmlColumn.hxx | 31 class OXMLTable; 34 OXMLTable* m_pContainer; 47 ,OXMLTable* _pContainer
|
H A D | xmlReportElementBase.hxx | 33 class OXMLTable; 47 OXMLTable* m_pContainer; 59 ,OXMLTable* _pContainer);
|
H A D | xmlCell.hxx | 32 class OXMLTable; 36 OXMLTable* m_pContainer; 52 ,OXMLTable* _pContainer
|
H A D | xmlFormattedField.hxx | 43 ,OXMLTable* _pContainer
|
H A D | xmlImage.hxx | 44 ,OXMLTable* _pContainer);
|
H A D | xmlFixedContent.hxx | 53 ,OXMLTable* _pContainer
|
H A D | xmlReport.hxx | 45 ,OXMLTable* _pContainer);
|
H A D | xmlSubDocument.hxx | 56 ,OXMLTable* _pContainer
|
H A D | xmlFormattedField.cxx | 48 ,OXMLTable* _pContainer in DBG_NAME()
|
H A D | xmlReportElementBase.cxx | 42 ,OXMLTable* _pContainer) : in OXMLReportElementBase()
|
H A D | xmlImage.cxx | 54 ,OXMLTable* _pContainer) : in DBG_NAME()
|
H A D | xmlSection.cxx | 135 pContext = new OXMLTable( rImport, _nPrefix, _rLocalName,xAttrList,m_xSection); in CreateChildContext()
|
H A D | xmlSubDocument.cxx | 49 ,OXMLTable* _pContainer in DBG_NAME()
|
H A D | xmlRow.cxx | 58 ,OXMLTable* _pContainer) : in DBG_NAME()
|
H A D | xmlColumn.cxx | 63 ,OXMLTable* _pContainer in DBG_NAME()
|
H A D | xmlFixedContent.cxx | 120 ,OXMLTable* _pContainer in DBG_NAME()
|
H A D | xmlReport.cxx | 51 ,OXMLTable* _pContainer) : in DBG_NAME()
|