Home
last modified time | relevance | path

Searched refs:addAttribute (Results 1 – 25 of 26) sorted by path

12

/trunk/main/dbaccess/source/core/recovery/
H A Dstoragexmlstream.cxx113 …void StorageXMLOutputStream::addAttribute( const ::rtl::OUString& i_rName, const ::rtl::OUString& … in addAttribute() function in dbaccess::StorageXMLOutputStream
H A Dstoragexmlstream.hxx63 … void addAttribute( const ::rtl::OUString& i_rName, const ::rtl::OUString& i_rValue ) const;
H A Dsubcomponentrecovery.cxx245 m_rDelegator.addAttribute( impl_prefix( i_eName ), i_rValue ); in AddAttribute()
251 … m_rDelegator.addAttribute( impl_prefix( i_eName ), ::xmloff::token::GetXMLToken( i_eValue ) ); in AddAttribute()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx257 void addAttribute( const UString &sName , const UString &sType , const UString &sValue );
380 void AttributeListImpl::addAttribute( const UString &sName , in addAttribute() function in AttributeListImpl
585 pList->addAttribute( L"Arg1" , L"CDATA" , L"bla\n u" ); in testSimple()
586 pList->addAttribute( L"Arg2" , L"CDATA" , L"blub" ); in testSimple()
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx72 void addAttribute( const UOF2Attribute& rAttribute );
92 void UOF2AttributeList::addAttribute( const UOF2Attribute& rAttribute ) in addAttribute() function in XSLT::UOF2AttributeList
233 pUOF2AttrList->addAttribute( in startElement()
/trunk/main/sax/source/expatwrap/
H A Dattrlistimpl.cxx152 void AttributeList::addAttribute( const OUString &sName , in addAttribute() function in sax_expatwrap::AttributeList
H A Dattrlistimpl.hxx49 void addAttribute( const ::rtl::OUString &sName ,
H A Dsax_expat.cxx792 pImpl->pAttrList->addAttribute( in callbackStartElement()
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx170 void addAttribute( const OUString &sName ,
286 void AttributeListImpl::addAttribute( const OUString &sName , in addAttribute() function in sax_test::AttributeListImpl
485 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg1" )), in testSimple()
488 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg2")) , in testSimple()
/trunk/main/sax/test/
H A Dsaxdemo.cxx275 void addAttribute( const OUString &sName ,
391 void AttributeListImpl::addAttribute( const OUString &sName , in addAttribute() function in AttributeListImpl
595 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg1" )), in main()
598 pList->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("Arg2")) , in main()
/trunk/main/scripting/source/storage/
H A DScriptElement.cxx53 addAttribute( OUSTR( "language" ), sII.language ); in ScriptElement()
54 addAttribute( OUSTR( "xmlns:parcel" ), OUSTR( "scripting.dtd" ) ); in ScriptElement()
56 xScriptElt->addAttribute( OUSTR( "language" ), sII.language ); in ScriptElement()
66 xel->addAttribute( OUSTR( "lang" ), mp_it->first ); in ScriptElement()
87 xel->addAttribute( OUSTR( "value" ), sII.functionname ); in ScriptElement()
94 xel->addAttribute( OUSTR( "value" ), sII.logicalname ); in ScriptElement()
109 subxel->addAttribute( OUSTR( "name" ), vp_it->first ); in ScriptElement()
125 xel->addAttribute( OUSTR( "name" ), fm_it->first ); in ScriptElement()
133 subxel->addAttribute( OUSTR( "name" ), vp_it->first ); in ScriptElement()
134 subxel->addAttribute( OUSTR("value"), vp_it->second ); in ScriptElement()
[all …]
H A DXMLElement.cxx37 void XMLElement::addAttribute( OUString const & rAttrName, OUString const & rValue ) in addAttribute() function in scripting_impl::XMLElement
H A DXMLElement.hxx81 void SAL_CALL addAttribute( ::rtl::OUString const & rAttrName,
/trunk/main/unotools/source/config/
H A Dxmlaccelcfg.cxx67 …void addAttribute( const ::rtl::OUString &sName , const ::rtl::OUString &sType , const ::rtl::OUSt…
178 void AttributeListImpl::addAttribute( const OUString &sName , in addAttribute() function in AttributeListImpl
390 pAcceleratorAttributes->addAttribute( in WriteAcceleratorItem()
395 pAcceleratorAttributes->addAttribute( in WriteAcceleratorItem()
400 pAcceleratorAttributes->addAttribute( in WriteAcceleratorItem()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm111 [ string addAttribute: attribute value: (id) aColorRef range: range ];
124 [ string addAttribute: NSAccessibilityFontTextAttribute
161 …[ string addAttribute: NSAccessibilityUnderlineTextAttribute value: [ NSNumber numberWithInt: styl…
173 …[ string addAttribute: NSAccessibilityStrikethroughTextAttribute value: [ NSNumber numberWithBool:…
177 …[ string addAttribute: NSAccessibilityShadowTextAttribute value: [ NSNumber numberWithBool: YES ] …
193 … [ string addAttribute: NSAccessibilitySuperscriptTextAttribute value: number range: range ];
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java160 public void addAttribute(String name, String value) { in addAttribute() method in BookSettings
204 addAttribute(name, s); in readNode()
H A DSheetSettings.java294 public void addAttribute(String name, String value) { in addAttribute() method in SheetSettings
360 addAttribute(name, s); in readNode()
/trunk/main/xmloff/source/core/
H A DDomExport.cxx172 void addAttribute( const Reference<XAttr>& );
257 void DomExport::addAttribute( const Reference<XAttr>& xAttribute ) in addAttribute() function in DomExport
272 addAttribute( Reference<XAttr>( xAttributes->item( n ), UNO_QUERY_THROW ) ); in element()
/trunk/main/xmlscript/inc/xmlscript/
H A Dxml_helper.hxx74 void SAL_CALL addAttribute( ::rtl::OUString const & rAttrName, ::rtl::OUString const & rValue )
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_element.cxx38 void XMLElement::addAttribute( OUString const & rAttrName, OUString const & rValue ) in addAttribute() function in xmlscript::XMLElement
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx161 { addAttribute( rAttrName, ::rtl::OUString::valueOf(bValue) ); } in addBoolAttr()
228 addAttribute( attrName, ::rtl::OUString::valueOf(v) ); in read()
H A Dxmldlg_expmodels.cxx79 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readButtonModel()
107 addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":toggled"), OUSTR("1") ); in readButtonModel()
154 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readCheckBoxModel()
178 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tristate") ), in readCheckBoxModel()
222 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readComboBoxModel()
289 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readListBoxModel()
364 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readRadioButtonModel()
980 addAttribute( in readFormattedFieldModel()
985 addAttribute( in readFormattedFieldModel()
1119 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_DIALOGS_PREFIX) ), in readDialogModel()
[all …]
H A Dxmldlg_export.cxx499 pStyle->addAttribute( in createElement()
504 pStyle->addAttribute( in createElement()
518 pStyle->addAttribute( in createElement()
523 pStyle->addAttribute( in createElement()
528 pStyle->addAttribute( in createElement()
533 pStyle->addAttribute( in createElement()
538 pStyle->addAttribute( in createElement()
543 pStyle->addAttribute( in createElement()
569 addAttribute( in addNumberFormatAttr()
586 addAttribute( in addNumberFormatAttr()
[all …]
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_export.cxx234 …pLibContElement->addAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "xmlns:" ) ) + aPrefi… in filter()
238 …pLibContElement->addAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "xmlns:" XMLNS_XLINK_… in filter()
285 … pLibElement->addAttribute( aPrefix + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ":name" ) ), in filter()
292 …pLibElement->addAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( XMLNS_XLINK_PREFIX ":href… in filter()
296 …pLibElement->addAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( XMLNS_XLINK_PREFIX ":type… in filter()
303 …pLibElement->addAttribute( aPrefix + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ":readonly" ) ), in filter()
325 … pLibElement->addAttribute( aPrefix + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ":name" ) ), in filter()
331 …pLibElement->addAttribute( aPrefix + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ":readonly" ) ), in filter()
368 … pModElement->addAttribute( aPrefix + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ":name" ) ), in filter()
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx64 pLibsElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_LIBRARY_PREFIX) ), in exportLibraryContainer()
66 pLibsElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_XLINK_PREFIX) ), in exportLibraryContainer()
83 pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":name") ), in exportLibraryContainer()
89 pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_XLINK_PREFIX ":href") ), in exportLibraryContainer()
91 pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_XLINK_PREFIX ":type") ), in exportLibraryContainer()
95 pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":link") ), in exportLibraryContainer()
100 …pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":readonly")… in exportLibraryContainer()
134 pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_LIBRARY_PREFIX) ), in exportLibrary()
137 pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":name") ), in exportLibrary()
140 …pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":readonly")… in exportLibrary()
[all …]

Completed in 136 milliseconds

12