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
c706d836
Kaydet (Commit)
c706d836
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.10.8); FILE MERGED
2008/07/02 05:29:07 fs 1.10.8.1: #i85692#
üst
ea2161d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
10 deletions
+38
-10
hfi_interface.cxx
autodoc/source/display/idl/hfi_interface.cxx
+38
-10
No files found.
autodoc/source/display/idl/hfi_interface.cxx
Dosyayı görüntüle @
c706d836
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
* OpenOffice.org - a multi-platform office productivity suite
*
*
* $RCSfile: hfi_interface.cxx,v $
* $RCSfile: hfi_interface.cxx,v $
* $Revision: 1.1
0
$
* $Revision: 1.1
1
$
*
*
* This file is part of OpenOffice.org.
* This file is part of OpenOffice.org.
*
*
...
@@ -85,9 +85,9 @@ const String
...
@@ -85,9 +85,9 @@ const String
enum
E_SubListIndices
enum
E_SubListIndices
{
{
sli_Methods
=
0
,
sli_Methods
Summay
=
0
,
sli_
MethodDetails
=
1
,
sli_
AttributesSummary
=
1
,
sli_
AttributesSummary
=
2
,
sli_
MethodDetails
=
2
,
sli_AttributesDetails
=
3
sli_AttributesDetails
=
3
};
};
...
@@ -131,7 +131,6 @@ HF_IdlInterface::Produce_byData( const client & i_ce ) const
...
@@ -131,7 +131,6 @@ HF_IdlInterface::Produce_byData( const client & i_ce ) const
dyn_ce_list
dpFunctions
;
dyn_ce_list
dpFunctions
;
ary
::
idl
::
ifc_interface
::
attr
::
Get_Functions
(
dpFunctions
,
i_ce
);
ary
::
idl
::
ifc_interface
::
attr
::
Get_Functions
(
dpFunctions
,
i_ce
);
if
(
(
*
dpFunctions
).
operator
bool
()
)
if
(
(
*
dpFunctions
).
operator
bool
()
)
{
{
eCurProducedMembers
=
mem_Functions
;
eCurProducedMembers
=
mem_Functions
;
...
@@ -140,9 +139,9 @@ HF_IdlInterface::Produce_byData( const client & i_ce ) const
...
@@ -140,9 +139,9 @@ HF_IdlInterface::Produce_byData( const client & i_ce ) const
C_sList_Methods
,
C_sList_Methods
,
C_sList_Methods_Label
,
C_sList_Methods_Label
,
C_sDetails_Methods
,
C_sDetails_Methods
,
C_sDetails_Methods_Label
);
C_sDetails_Methods_Label
,
pNaviSubRow
->
SwitchOn
(
sli_Methods
);
HtmlFactory_Idl
::
viewtype_summary
);
pNaviSubRow
->
SwitchOn
(
sli_Method
Details
);
pNaviSubRow
->
SwitchOn
(
sli_Method
sSummay
);
}
}
dyn_ce_list
dyn_ce_list
...
@@ -156,10 +155,39 @@ HF_IdlInterface::Produce_byData( const client & i_ce ) const
...
@@ -156,10 +155,39 @@ HF_IdlInterface::Produce_byData( const client & i_ce ) const
C_sList_Attributes
,
C_sList_Attributes
,
C_sList_Attributes_Label
,
C_sList_Attributes_Label
,
C_sList_AttributesDetails
,
C_sList_AttributesDetails
,
C_sList_AttributesDetails_Label
);
C_sList_AttributesDetails_Label
,
HtmlFactory_Idl
::
viewtype_summary
);
pNaviSubRow
->
SwitchOn
(
sli_AttributesSummary
);
pNaviSubRow
->
SwitchOn
(
sli_AttributesSummary
);
}
ary
::
idl
::
ifc_interface
::
attr
::
Get_Functions
(
dpFunctions
,
i_ce
);
if
(
(
*
dpFunctions
).
operator
bool
()
)
{
eCurProducedMembers
=
mem_Functions
;
produce_Members
(
*
dpFunctions
,
C_sList_Methods
,
C_sList_Methods_Label
,
C_sDetails_Methods
,
C_sDetails_Methods_Label
,
HtmlFactory_Idl
::
viewtype_details
);
pNaviSubRow
->
SwitchOn
(
sli_MethodDetails
);
}
ary
::
idl
::
ifc_interface
::
attr
::
Get_Attributes
(
dpAttributes
,
i_ce
);
if
(
(
*
dpAttributes
).
operator
bool
()
)
{
eCurProducedMembers
=
mem_Attributes
;
produce_Members
(
*
dpAttributes
,
C_sList_Attributes
,
C_sList_Attributes_Label
,
C_sList_AttributesDetails
,
C_sList_AttributesDetails_Label
,
HtmlFactory_Idl
::
viewtype_details
);
pNaviSubRow
->
SwitchOn
(
sli_AttributesDetails
);
pNaviSubRow
->
SwitchOn
(
sli_AttributesDetails
);
}
}
eCurProducedMembers
=
mem_none
;
eCurProducedMembers
=
mem_none
;
pNaviSubRow
->
Produce_Row
();
pNaviSubRow
->
Produce_Row
();
...
@@ -175,8 +203,8 @@ HF_IdlInterface::make_Navibar( const client & i_ce ) const
...
@@ -175,8 +203,8 @@ HF_IdlInterface::make_Navibar( const client & i_ce ) const
DYN
HF_NaviSubRow
&
DYN
HF_NaviSubRow
&
ret
=
aNaviBar
.
Add_SubRow
();
ret
=
aNaviBar
.
Add_SubRow
();
ret
.
AddItem
(
C_sList_Methods
,
C_sList_Methods_Label
,
false
);
ret
.
AddItem
(
C_sList_Methods
,
C_sList_Methods_Label
,
false
);
ret
.
AddItem
(
C_sDetails_Methods
,
C_sDetails_Methods_Label
,
false
);
ret
.
AddItem
(
C_sList_Attributes
,
C_sList_Attributes_Label
,
false
);
ret
.
AddItem
(
C_sList_Attributes
,
C_sList_Attributes_Label
,
false
);
ret
.
AddItem
(
C_sDetails_Methods
,
C_sDetails_Methods_Label
,
false
);
ret
.
AddItem
(
C_sList_AttributesDetails
,
C_sList_AttributesDetails_Label
,
false
);
ret
.
AddItem
(
C_sList_AttributesDetails
,
C_sList_AttributesDetails_Label
,
false
);
CurOut
()
<<
new
Html
::
HorizontalLine
();
CurOut
()
<<
new
Html
::
HorizontalLine
();
...
...
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