summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/display/html/nav_main.cxx33
-rw-r--r--autodoc/source/display/html/opageenv.cxx10
2 files changed, 16 insertions, 27 deletions
diff --git a/autodoc/source/display/html/nav_main.cxx b/autodoc/source/display/html/nav_main.cxx
index e61660f961cf..5c53757ed94b 100644
--- a/autodoc/source/display/html/nav_main.cxx
+++ b/autodoc/source/display/html/nav_main.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: nav_main.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:24 $
+ * last change: $Author: vg $ $Date: 2005-03-23 08:57:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,16 +151,10 @@ MainRowItem::do_Write2( TableRow & o_rOut )
TableCell & rCell = o_rOut.AddCell();
rCell
- << new AnAttribute( "bgcolor", "#eeeeff" )
+ << new ClassAttr( "navimain" )
<< new XmlCode("&nbsp;")
>> *new Link(sLink.c_str())
- << new AnAttribute( "alt", sTip.c_str() )
- >> *new AnElement( "font")
- << new AnAttribute( "family", "Arial" )
- << new AnAttribute( "color", "#000000" )
- << new AnAttribute( "size", "+1" )
- >> *new Bold
- << sText.c_str();
+ << sText.c_str();
rCell
<< new XmlCode("&nbsp;");
}
@@ -184,15 +178,9 @@ SelectedItem::do_Write2( TableRow & o_rOut )
TableCell & rCell = o_rOut.AddCell();
rCell
- << new AnAttribute( "bgcolor", "#2222ad" )
+ << new ClassAttr( "navimainself" )
<< new XmlCode("&nbsp;")
- >> *new AnElement( "font")
- << new AnAttribute( "family", "Arial" )
- << new AnAttribute( "color", "#ffffff" )
- << new AnAttribute( "size", "+1" )
- >> *new Bold
- << sText.c_str();
- rCell
+ << sText.c_str()
<< new XmlCode("&nbsp;");
}
@@ -214,14 +202,9 @@ UnavailableItem::do_Write2( TableRow & o_rOut )
TableCell & rCell = o_rOut.AddCell();
rCell
- << new AnAttribute( "bgcolor", "#eeeeff" )
+ << new ClassAttr( "navimainnone" )
<< new XmlCode("&nbsp;")
- >> *new AnElement( "font")
- << new AnAttribute( "family", "Arial" )
- << new AnAttribute( "color", "#000000" )
- << new AnAttribute( "size", "+1" )
- << sText.c_str();
- rCell
+ << sText.c_str()
<< new XmlCode("&nbsp;");
}
diff --git a/autodoc/source/display/html/opageenv.cxx b/autodoc/source/display/html/opageenv.cxx
index a9510344a4a2..3cd3781fb6c8 100644
--- a/autodoc/source/display/html/opageenv.cxx
+++ b/autodoc/source/display/html/opageenv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: opageenv.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:24 $
+ * last change: $Author: vg $ $Date: 2005-03-23 08:57:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -409,6 +409,12 @@ OuputPage_Environment::MoveDir_Up()
}
void
+OuputPage_Environment::SetFile_Css()
+{
+ pi->aMyPath.SetFile( C_sHFN_Css );
+}
+
+void
OuputPage_Environment::SetFile_Overview()
{
pi->aMyPath.SetFile( C_sHFN_Overview );