Home
last modified time | relevance | path

Searched refs:XMLAttribute (Results 1 – 16 of 16) sorted by relevance

/trunk/main/l10ntools/layout/
H A Dtralay.cxx159 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 Dlayoutparse.cxx50 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 Dlayoutparse.hxx45 std::vector<XMLAttribute*> interestingAttributes( XMLAttributeList* lst );
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx67 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 DTagLogger.hxx42 struct XMLAttribute struct
47 XMLAttribute(string sName, string sValue) in XMLAttribute() function
64 typedef vector<XMLAttribute> XMLAttributes_t;
/trunk/main/offapi/com/sun/star/xml/csax/
H A DXCompressedDocumentHandler.idl31 #include <com/sun/star/xml/csax/XMLAttribute.idl>
55 void _startElement( [in] string aName, [in] sequence< XMLAttribute > aAttributes)
H A DXMLAttribute.idl34 struct XMLAttribute
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx83 …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 Dsaxhelper.cxx96 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 Dsaxhelper.hxx61 com::sun::star::xml::csax::XMLAttribute >& aAttributes )
H A Dxmldocumentwrapper_xmlsecimpl.hxx231 com::sun::star::xml::csax::XMLAttribute >& aAttributes )
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx239 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 Dperformance.cxx260 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 DTagLogger.cxx36 XMLAttribute aAttr(sName, sValue); in addAttr()
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx1265 cssu::Sequence< cssxcsax::XMLAttribute > aAttributes (nLength); in startElement()
/trunk/main/offapi/
H A DUnoApi_offapi.mk3686 offapi/com/sun/star/xml/csax/XMLAttribute \

Completed in 71 milliseconds