Lines Matching refs:p_nPrefix

1527 		sal_uInt16 p_nPrefix,  in CreateChildContext()  argument
1536 if( XML_NAMESPACE_DRAW == p_nPrefix ) in CreateChildContext()
1564 GetImport(), p_nPrefix, rLocalName, xAttrList, xShapes, m_xAttrList ); in CreateChildContext()
1590 GetImport(), p_nPrefix, rLocalName, xAttrList, xShapes, m_xAttrList ); in CreateChildContext()
1607 p_nPrefix, in CreateChildContext()
1625 …else if(getSupportsMultipleContents() && XML_NAMESPACE_DRAW == p_nPrefix && IsXMLToken(rLocalName,… in CreateChildContext()
1630 p_nPrefix, in CreateChildContext()
1642 XML_NAMESPACE_DRAW == p_nPrefix && in CreateChildContext()
1650 p_nPrefix, rLocalName, xAttrList, xPropSet ); in CreateChildContext()
1657 if( XML_NAMESPACE_SVG == p_nPrefix ) in CreateChildContext()
1670 p_nPrefix, in CreateChildContext()
1680 p_nPrefix, in CreateChildContext()
1687 p_nPrefix, in CreateChildContext()
1694 else if( XML_NAMESPACE_DRAW == p_nPrefix ) 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()
1715 else if( (XML_NAMESPACE_OFFICE == p_nPrefix) && IsXMLToken( rLocalName, XML_EVENT_LISTENERS ) ) in CreateChildContext()
1726 pContext = new XMLEventsImportContext(GetImport(), p_nPrefix, in CreateChildContext()
1732 else if( p_nPrefix == XML_NAMESPACE_SVG && // #i68101# in CreateChildContext()
1735 pContext = m_xImplContext->CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1741 &m_xImplContext, p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1745 pContext = new SvXMLImportContext( GetImport(), p_nPrefix, rLocalName ); in CreateChildContext()