Home
last modified time | relevance | path

Searched refs:mxAttributes (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx191 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()
H A Dfastparser.hxx80 ::rtl::Reference< FastAttributeList > mxAttributes;
/trunk/main/toolkit/source/layout/core/
H A Dimport.hxx179 css::uno::Reference< css::xml::input::XAttributes > mxAttributes; member in layoutimpl::ElementBase
198 { return mxAttributes; } in getAttributes()
H A Dimport.cxx188 , mxAttributes( xAttributes ) in ElementBase()

Completed in 29 milliseconds