Searched refs:XMLAttribute (Results 1 – 16 of 16) sorted by relevance
/trunk/main/l10ntools/layout/ |
H A D | tralay.cxx | 159 static XMLAttribute* 168 static XMLAttribute* 172 if ( XMLAttribute* a = findAttribute( lst, name ) ) in translateAttribute() 173 return lst->Replace ( new XMLAttribute( name.Copy( 1 ), translation ), a ); in translateAttribute() 182 std::vector<XMLAttribute*> interesting( interestingAttributes( attributes ) ); in translateElement() 187 std::vector<XMLAttribute*>::iterator i( interesting.begin() ); in translateElement()
|
H A D | layoutparse.cxx | 50 std::vector<XMLAttribute*> 53 std::vector<XMLAttribute*> interesting; in interestingAttributes() 66 std::vector<XMLAttribute*> interesting = interestingAttributes( element->GetAttributeList() ); in HandleElement() 70 std::vector<XMLAttribute*>::iterator i = interesting.begin(); in HandleElement()
|
H A D | layoutparse.hxx | 45 std::vector<XMLAttribute*> interestingAttributes( XMLAttributeList* lst );
|
/trunk/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 67 class XMLAttribute : public String class 74 XMLAttribute( in XMLAttribute() function in XMLAttribute 87 const XMLAttribute &rAttribute // the attribute which has to be equal in IsEqual() 94 DECLARE_LIST( XMLAttributeList, XMLAttribute * ) 364 XMLAttribute *GetAttribute(
|
/trunk/main/writerfilter/inc/resourcemodel/ |
H A D | TagLogger.hxx | 42 struct XMLAttribute struct 47 XMLAttribute(string sName, string sValue) in XMLAttribute() argument 64 typedef vector<XMLAttribute> XMLAttributes_t;
|
/trunk/main/offapi/com/sun/star/xml/csax/ |
H A D | XCompressedDocumentHandler.idl | 31 #include <com/sun/star/xml/csax/XMLAttribute.idl> 55 void _startElement( [in] string aName, [in] sequence< XMLAttribute > aAttributes)
|
H A D | XMLAttribute.idl | 34 struct XMLAttribute
|
/trunk/main/xmlsecurity/source/xmlsec/ |
H A D | xmldocumentwrapper_xmlsecimpl.cxx | 83 …tElement(rtl::OUString(RTL_UTF8_USTRINGPARAM( "root" )), cssu::Sequence<cssxcsax::XMLAttribute>()); in XMLDocumentWrapper_XmlSecImpl() 1013 cssu::Sequence< cssxcsax::XMLAttribute > aAttributes (nLength); in startElement() 1066 …tElement( const rtl::OUString& aName, const cssu::Sequence< cssxcsax::XMLAttribute >& aAttributes ) in _startElement()
|
H A D | saxhelper.cxx | 96 const xmlChar** attrlist_to_nxmlstr( const cssu::Sequence< cssxcsax::XMLAttribute >& aAttributes ) in attrlist_to_nxmlstr() 306 const cssu::Sequence< cssxcsax::XMLAttribute >& aAttributes ) in startElement()
|
H A D | saxhelper.hxx | 61 com::sun::star::xml::csax::XMLAttribute >& aAttributes )
|
H A D | xmldocumentwrapper_xmlsecimpl.hxx | 231 com::sun::star::xml::csax::XMLAttribute >& aAttributes )
|
/trunk/main/l10ntools/source/ |
H A D | xmlparse.cxx | 239 XMLAttribute *pAttribute = pList->GetObject( j ); in GetChildElement() 240 XMLAttribute *pCandidate = in GetChildElement() 806 pAttributes->Insert( new XMLAttribute( rAttribute, rValue ), LIST_APPEND ); in AddAttribute() 840 XMLAttribute *XMLElement::GetAttribute( const String &rName ) in GetAttribute()
|
/trunk/main/xmlsecurity/tools/demo/ |
H A D | performance.cxx | 260 com::sun::star::xml::csax::XMLAttribute > 370 com::sun::star::xml::csax::XMLAttribute >& xAttrList, 1572 const cssu::Sequence< cssxcsax::XMLAttribute >& attrList, in sendAncestorStartElementEvent()
|
/trunk/main/writerfilter/source/resourcemodel/ |
H A D | TagLogger.cxx | 36 XMLAttribute aAttr(sName, sValue); in addAttr()
|
/trunk/main/xmlsecurity/source/framework/ |
H A D | saxeventkeeperimpl.cxx | 1265 cssu::Sequence< cssxcsax::XMLAttribute > aAttributes (nLength); in startElement()
|
/trunk/main/offapi/ |
H A D | UnoApi_offapi.mk | 3686 offapi/com/sun/star/xml/csax/XMLAttribute \
|
Completed in 78 milliseconds