Home
last modified time | relevance | path

Searched refs:m_xImplContext (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx1387 SvXMLImportContext *pContext = &m_xImplContext; in CreateIfNotThere()
1398 SvXMLImportContext *pContext = &m_xImplContext; in CreateIfNotThere()
1493 SvXMLImportContext *pContext = &m_xImplContext; in EndElement()
1539 if( !m_xImplContext.Is() ) in CreateChildContext()
1622 m_xImplContext = pContext; in CreateChildContext()
1626 addContent(*m_xImplContext); in CreateChildContext()
1644 m_xImplContext = pContext; in CreateChildContext()
1645 addContent(*m_xImplContext); in CreateChildContext()
1660 else if( m_xImplContext->ISA( XMLTextFrameContext_Impl ) ) in CreateChildContext()
1741 pContext = m_xImplContext->CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
[all …]
H A DXMLTextFrameContext.hxx45 SvXMLImportContextRef m_xImplContext; member in XMLTextFrameContext