Lines Matching refs:pContext
1144 SvXMLImportContext *pContext = 0; in CreateChildContext() local
1151 pContext = new XMLTextFrameParam_Impl( GetImport(), in CreateChildContext()
1174 pContext = new XMLBase64ImportContext( GetImport(), nPrefix, in CreateChildContext()
1182 if( !pContext && in CreateChildContext()
1209 pContext = pEContext; in CreateChildContext()
1212 if( !pContext && xOldTextCursor.is() ) // text-box in CreateChildContext()
1213 pContext = GetImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
1217 if( !pContext ) in CreateChildContext()
1218 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
1220 return pContext; in CreateChildContext()
1387 SvXMLImportContext *pContext = &m_xImplContext; in CreateIfNotThere() local
1388 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext ); in CreateIfNotThere()
1398 SvXMLImportContext *pContext = &m_xImplContext; in CreateIfNotThere() local
1399 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext ); in CreateIfNotThere()
1493 SvXMLImportContext *pContext = &m_xImplContext; in EndElement() local
1494 XMLTextFrameContext_Impl *pImpl = dynamic_cast< XMLTextFrameContext_Impl* >(pContext); in EndElement()
1531 SvXMLImportContext *pContext = 0; in CreateChildContext() local
1563 pContext = GetImport().GetShapeImport()->CreateFrameChildContext( in CreateChildContext()
1589 pContext = GetImport().GetShapeImport()->CreateFrameChildContext( in CreateChildContext()
1603 if( !pContext ) in CreateChildContext()
1605 pContext = new XMLTextFrameContext_Impl( in CreateChildContext()
1616 m_xImplContext = pContext; in CreateChildContext()
1628 pContext = new XMLTextFrameContext_Impl( in CreateChildContext()
1638 m_xImplContext = pContext; in CreateChildContext()
1649 pContext = new XMLReplacementImageContext( GetImport(), in CreateChildContext()
1651 m_xReplImplContext = pContext; in CreateChildContext()
1669 pContext = new XMLTextFrameTitleOrDescContext_Impl( GetImport(), in CreateChildContext()
1679 pContext = new XMLTextFrameTitleOrDescContext_Impl( GetImport(), in CreateChildContext()
1686 pContext = new XMLTextFrameTitleOrDescContext_Impl( GetImport(), in CreateChildContext()
1700 pContext = new XMLTextFrameContourContext_Impl( GetImport(), p_nPrefix, rLocalName, in CreateChildContext()
1706 pContext = new XMLTextFrameContourContext_Impl( GetImport(), p_nPrefix, rLocalName, in CreateChildContext()
1712 pContext = new XMLImageMapContext( GetImport(), p_nPrefix, rLocalName, xPropSet ); in CreateChildContext()
1726 pContext = new XMLEventsImportContext(GetImport(), p_nPrefix, in CreateChildContext()
1735 pContext = m_xImplContext->CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1740 pContext = GetImport().GetShapeImport()->CreateFrameChildContext( in CreateChildContext()
1744 if( !pContext ) in CreateChildContext()
1745 pContext = new SvXMLImportContext( GetImport(), p_nPrefix, rLocalName ); in CreateChildContext()
1747 return pContext; in CreateChildContext()
1763 SvXMLImportContext *pContext = &m_xImplContext; in GetAnchorType() local
1764 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext ); in GetAnchorType()
1774 SvXMLImportContext *pContext = &m_xImplContext; in GetTextContent() local
1775 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext ); in GetTextContent()
1786 SvXMLImportContext* pContext = &m_xImplContext; in GetShape() local
1787 SvXMLShapeContext* pImpl = PTR_CAST( SvXMLShapeContext, pContext ); in GetShape()