| /AOO41X/main/xmlscript/source/xmldlg_imexp/ |
| H A D | xmldlg_export.cxx | 72 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), _… in createElement() 81 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":background-colo… in createElement() 92 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text-color") ), in createElement() 103 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":textline-color"… in createElement() 114 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":fill-color") ), in createElement() 124 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement() 128 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement() 132 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement() 140 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":border"), in createElement() 156 pStyle->addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":look"), in createElement() [all …]
|
| H A D | xmldlg_expmodels.cxx | 79 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readButtonModel() 107 addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":toggled"), OUSTR("1") ); in readButtonModel() 121 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readButtonModel() 125 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), 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() 187 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readCheckBoxModel() 191 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readCheckBoxModel() 222 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readComboBoxModel() 262 … item->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ), in readComboBoxModel() [all …]
|
| H A D | exp_share.hxx | 159 { addAttribute( rAttrName, ::rtl::OUString::valueOf(bValue) ); } in addBoolAttr() 226 addAttribute( attrName, ::rtl::OUString::valueOf(v) ); in read()
|
| /AOO41X/main/writerperfect/source/filter/ |
| H A D | DocumentCollector.cxx | 151 defaultParagraphStyleOpenElement.addAttribute("style:family", "paragraph"); in _writeDefaultStyles() 155 defaultParagraphStylePropertiesOpenElement.addAttribute("style:family", "paragraph"); in _writeDefaultStyles() 156 defaultParagraphStylePropertiesOpenElement.addAttribute("style:tab-stop-distance", "0.5inch"); in _writeDefaultStyles() 165 standardStyleOpenElement.addAttribute("style:name", "Standard"); in _writeDefaultStyles() 166 standardStyleOpenElement.addAttribute("style:family", "paragraph"); in _writeDefaultStyles() 167 standardStyleOpenElement.addAttribute("style:class", "text"); in _writeDefaultStyles() 173 textBodyStyleOpenElement.addAttribute("style:name", "Text Body"); in _writeDefaultStyles() 174 textBodyStyleOpenElement.addAttribute("style:family", "paragraph"); in _writeDefaultStyles() 175 textBodyStyleOpenElement.addAttribute("style:parent-style-name", "Standard"); in _writeDefaultStyles() 176 textBodyStyleOpenElement.addAttribute("style:class", "text"); in _writeDefaultStyles() [all …]
|
| H A D | ListStyle.cxx | 50 listLevelStyleOpen.addAttribute("text:level", sLevel); in write() 51 listLevelStyleOpen.addAttribute("text:style-name", "Numbering Symbols"); in write() 53 … listLevelStyleOpen.addAttribute("style:num-prefix", mPropList["style:num-prefix"]->getStr()); in write() 55 … listLevelStyleOpen.addAttribute("style:num-suffix", mPropList["style:num-suffix"]->getStr()); in write() 57 … listLevelStyleOpen.addAttribute("style:num-format", mPropList["style:num-format"]->getStr()); in write() 59 … listLevelStyleOpen.addAttribute("text:start-value", mPropList["text:start-value"]->getStr()); in write() 64 … stylePropertiesOpen.addAttribute("text:space-before", mPropList["text:space-before"]->getStr()); in write() 66 …stylePropertiesOpen.addAttribute("text:min-label-width", mPropList["text:min-label-width"]->getStr… in write() 68 …stylePropertiesOpen.addAttribute("text:min-label-distance", mPropList["text:min-label-distance"]->… in write() 93 listLevelStyleOpen.addAttribute("text:level", sLevel); in write() [all …]
|
| H A D | TableStyle.cxx | 48 styleOpen.addAttribute("style:name", getName()); in write() 49 styleOpen.addAttribute("style:family", "table-cell"); in write() 77 styleOpen.addAttribute("style:name", getName()); in write() 78 styleOpen.addAttribute("style:family", "table-row"); in write() 83 …stylePropertiesOpen.addAttribute("style:min-row-height", mPropList["style:min-row-height"]->getStr… in write() 85 … stylePropertiesOpen.addAttribute("style:row-height", mPropList["style:row-height"]->getStr()); in write() 114 styleOpen.addAttribute("style:name", getName()); in write() 115 styleOpen.addAttribute("style:family", "table"); in write() 117 styleOpen.addAttribute("style:master-page-name", getMasterPageName()->cstr()); in write() 122 stylePropertiesOpen.addAttribute("table:align", mPropList["table:align"]->getStr()); in write() [all …]
|
| H A D | FontStyle.cxx | 44 styleOpen.addAttribute("style:name", getName()); in write() 45 styleOpen.addAttribute("fo:font-family", msFontFamily); in write() 46 styleOpen.addAttribute("style:font-pitch", msFontPitch); in write()
|
| H A D | SectionStyle.cxx | 50 styleOpen.addAttribute("style:name", getName()); in write() 51 styleOpen.addAttribute("style:family", "section"); in write()
|
| H A D | DocumentElement.hxx | 66 void addAttribute(const char *szAttributeName, const WPXString &sAttributeValue);
|
| H A D | DocumentElement.cxx | 49 void TagOpenElement::addAttribute(const char *szAttributeName, const WPXString &sAttributeValue) in addAttribute() function in TagOpenElement
|
| /AOO41X/main/scripting/source/storage/ |
| H A D | ScriptElement.cxx | 53 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() 70 subxel->addAttribute( OUSTR( "value" ), mp_it->second.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() 110 subxel->addAttribute( OUSTR( "value" ), vp_it->second ); in ScriptElement() 125 xel->addAttribute( OUSTR( "name" ), fm_it->first ); in ScriptElement() [all …]
|
| /AOO41X/main/xmlscript/source/xmllib_imexp/ |
| H A D | xmllib_export.cxx | 64 …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 …]
|
| /AOO41X/main/xmlscript/source/xmlflat_imexp/ |
| H A D | xmlbas_export.cxx | 234 …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()
|
| /AOO41X/main/xmlscript/source/xmlmod_imexp/ |
| H A D | xmlmod_export.cxx | 57 … pModElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_SCRIPT_PREFIX) ), in exportScriptModule() 60 pModElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_SCRIPT_PREFIX ":name") ), in exportScriptModule() 62 …pModElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_SCRIPT_PREFIX ":language") … in exportScriptModule() 65 …pModElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_SCRIPT_PREFIX ":moduleType"… in exportScriptModule()
|
| /AOO41X/main/unotools/source/config/ |
| H A D | xmlaccelcfg.cxx | 67 …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()
|
| /AOO41X/main/vcl/aqua/source/a11y/ |
| H A D | aqua11ytextattributeswrapper.mm | 111 [ 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 ];
|
| /AOO41X/main/sax/test/ |
| H A D | saxdemo.cxx | 275 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()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | DomExport.cxx | 172 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()
|
| /AOO41X/main/sax/test/sax/ |
| H A D | testwriter.cxx | 170 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()
|
| /AOO41X/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 257 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()
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
| H A D | BookSettings.java | 160 public void addAttribute(String name, String value) { in addAttribute() method in BookSettings 204 addAttribute(name, s); in readNode()
|
| H A D | SheetSettings.java | 294 public void addAttribute(String name, String value) { in addAttribute() method in SheetSettings 360 addAttribute(name, s); in readNode()
|
| /AOO41X/main/filter/source/xsltfilter/ |
| H A D | uof2merge.cxx | 72 void addAttribute( const UOF2Attribute& rAttribute ); 92 void UOF2AttributeList::addAttribute( const UOF2Attribute& rAttribute ) in addAttribute() function in XSLT::UOF2AttributeList 233 pUOF2AttrList->addAttribute( in startElement()
|
| /AOO41X/main/dbaccess/source/core/recovery/ |
| H A D | subcomponentrecovery.cxx | 245 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()
|
| H A D | storagexmlstream.hxx | 63 … void addAttribute( const ::rtl::OUString& i_rName, const ::rtl::OUString& i_rValue ) const;
|