Home
last modified time | relevance | path

Searched refs:AnAttribute (Results 1 – 18 of 18) sorted by relevance

/trunk/main/autodoc/inc/udm/html/
H A Dhtmlitem.hxx100 { *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 …]
/trunk/main/autodoc/source/udm/html/
H A Dhtmlitem.cxx72 *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()
/trunk/main/autodoc/source/udm/xml/
H A Dxmlitem.cxx450 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()
/trunk/main/autodoc/source/display/html/
H A Dnavibar.cxx90 << 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 Dnav_main.cxx242 << 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 Dhtml_kit.cxx171 *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 Dhdimpl.cxx301 << 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 Doutfile.cxx40 using csi::xml::AnAttribute;
371 << new xml::AnAttribute( "align", "center" ) in WriteBody()
H A Dpagemake.cxx386 << new xml::AnAttribute( "alt", C_sHFTitle_GlobalNamespaceCpp ) in RecursiveWrite_NamespaceLink()
404 << new xml::AnAttribute( "alt", C_sHFTypeTitle_Namespace) in RecursiveWrite_NamespaceLink()
H A Dhd_chlst.cxx458 << new xml::AnAttribute("valign", "top") in do_Process()
/trunk/main/autodoc/source/display/toolkit/
H A Dhf_funcdecl.cxx48 << 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 Dhf_navi_sub.cxx65 << new Xml::AnAttribute( "border", "0" ) in Setup_Row()
66 << new Xml::AnAttribute( "cellpadding", "0" ); in Setup_Row()
H A Dhtmlfile.cxx36 using csi::xml::AnAttribute;
183 << new xml::AnAttribute( "align", "center" ) in WriteBody()
H A Dhf_navi_main.cxx113 << new Xml::AnAttribute( "border", "0" ) in HF_NaviMainRow()
114 << new Xml::AnAttribute( "cellpadding", "3" ) in HF_NaviMainRow()
H A Dhf_title.cxx149 << new Xml::AnAttribute(C_sColSpan, sColumns); in HF_SubTitleTable()
/trunk/main/autodoc/inc/udm/xml/
H A Dxmlitem.hxx285 class AnAttribute : public Attribute class
288 AnAttribute(
291 AnAttribute(
294 ~AnAttribute();
/trunk/main/autodoc/source/display/idl/
H A Dhfi_linklist.cxx78 << new Xml::AnAttribute("valign","top") ); in Add_Line()
134 << new Xml::AnAttribute("valign","top") in Add_Line()
H A Dhi_factory.cxx108 << new Xml::AnAttribute("style","font-family:monospace;"); in produce_Bases()

Completed in 65 milliseconds