Searched refs:mxAttributes (Results 1 – 4 of 4) sorted by relevance
191 mxAttributes.set( new FastAttributeList( mxTokenHandler ) ); in Entity()711 rEntity.mxAttributes->clear(); in callbackStartElement()770 rEntity.mxAttributes->add( nAttributeToken, aIt->maValue ); in callbackStartElement()772 … rEntity.mxAttributes->addUnknown( GetNamespaceURL( aIt->maPrefix ), aIt->maName, aIt->maValue ); in callbackStartElement()778 rEntity.mxAttributes->add( nAttributeToken, aIt->maValue ); in callbackStartElement()780 rEntity.mxAttributes->addUnknown( aIt->maName, aIt->maValue ); in callbackStartElement()794 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()
Completed in 20 milliseconds