Searched refs:rXAttributes (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/oox/source/drawingml/ |
H A D | textparagraphpropertiescontext.cxx | 177 …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 D | textfieldcontext.cxx | 37 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 D | textcharacterpropertiescontext.cxx | 47 const Reference< XFastAttributeList >& rXAttributes, in TextCharacterPropertiesContext() 52 AttributeList aAttribs( rXAttributes ); in TextCharacterPropertiesContext()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | textfieldcontext.hxx | 38 …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 D | textcharacterpropertiescontext.hxx | 37 …const com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& rXAttributes,
|
H A D | textparagraphpropertiescontext.hxx | 41 …const com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& rXAttributes,
|
Completed in 15 milliseconds