Lines Matching refs:nElement

62 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw (SAXException, Runtim…  in createFastChildContext()  argument
65 switch( nElement ) in createFastChildContext()
111 …sal_Int32 nElement, const Reference< XFastAttributeList >& ) throw (SAXException, RuntimeException) in createFastChildContext() argument
113 switch( nElement ) in createFastChildContext()
144 …sal_Int32 nElement, const Reference< XFastAttributeList >& ) throw (SAXException, RuntimeException) in createFastChildContext() argument
146 switch( nElement ) in createFastChildContext()
181 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw (SAXException, Runtim… in createFastChildContext() argument
184 switch( nElement ) in createFastChildContext()
188 mrBlipProps.moColorEffect = getBaseToken( nElement ); in createFastChildContext()
214 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw (SAXException, Runtim… in createFastChildContext() argument
217 switch( nElement ) in createFastChildContext()
235 mrBlipProps.moBitmapMode = getBaseToken( nElement ); in createFastChildContext()
245 mrBlipProps.moBitmapMode = getBaseToken( nElement ); in createFastChildContext()
265 sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) in createFastChildContext() argument
268 return createFillContext( *this, nElement, rxAttribs, mrFillProps ); in createFastChildContext()
272 ContextHandler& rParent, sal_Int32 nElement, in createFillContext() argument
275 switch( nElement ) in createFillContext()
277 case A_TOKEN( noFill ): { rFillProps.moFillType = getBaseToken( nElement ); return 0; }; in createFillContext()
278 …case A_TOKEN( solidFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new SolidFi… in createFillContext()
279 …case A_TOKEN( gradFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new Gradien… in createFillContext()
280 …case A_TOKEN( pattFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new Pattern… in createFillContext()
281 …case A_TOKEN( blipFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new BlipFil… in createFillContext()
282 …case A_TOKEN( grpFill ): { rFillProps.moFillType = getBaseToken( nElement ); return 0; }; //… in createFillContext()