Searched refs:mxAttributes (Results 1 – 4 of 4) sorted by relevance
191 mxAttributes.set( new FastAttributeList( mxTokenHandler ) ); in Entity()716 rEntity.mxAttributes->clear(); in callbackStartElement()775 rEntity.mxAttributes->add( nAttributeToken, aIt->maValue ); in callbackStartElement()777 … rEntity.mxAttributes->addUnknown( GetNamespaceURL( aIt->maPrefix ), aIt->maName, aIt->maValue ); in callbackStartElement()783 rEntity.mxAttributes->add( nAttributeToken, aIt->maValue ); in callbackStartElement()785 rEntity.mxAttributes->addUnknown( aIt->maName, aIt->maValue ); in callbackStartElement()799 Reference< XFastAttributeList > xAttr( rEntity.mxAttributes.get() ); in callbackStartElement()
80 ::rtl::Reference< FastAttributeList > mxAttributes;
179 css::uno::Reference< css::xml::input::XAttributes > mxAttributes; member in layoutimpl::ElementBase198 { return mxAttributes; } in getAttributes()
188 , mxAttributes( xAttributes ) in ElementBase()