1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: nav_main.hxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef ADC_DISPLAY_HTML_NAV_MAIN_HXX
32 #define ADC_DISPLAY_HTML_NAV_MAIN_HXX
55 class OuputPage_Environment
;
65 const OuputPage_Environment
&
69 void SetupItems_Overview();
70 void SetupItems_AllDefs();
71 void SetupItems_Index();
72 void SetupItems_Help();
75 const ary::cpp::CodeEntity
&
77 void SetupItems_FunctionGroup(); /// For class member methods.
78 void SetupItems_DataGroup(); /// For class member data.
81 csi::xml::Element
& o_rOut
) const;
92 Only combinations of 1 eSelf and 2 eStd are allowed
95 void Create_ItemList_Global(
99 void Create_ItemList_InDirTree_Cpp(
103 const char * i_sTreeLink
);
106 const String
& i_sText
,
107 const char * i_sLink
,
108 const char * i_sTip
);
110 typedef std::vector
< DYN MainItem
* > ItemList
;
114 const OuputPage_Environment
*