Lines Matching refs:pContext
212 XMLTextFrameHint_Impl( SvXMLImportContext* pContext, in XMLTextFrameHint_Impl() argument
215 xContext( pContext ) in XMLTextFrameHint_Impl()
226 SvXMLImportContext *pContext = &xContext; in GetTextContent() local
227 if( pContext->ISA( XMLTextFrameContext ) ) in GetTextContent()
228 xTxt = PTR_CAST( XMLTextFrameContext, pContext )->GetTextContent(); in GetTextContent()
229 else if( pContext->ISA( XMLTextFrameHyperlinkContext ) ) in GetTextContent()
230 xTxt = PTR_CAST( XMLTextFrameHyperlinkContext, pContext ) in GetTextContent()
240 SvXMLImportContext *pContext = &xContext; in GetShape() local
241 if( pContext->ISA( XMLTextFrameContext ) ) in GetShape()
242 xShape = PTR_CAST( XMLTextFrameContext, pContext )->GetShape(); in GetShape()
243 else if( pContext->ISA( XMLTextFrameHyperlinkContext ) ) in GetShape()
244 xShape = PTR_CAST( XMLTextFrameHyperlinkContext, pContext )->GetShape(); in GetShape()
253 SvXMLImportContext *pContext = &xContext; in IsBoundAtChar() local
254 if( pContext->ISA( XMLTextFrameContext ) ) in IsBoundAtChar()
256 PTR_CAST( XMLTextFrameContext, pContext ) in IsBoundAtChar()
258 else if( pContext->ISA( XMLTextFrameHyperlinkContext ) ) in IsBoundAtChar()
260 PTR_CAST( XMLTextFrameHyperlinkContext, pContext ) in IsBoundAtChar()
273 XMLDrawHint_Impl( SvXMLShapeContext* pContext, in XMLDrawHint_Impl() argument
276 xContext( pContext ) in XMLDrawHint_Impl()