Lines Matching refs:p_nPrefix
1533 sal_uInt16 p_nPrefix, in CreateChildContext() argument
1542 if( XML_NAMESPACE_DRAW == p_nPrefix ) in CreateChildContext()
1570 … GetImport(), p_nPrefix, rLocalName, xAttrList, xShapes, m_xAttrList ); in CreateChildContext()
1596 … GetImport(), p_nPrefix, rLocalName, xAttrList, xShapes, m_xAttrList ); in CreateChildContext()
1613 p_nPrefix, in CreateChildContext()
1631 …else if(getSupportsMultipleContents() && XML_NAMESPACE_DRAW == p_nPrefix && IsXMLToken(rLocalName,… in CreateChildContext()
1636 p_nPrefix, in CreateChildContext()
1648 XML_NAMESPACE_DRAW == p_nPrefix && in CreateChildContext()
1656 p_nPrefix, rLocalName, xAttrList, xPropSet ); in CreateChildContext()
1663 if( XML_NAMESPACE_SVG == p_nPrefix ) in CreateChildContext()
1676 p_nPrefix, in CreateChildContext()
1686 p_nPrefix, in CreateChildContext()
1693 p_nPrefix, in CreateChildContext()
1700 else if( XML_NAMESPACE_DRAW == p_nPrefix ) in CreateChildContext()
1706 … pContext = new XMLTextFrameContourContext_Impl( GetImport(), p_nPrefix, rLocalName, in CreateChildContext()
1712 … pContext = new XMLTextFrameContourContext_Impl( GetImport(), p_nPrefix, rLocalName, in CreateChildContext()
1718 … pContext = new XMLImageMapContext( GetImport(), p_nPrefix, rLocalName, xPropSet ); in CreateChildContext()
1721 … else if( (XML_NAMESPACE_OFFICE == p_nPrefix) && IsXMLToken( rLocalName, XML_EVENT_LISTENERS ) ) in CreateChildContext()
1732 pContext = new XMLEventsImportContext(GetImport(), p_nPrefix, in CreateChildContext()
1738 else if( p_nPrefix == XML_NAMESPACE_SVG && // #i68101# in CreateChildContext()
1741 pContext = m_xImplContext->CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1747 &m_xImplContext, p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1751 pContext = new SvXMLImportContext( GetImport(), p_nPrefix, rLocalName ); in CreateChildContext()