Home
last modified time | relevance | path

Searched refs:rXAttributes (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/oox/source/drawingml/
H A Dtextparagraphpropertiescontext.cxx177 …text( sal_Int32 aElementToken, const Reference< XFastAttributeList >& rXAttributes ) throw (SAXExc… in createFastChildContext() argument
179 AttributeList aAttribs( rXAttributes ); in createFastChildContext()
206 …mrBulletList.setBulletSize( static_cast<sal_Int16>( GetPercent( rXAttributes->getOptionalValue( XM… in createFastChildContext()
210 …mrBulletList.setFontSize( static_cast<sal_Int16>(GetTextSize( rXAttributes->getOptionalValue( XML_… in createFastChildContext()
227 AttributeList attribs( rXAttributes ); in createFastChildContext()
229 sal_Int32 nType = rXAttributes->getValueToken( XML_type ); in createFastChildContext()
250 mrBulletList.setBulletChar( rXAttributes->getValue( XML_char ) ); in createFastChildContext()
260 xRet.set( new BlipFillContext( *this, rXAttributes, *mxBlipProps ) ); in createFastChildContext()
268 …xRet.set( new TextCharacterPropertiesContext( *this, rXAttributes, mrTextParagraphProperties.getTe… in createFastChildContext()
H A Dtextfieldcontext.cxx37 const Reference< XFastAttributeList >& rXAttributes, in TextFieldContext()
43 mrTextField.setUuid( rXAttributes->getOptionalValue( XML_id ) ); in TextFieldContext()
44 mrTextField.setType( rXAttributes->getOptionalValue( XML_type ) ); in TextFieldContext()
H A Dtextcharacterpropertiescontext.cxx47 const Reference< XFastAttributeList >& rXAttributes, in TextCharacterPropertiesContext()
52 AttributeList aAttribs( rXAttributes ); in TextCharacterPropertiesContext()
/aoo42x/main/oox/inc/oox/drawingml/
H A Dtextfieldcontext.hxx38 …t ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& rXAttributes,
43 … ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& rXAttributes )
H A Dtextcharacterpropertiescontext.hxx37 …const com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& rXAttributes,
H A Dtextparagraphpropertiescontext.hxx41 …const com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& rXAttributes,

Completed in 22 milliseconds