Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1fd39053
Kaydet (Commit)
1fd39053
authored
Tem 02, 2008
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS adifacedoc (1.7.8); FILE MERGED
2008/07/02 05:29:07 fs 1.7.8.1: #i85692#
üst
c871378c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
hi_factory.hxx
autodoc/source/display/idl/hi_factory.hxx
+14
-6
No files found.
autodoc/source/display/idl/hi_factory.hxx
Dosyayı görüntüle @
1fd39053
...
...
@@ -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
<
HtmlEnvironment_Idl
>
{
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<HtmlEnvironment_Idl>
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment