/aoo41x/main/udm/inc/udm/html/ |
H A D | htmlitem.hxx | 100 { *this << new csi::xml::AnAttribute(String("name"), i_sLabel); } in Label() 205 { *this << new csi::xml::AnAttribute(String("href"), i_sDestinaton); } in Link() 323 class ClassAttr : public csi::xml::AnAttribute 331 class StyleAttr : public csi::xml::AnAttribute 339 class SizeAttr : public csi::xml::AnAttribute 344 : csi::xml::AnAttribute( String("size"), i_sValue ) {} in SizeAttr() 347 class ColorAttr : public csi::xml::AnAttribute 355 class BgColorAttr : public csi::xml::AnAttribute 363 class AlignAttr : public csi::xml::AnAttribute 371 class VAlignAttr : public csi::xml::AnAttribute [all …]
|
/aoo41x/main/udm/source/html/ |
H A D | htmlitem.cxx | 72 *this << new AnAttribute(String("src"),i_sSrc) in Image() 73 << new AnAttribute(String("width"),i_sWidth) in Image() 74 << new AnAttribute(String("height"),i_sHeight) in Image() 75 << new AnAttribute(String("align"),i_sAlign) in Image() 76 << new AnAttribute(String("border"),i_sBorder); in Image() 131 *this << new AnAttribute(String("border"),i_sBorder); in Table() 133 *this << new AnAttribute(String("width"),i_sWidth); in Table() 135 *this << new AnAttribute(String("cellpadding"),i_sCellPadding); in Table() 137 *this << new AnAttribute(String("cellspacing"),i_sCellSpacing); in Table()
|
/aoo41x/main/udm/source/xml/ |
H A D | xmlitem.cxx | 450 AnAttribute::AnAttribute( const String & i_sName, in AnAttribute() function in csi::xml::AnAttribute 457 AnAttribute::AnAttribute( const char * i_sName, in AnAttribute() function in csi::xml::AnAttribute 464 AnAttribute::~AnAttribute() in ~AnAttribute() 469 AnAttribute::inq_Name() const in inq_Name() 475 AnAttribute::inq_Value() const in inq_Value()
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | navibar.cxx | 90 << new AnAttribute("size","-2") in Write2() 98 << new AnAttribute("size","-2") in Write2() 166 << new AnAttribute("size","-2") in Write2() 290 << new AnAttribute( "class", "navisub" ) in Write() 291 << new AnAttribute( "cellpadding", "0" ) in Write() 292 << new AnAttribute( "cellspacing", "3" ); in Write()
|
H A D | nav_main.cxx | 242 << new AnAttribute( "class", "navimain" ) in Write2() 243 << new AnAttribute( "border", "0" ) in Write2() 244 << new AnAttribute( "cellpadding", "1" ) in Write2() 245 << new AnAttribute( "cellspacing", "0" ); in Write2() 248 << new AnAttribute( "align", "center" ) in Write2() 249 << new AnAttribute( "valign", "top" ); in Write2()
|
H A D | html_kit.cxx | 171 *pTable << new AnAttribute("class", "expl-table"); in ExplanationTable() 208 *pTable << new AnAttribute("class", "param-table"); in ParameterTable() 230 *pTable << new AnAttribute("class", "flag-table"); in FlagTable() 231 *pTable << new AnAttribute("border", "1"); in FlagTable() 232 *pTable << new AnAttribute("cellspacing", "0"); in FlagTable()
|
H A D | hdimpl.cxx | 301 << new xml::AnAttribute( "border", "1" ) in Create_ChildListTable() 302 << new xml::AnAttribute( "cellpadding", "5" ) in Create_ChildListTable() 303 << new xml::AnAttribute( "cellspacing", "0" ) in Create_ChildListTable() 311 << new xml::AnAttribute( "colspan","2" ) in Create_ChildListTable()
|
H A D | outfile.cxx | 40 using csi::xml::AnAttribute; 371 << new xml::AnAttribute( "align", "center" ) in WriteBody()
|
H A D | pagemake.cxx | 386 << new xml::AnAttribute( "alt", C_sHFTitle_GlobalNamespaceCpp ) in RecursiveWrite_NamespaceLink() 404 << new xml::AnAttribute( "alt", C_sHFTypeTitle_Namespace) in RecursiveWrite_NamespaceLink()
|
H A D | hd_chlst.cxx | 458 << new xml::AnAttribute("valign", "top") in do_Process()
|
/aoo41x/main/autodoc/source/display/toolkit/ |
H A D | hf_funcdecl.cxx | 48 << new Xml::AnAttribute("border","0"); in HF_FunctionDeclaration() 65 << new Xml::AnAttribute("colspan", "3") in ReturnCell() 127 << new Xml::AnAttribute("align", "right") in ExceptionCell() 134 << new Xml::AnAttribute("colspan", "2") in ExceptionCell() 163 << new Xml::AnAttribute("border","0")
|
H A D | hf_navi_sub.cxx | 65 << new Xml::AnAttribute( "border", "0" ) in Setup_Row() 66 << new Xml::AnAttribute( "cellpadding", "0" ); in Setup_Row()
|
H A D | htmlfile.cxx | 36 using csi::xml::AnAttribute; 183 << new xml::AnAttribute( "align", "center" ) in WriteBody()
|
H A D | hf_navi_main.cxx | 113 << new Xml::AnAttribute( "border", "0" ) in HF_NaviMainRow() 114 << new Xml::AnAttribute( "cellpadding", "3" ) in HF_NaviMainRow()
|
H A D | hf_title.cxx | 149 << new Xml::AnAttribute(C_sColSpan, sColumns); in HF_SubTitleTable()
|
/aoo41x/main/udm/inc/udm/xml/ |
H A D | xmlitem.hxx | 285 class AnAttribute : public Attribute class 288 AnAttribute( 291 AnAttribute( 294 ~AnAttribute();
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_linklist.cxx | 78 << new Xml::AnAttribute("valign","top") ); in Add_Line() 134 << new Xml::AnAttribute("valign","top") in Add_Line()
|
H A D | hi_factory.cxx | 108 << new Xml::AnAttribute("style","font-family:monospace;"); in produce_Bases()
|