Lines Matching refs:m_pContainer

68 	,m_pContainer(_pContainer)  in DBG_NAME()
95 m_pContainer->setColumnSpanned(sValue.toInt32()); in DBG_NAME()
98 m_pContainer->setRowSpanned(sValue.toInt32()); in DBG_NAME()
128 pContext = new OXMLFixedContent( rImport, _nPrefix, _rLocalName,*m_pCell,m_pContainer); in CreateChildContext()
146 …rmattedField( rImport, _nPrefix, _rLocalName,xAttrList,xControl.get(),m_pContainer,XML_TOK_PAGE_CO… in CreateChildContext()
157 … pContext = new OXMLImage( rImport, _nPrefix, _rLocalName,xAttrList,xControl.get(),m_pContainer); in CreateChildContext()
164 m_nCurrentCount = m_pContainer->getSection()->getCount(); in CreateChildContext()
167 … = new OXMLSubDocument( rImport, _nPrefix, _rLocalName,xControl.get(),m_pContainer, this /* give t… in CreateChildContext()
172 pContext = new OXMLCell( rImport, _nPrefix, _rLocalName,xAttrList ,m_pContainer,this); in CreateChildContext()
178 m_nCurrentCount = m_pContainer->getSection()->getCount(); in CreateChildContext()
180 uno::Reference< drawing::XShapes > xShapes = m_pContainer->getSection().get(); in CreateChildContext()
190 m_pContainer->addCell(m_xComponent); in CreateChildContext()
202 const sal_Int32 nCount = m_pContainer->getSection()->getCount(); in EndElement()
205 … uno::Reference<report::XShape> xShape(m_pContainer->getSection()->getByIndex(i),uno::UNO_QUERY); in EndElement()
207 m_pContainer->addCell(xShape.get()); in EndElement()
221 m_pContainer->getSection()->add(m_xComponent.get()); in EndElement()
222 m_pContainer->addCell(m_xComponent); in EndElement()
231 m_pContainer->getSection()->add(m_xComponent.get()); in EndElement()
232 m_pContainer->addCell(m_xComponent); in EndElement()