Lines Matching refs:mxImplContext
3496 mxImplContext(), in SdXMLFrameShapeContext()
3584 if( !mxImplContext.Is() ) in CreateChildContext()
3589 mxImplContext = pContext; in CreateChildContext()
3601 addContent(*mxImplContext); in CreateChildContext()
3610 mxImplContext = pContext; in CreateChildContext()
3618 addContent(*mxImplContext); in CreateChildContext()
3626 SvXMLImportContext *pImplContext = &mxImplContext; in CreateChildContext()
3648 SvXMLImportContext *pImplContext = &mxImplContext; in CreateChildContext()
3654 SdXMLShapeContext *pSContext = dynamic_cast< SdXMLShapeContext* >( &mxImplContext ); in CreateChildContext()
3690 if( !mxImplContext.Is() ) in EndElement()
3734 mxImplContext = GetImport().GetShapeImport()->CreateFrameChildContext( in EndElement()
3737 if( mxImplContext.Is() ) in EndElement()
3739 mxImplContext->StartElement( mxAttrList ); in EndElement()
3740 mxImplContext->EndElement(); in EndElement()
3745 mxImplContext = 0; in EndElement()