Lines Matching refs:nElement
150 ContextHandlerRef ShapeLayoutContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAt… in onCreateContext() argument
152 switch( nElement ) in onCreateContext()
240 ShapeContainer& rShapes, sal_Int32 nElement, const AttributeList& rAttribs ) in createShapeContext() argument
242 switch( nElement ) in createShapeContext()
303 ContextHandlerRef ShapeTypeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttr… in onCreateContext() argument
305 if( isRootElement() ) switch( nElement ) in onCreateContext()
385 ContextHandlerRef ShapeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument
388 if( isRootElement() ) switch( nElement ) in onCreateContext()
396 return ShapeTypeContext::onCreateContext( nElement, rAttribs ); in onCreateContext()
419 ContextHandlerRef GroupShapeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext() argument
422 ContextHandlerRef xContext = createShapeContext( *this, mrShapes, nElement, rAttribs ); in onCreateContext()
424 return xContext.get() ? xContext : ShapeContext::onCreateContext( nElement, rAttribs ); in onCreateContext()