Lines Matching refs:nPrefix

95 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
125 SvXMLImportContext *SvxXMLTableImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUStrin… in CreateChildContext() argument
127 if( XML_NAMESPACE_DRAW == nPrefix ) in CreateChildContext()
181 importColor( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
184 importMarker( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
187 importDash( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
190 importHatch( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
193 importGradient( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
196 importBitmap( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
219 return new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
232 sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( rFullAttrName, &aLocalName ); in importColor() local
235 if( XML_NAMESPACE_DRAW == nPrefix ) in importColor()
442 SvXMLImportContext *SvxXMLXTableImport::CreateContext( sal_uInt16 nPrefix, const OUString& rLocalNa… in CreateContext() argument
444 if( XML_NAMESPACE_OOO == nPrefix || in CreateContext()
445 XML_NAMESPACE_OFFICE == nPrefix ) in CreateContext()
447 sal_Bool bOOoFormat = (XML_NAMESPACE_OFFICE == nPrefix); in CreateContext()
453 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_color, mrTable, … in CreateContext()
458 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_marker, mrTable,… in CreateContext()
463 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_dash, mrTable, b… in CreateContext()
468 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_hatch, mrTable, … in CreateContext()
473 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_gradient, mrTabl… in CreateContext()
478 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_bitmap, mrTable,… in CreateContext()
482 return new SvXMLImportContext( *this, nPrefix, rLocalName ); in CreateContext()