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
8dda7530
Kaydet (Commit)
8dda7530
authored
Kas 29, 2002
tarafından
Nikolai Pretzell
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Provide data types in Uses-page
üst
ba4192cd
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
81 additions
and
18 deletions
+81
-18
ik_enum.hxx
autodoc/inc/ary/idl/ik_enum.hxx
+5
-2
ik_interface.hxx
autodoc/inc/ary/idl/ik_interface.hxx
+5
-2
ik_struct.hxx
autodoc/inc/ary/idl/ik_struct.hxx
+5
-2
ik_typedef.hxx
autodoc/inc/ary/idl/ik_typedef.hxx
+5
-2
i_enum.cxx
autodoc/source/ary/idl/i_enum.cxx
+10
-2
i_interface.cxx
autodoc/source/ary/idl/i_interface.cxx
+10
-2
i_struct.cxx
autodoc/source/ary/idl/i_struct.cxx
+9
-2
i_typedef.cxx
autodoc/source/ary/idl/i_typedef.cxx
+9
-2
hi_main.cxx
autodoc/source/display/idl/hi_main.cxx
+23
-2
No files found.
autodoc/inc/ary/idl/ik_enum.hxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ik_enum.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:11:51
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:03
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -100,6 +100,9 @@ struct xref : public ifc_ce::xref
static
void
Get_AsParameters
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
static
void
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
};
struct
doc
:
public
ifc_ce
::
doc
...
...
autodoc/inc/ary/idl/ik_interface.hxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ik_interface.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:11:58
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:03
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -114,6 +114,9 @@ struct xref : public ifc_ce::xref
static
void
Get_AsParameters
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
static
void
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
#if 0
static void Get_UsingTypedefs( /// like: typedef sequence<i_ce.LocalName()> newNameSeq;
...
...
autodoc/inc/ary/idl/ik_struct.hxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ik_struct.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:12:05
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:03
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -106,6 +106,9 @@ struct xref : public ifc_ce::xref
static
void
Get_AsParameters
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
static
void
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
};
struct
doc
:
public
ifc_ce
::
doc
...
...
autodoc/inc/ary/idl/ik_typedef.hxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ik_typedef.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:12:08
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:03
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -99,6 +99,9 @@ struct xref : public ifc_ce::xref
static
void
Get_AsParameters
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
static
void
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
);
};
struct
doc
:
public
ifc_ce
::
doc
...
...
autodoc/source/ary/idl/i_enum.cxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: i_enum.cxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:12:43
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:04
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -163,8 +163,16 @@ xref::Get_AsParameters( Dyn_CeIterator & o_result,
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
enum_2s_AsParameters
));
}
void
xref
::
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
)
{
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
enum_2s_AsDataTypes
));
}
}
// namespace ifc_enum
}
// namespace idl
}
// namespace ary
autodoc/source/ary/idl/i_interface.cxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: i_interface.cxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:12:47
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:04
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -199,6 +199,14 @@ xref::Get_AsParameters( Dyn_CeIterator & o_result,
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
interface_2s_AsParameters
));
}
void
xref
::
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
)
{
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
interface_2s_AsDataTypes
));
}
#if 0
static void Get_UsingTypedefs( /// like: typedef sequence<i_ce.LocalName()> newNameSeq;
...
...
autodoc/source/ary/idl/i_struct.cxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: i_struct.cxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:12:59
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:04
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -180,6 +180,13 @@ xref::Get_AsParameters( Dyn_CeIterator & o_result,
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
struct_2s_AsParameters
));
}
void
xref
::
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
)
{
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
struct_2s_AsDataTypes
));
}
}
// namespace ifc_struct
...
...
autodoc/source/ary/idl/i_typedef.cxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: i_typedef.cxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: np $ $Date: 2002-11-
01 17:13:02
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:05
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -164,6 +164,13 @@ xref::Get_AsParameters( Dyn_CeIterator & o_result,
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
typedef_2s_AsParameters
));
}
void
xref
::
Get_AsDataTypes
(
Dyn_CeIterator
&
o_result
,
const
CodeEntity
&
i_ce
)
{
o_result
=
new
SCI_Vector
<
Ce_id
>
(
i_ce
.
Secondaries
().
List
(
typedef_2s_AsDataTypes
));
}
}
// namespace ifc_typedef
...
...
autodoc/source/display/idl/hi_main.cxx
Dosyayı görüntüle @
8dda7530
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: hi_main.cxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author: np $ $Date: 2002-11-
14 18:01:58
$
* last change: $Author: np $ $Date: 2002-11-
29 10:20:06
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -500,6 +500,11 @@ MainDisplay_Idl::do_Interface2s( const ary::idl::CodeEntity & i_ce )
"Uses as Parameter"
,
"#Parameters"
,
*
pXrefList
);
ary
::
idl
::
ifc_interface
::
xref
::
Get_AsDataTypes
(
pXrefList
,
i_ce
);
aUses
.
Produce_List
(
"Uses as Data Type"
,
"#DataTypes"
,
*
pXrefList
);
aUses
.
Write_ManualLinks
(
i_ce
);
}
...
...
@@ -571,6 +576,11 @@ MainDisplay_Idl::do_Struct2s( const ary::idl::CodeEntity & i_ce )
"Uses as Parameter"
,
"#Parameters"
,
*
pXrefList
);
ary
::
idl
::
ifc_struct
::
xref
::
Get_AsDataTypes
(
pXrefList
,
i_ce
);
aUses
.
Produce_List
(
"Uses as Data Type"
,
"#DataTypes"
,
*
pXrefList
);
aUses
.
Write_ManualLinks
(
i_ce
);
}
...
...
@@ -636,6 +646,11 @@ MainDisplay_Idl::do_Enum2s( const ary::idl::CodeEntity & i_ce )
"Uses as Parameter"
,
"#Parameters"
,
*
pXrefList
);
ary
::
idl
::
ifc_enum
::
xref
::
Get_AsDataTypes
(
pXrefList
,
i_ce
);
aUses
.
Produce_List
(
"Uses as Data Type"
,
"#DataTypes"
,
*
pXrefList
);
aUses
.
Write_ManualLinks
(
i_ce
);
}
...
...
@@ -671,5 +686,11 @@ MainDisplay_Idl::do_Typedef2s( const ary::idl::CodeEntity & i_ce )
"Uses as Parameter"
,
"#Parameters"
,
*
pXrefList
);
ary
::
idl
::
ifc_typedef
::
xref
::
Get_AsDataTypes
(
pXrefList
,
i_ce
);
aUses
.
Produce_List
(
"Uses as Data Type"
,
"#DataTypes"
,
*
pXrefList
);
aUses
.
Write_ManualLinks
(
i_ce
);
}
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