From 1fd39053ee760565a2f0ad2402a7706a24ac2a93 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 2 Jul 2008 07:51:42 +0000 Subject: INTEGRATION: CWS adifacedoc (1.7.8); FILE MERGED 2008/07/02 05:29:07 fs 1.7.8.1: #i85692# --- autodoc/source/display/idl/hi_factory.hxx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'autodoc') diff --git a/autodoc/source/display/idl/hi_factory.hxx b/autodoc/source/display/idl/hi_factory.hxx index 1ecacb32b042..8005279b91b4 100644 --- a/autodoc/source/display/idl/hi_factory.hxx +++ b/autodoc/source/display/idl/hi_factory.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: hi_factory.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -64,6 +64,13 @@ class HF_SubTitleTable; class HtmlFactory_Idl : public HtmlFactory { + public: + enum E_MemberViewType + { + viewtype_summary, // the summary of the members + viewtype_details, // the details of the members + viewtype_complete // everything + }; public: typedef ary::idl::CodeEntity client; typedef ary::idl::Ce_id ce_id; @@ -105,11 +112,12 @@ class HtmlFactory_Idl : public HtmlFactory const client & i_ce, const String & i_sLabel ) const; void produce_Members( - ce_list & it_list, - const String & i_summaryTitle, - const String & i_summaryLabel, - const String & i_detailsTitle, - const String & i_detailsLabel ) const; + ce_list & it_list, + const String & i_summaryTitle, + const String & i_summaryLabel, + const String & i_detailsTitle, + const String & i_detailsLabel, + const E_MemberViewType i_viewType = viewtype_complete ) const; void produce_Title( HF_TitleTable & o_title, -- cgit