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()
1537 SvXMLImportContext *pContext = 0; in CreateChildContext() local
1569 pContext = GetImport().GetShapeImport()->CreateFrameChildContext( in CreateChildContext()
1595 pContext = GetImport().GetShapeImport()->CreateFrameChildContext( in CreateChildContext()
1609 if( !pContext ) in CreateChildContext()
1611 pContext = new XMLTextFrameContext_Impl( in CreateChildContext()
1622 m_xImplContext = pContext; in CreateChildContext()
1634 pContext = new XMLTextFrameContext_Impl( in CreateChildContext()
1644 m_xImplContext = pContext; in CreateChildContext()
1655 pContext = new XMLReplacementImageContext( GetImport(), in CreateChildContext()
1657 m_xReplImplContext = pContext; in CreateChildContext()
1675 pContext = new XMLTextFrameTitleOrDescContext_Impl( GetImport(), in CreateChildContext()
1685 pContext = new XMLTextFrameTitleOrDescContext_Impl( GetImport(), in CreateChildContext()
1692 pContext = new XMLTextFrameTitleOrDescContext_Impl( GetImport(), in CreateChildContext()
1706pContext = new XMLTextFrameContourContext_Impl( GetImport(), p_nPrefix, rLocalName, in CreateChildContext()
1712pContext = new XMLTextFrameContourContext_Impl( GetImport(), p_nPrefix, rLocalName, in CreateChildContext()
1718pContext = new XMLImageMapContext( GetImport(), p_nPrefix, rLocalName, xPropSet ); in CreateChildContext()
1732 pContext = new XMLEventsImportContext(GetImport(), p_nPrefix, in CreateChildContext()
1741 pContext = m_xImplContext->CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1746 pContext = GetImport().GetShapeImport()->CreateFrameChildContext( in CreateChildContext()
1750 if( !pContext ) in CreateChildContext()
1751 pContext = new SvXMLImportContext( GetImport(), p_nPrefix, rLocalName ); in CreateChildContext()
1753 return pContext; in CreateChildContext()
1769 SvXMLImportContext *pContext = &m_xImplContext; in GetAnchorType() local
1770 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext ); in GetAnchorType()
1780 SvXMLImportContext *pContext = &m_xImplContext; in GetTextContent() local
1781 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext ); in GetTextContent()
1792 SvXMLImportContext* pContext = &m_xImplContext; in GetShape() local
1793 SvXMLShapeContext* pImpl = PTR_CAST( SvXMLShapeContext, pContext ); in GetShape()