summaryrefslogtreecommitdiff
path: root/autodoc/source/display/inc/cfrstd.hxx
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-14 17:02:06 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-14 17:02:06 +0000
commitd5d550be4281af0b678f5662787b2f186501a0cb (patch)
tree16c855c5c049fc44cc5c2f31e233ba62bbab3d72 /autodoc/source/display/inc/cfrstd.hxx
parentb9a59049ae75807446d3ffd2ee50f631bb2d420d (diff)
Some features in IDL docu.
Diffstat (limited to 'autodoc/source/display/inc/cfrstd.hxx')
-rw-r--r--autodoc/source/display/inc/cfrstd.hxx20
1 files changed, 18 insertions, 2 deletions
diff --git a/autodoc/source/display/inc/cfrstd.hxx b/autodoc/source/display/inc/cfrstd.hxx
index 6cdef02724c4..8828a964f6dc 100644
--- a/autodoc/source/display/inc/cfrstd.hxx
+++ b/autodoc/source/display/inc/cfrstd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfrstd.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-11-01 17:15:12 $
+ * last change: $Author: np $ $Date: 2002-11-14 18:01:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,10 @@
class StdFrame : public display::CorporateFrame
{
public:
+ // LIFECYCLE
+ StdFrame();
+
+ // INQUIRY
virtual DYN Html_Image *
LogoSrc() const;
virtual const char *
@@ -83,6 +87,18 @@ class StdFrame : public display::CorporateFrame
CopyrightText() const;
virtual const char *
CssStyle() const;
+ virtual const char *
+ DevelopersGuideHtmlRoot() const;
+ virtual bool SimpleLinks() const;
+
+ // ACCESS
+ virtual void Set_DevelopersGuideHtmlRoot(
+ const String & i_directory );
+ virtual void Set_SimpleLinks();
+
+ private:
+ String sDevelopersGuideHtmlRoot;
+ bool bSimpleLinks;
};