Searched refs:SdXMLTableShapeContext (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 3952 TYPEINIT1( SdXMLTableShapeContext, SdXMLShapeContext ); 3954 SdXMLTableShapeContext::SdXMLTableShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const rtl::… in SdXMLTableShapeContext() function in SdXMLTableShapeContext 3960 SdXMLTableShapeContext::~SdXMLTableShapeContext() in ~SdXMLTableShapeContext() 3964 void SdXMLTableShapeContext::StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star… in StartElement() 4051 void SdXMLTableShapeContext::EndElement() in EndElement() 4066 void SdXMLTableShapeContext::processAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalNam… in processAttribute() 4094 SvXMLImportContext* SdXMLTableShapeContext::CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OU… in CreateChildContext()
|
H A D | ximpshap.hxx | 654 class SdXMLTableShapeContext : public SdXMLShapeContext class 659 SdXMLTableShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, 663 virtual ~SdXMLTableShapeContext();
|
H A D | shapeimport.cxx | 962 pContext = new SdXMLTableShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes ); in CreateFrameChildContext()
|
Completed in 43 milliseconds