Lines Matching refs:SdXMLShapeContext
144 TYPEINIT1( SdXMLShapeContext, SvXMLShapeContext );
146 SdXMLShapeContext::SdXMLShapeContext( in SdXMLShapeContext() function in SdXMLShapeContext
172 SdXMLShapeContext::~SdXMLShapeContext() in ~SdXMLShapeContext()
178 SvXMLImportContext *SdXMLShapeContext::CreateChildContext( sal_uInt16 p_nPrefix, in CreateChildContext()
257 void SdXMLShapeContext::addGluePoint( const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in addGluePoint()
343 void SdXMLShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>&) in StartElement()
348 void SdXMLShapeContext::EndElement() in EndElement()
420 void SdXMLShapeContext::AddShape(uno::Reference< drawing::XShape >& xShape) in AddShape()
496 void SdXMLShapeContext::AddShape(const char* pServiceName ) in AddShape()
535 void SdXMLShapeContext::SetTransformation() in SetTransformation()
602 void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = true */) in SetStyle()
745 void SdXMLShapeContext::SetLayer() in SetLayer()
767 void SdXMLShapeContext::SetThumbnail() in SetThumbnail()
796 void SdXMLShapeContext::processAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, co… in processAttribute()
910 sal_Bool SdXMLShapeContext::isPresentationShape() const in isPresentationShape()
912 …if( maPresentationClass.getLength() && (const_cast<SdXMLShapeContext*>(this))->GetImport().GetShap… in isPresentationShape()
929 void SdXMLShapeContext::onDemandRescueUsefulDataFromTemporary( const SvXMLImportContext& rCandidate… in onDemandRescueUsefulDataFromTemporary()
931 const SdXMLShapeContext* pCandidate = dynamic_cast< const SdXMLShapeContext* >(&rCandidate); in onDemandRescueUsefulDataFromTemporary()
946 …UniReference< XMLShapeImportHelper > xSourceShapeImportHelper(const_cast< SdXMLShapeContext* >(pCa… in onDemandRescueUsefulDataFromTemporary()
999 TYPEINIT1( SdXMLRectShapeContext, SdXMLShapeContext );
1008 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLRectShapeContext()
1033 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
1066 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
1073 TYPEINIT1( SdXMLLineShapeContext, SdXMLShapeContext );
1082 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLLineShapeContext()
1125 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
1188 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
1195 TYPEINIT1( SdXMLEllipseShapeContext, SdXMLShapeContext );
1204 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLEllipseShapeContext()
1283 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
1327 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
1334 TYPEINIT1( SdXMLPolygonShapeContext, SdXMLShapeContext );
1342 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLPolygonShapeContext()
1369 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
1445 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
1452 TYPEINIT1( SdXMLPathShapeContext, SdXMLShapeContext );
1461 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLPathShapeContext()
1491 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
1602 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
1612 TYPEINIT1( SdXMLTextBoxShapeContext, SdXMLShapeContext );
1621 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLTextBoxShapeContext()
1646 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
1779 SdXMLShapeContext::StartElement(mxAttrList); in StartElement()
1786 TYPEINIT1( SdXMLControlShapeContext, SdXMLShapeContext );
1795 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLControlShapeContext()
1819 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
1853 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
1860 TYPEINIT1( SdXMLConnectorShapeContext, SdXMLShapeContext );
1869 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLConnectorShapeContext()
2000 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
2117 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
2125 TYPEINIT1( SdXMLMeasureShapeContext, SdXMLShapeContext );
2134 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLMeasureShapeContext()
2176 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
2210 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
2234 SdXMLShapeContext::EndElement(); in EndElement()
2240 TYPEINIT1( SdXMLPageShapeContext, SdXMLShapeContext );
2249 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), mnPageNumbe… in SdXMLPageShapeContext()
2274 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
2330 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
2337 TYPEINIT1( SdXMLCaptionShapeContext, SdXMLShapeContext );
2346 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLCaptionShapeContext()
2411 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
2436 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
2442 TYPEINIT1( SdXMLGraphicObjectShapeContext, SdXMLShapeContext );
2451 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLGraphicObjectShapeContext()
2471 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
2551 SdXMLShapeContext::StartElement(mxAttrList); in StartElement()
2578 SdXMLShapeContext::EndElement(); in EndElement()
2605 pContext = SdXMLShapeContext::CreateChildContext(nPrefix, rLocalName, in CreateChildContext()
2621 TYPEINIT1( SdXMLChartShapeContext, SdXMLShapeContext );
2630 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLChartShapeContext()
2701 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
2713 SdXMLShapeContext::EndElement(); in EndElement()
2733 TYPEINIT1( SdXMLObjectShapeContext, SdXMLShapeContext );
2740 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLObjectShapeContext()
2878 SdXMLShapeContext::EndElement(); in EndElement()
2902 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
2945 pContext = SdXMLShapeContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
2952 TYPEINIT1( SdXMLAppletShapeContext, SdXMLShapeContext );
2959 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLAppletShapeContext()
3014 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
3069 SdXMLShapeContext::EndElement(); in EndElement()
3112 return SdXMLShapeContext::CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
3117 TYPEINIT1( SdXMLPluginShapeContext, SdXMLShapeContext );
3124 SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLPluginShapeContext()
3221 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
3341 SdXMLShapeContext::EndElement(); in EndElement()
3384 return SdXMLShapeContext::CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
3389 TYPEINIT1( SdXMLFloatingFrameShapeContext, SdXMLShapeContext );
3396 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLFloatingFrameShapeContext()
3461 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
3481 SdXMLShapeContext::EndElement(); in EndElement()
3486 TYPEINIT1( SdXMLFrameShapeContext, SdXMLShapeContext );
3493 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXMLFrameShapeContext()
3627 SdXMLShapeContext *pSContext = in CreateChildContext()
3628 PTR_CAST( SdXMLShapeContext, pImplContext ); in CreateChildContext()
3649 pContext = PTR_CAST( SdXMLShapeContext, pImplContext )->CreateChildContext( nPrefix, in CreateChildContext()
3654 SdXMLShapeContext *pSContext = dynamic_cast< SdXMLShapeContext* >( &mxImplContext ); in CreateChildContext()
3746 SdXMLShapeContext::EndElement(); in EndElement()
3755 TYPEINIT1( SdXMLCustomShapeContext, SdXMLShapeContext );
3764 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLCustomShapeContext()
3792 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
3833 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
3922 SdXMLShapeContext::EndElement(); in EndElement()
3943 pContext = SdXMLShapeContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
3952 TYPEINIT1( SdXMLTableShapeContext, SdXMLShapeContext );
3955 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, sal_False ) in SdXMLTableShapeContext()
4056 SdXMLShapeContext::EndElement(); in EndElement()
4091 SdXMLShapeContext::processAttribute( nPrefix, rLocalName, rValue ); in processAttribute()
4099 return SdXMLShapeContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()