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
16d8a8c3
Kaydet (Commit)
16d8a8c3
authored
Kas 08, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: fix doxygen comments in dump
Change-Id: Iab40d3d9778fffb7bbb076a9c2716d3fd11fc937
üst
a084c6ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
dumperbase.hxx
oox/inc/oox/dump/dumperbase.hxx
+22
-22
No files found.
oox/inc/oox/dump/dumperbase.hxx
Dosyayı görüntüle @
16d8a8c3
...
...
@@ -162,17 +162,17 @@ public:
/** Specifiers for atomic data types. */
enum
DataType
{
DATATYPE_VOID
,
/// No data type.
DATATYPE_INT8
,
/// Signed 8-bit integer.
DATATYPE_UINT8
,
/// Unsigned 8-bit integer.
DATATYPE_INT16
,
/// Signed 16-bit integer.
DATATYPE_UINT16
,
/// Unsigned 16-bit integer.
DATATYPE_INT32
,
/// Signed 32-bit integer.
DATATYPE_UINT32
,
/// Unsigned 32-bit integer.
DATATYPE_INT64
,
/// Signed 64-bit integer.
DATATYPE_UINT64
,
/// Unsigned 64-bit integer.
DATATYPE_FLOAT
,
/// Floating-point, single precision.
DATATYPE_DOUBLE
/// Floating-point, double precision.
DATATYPE_VOID
,
///
<
No data type.
DATATYPE_INT8
,
///
<
Signed 8-bit integer.
DATATYPE_UINT8
,
///
<
Unsigned 8-bit integer.
DATATYPE_INT16
,
///
<
Signed 16-bit integer.
DATATYPE_UINT16
,
///
<
Unsigned 16-bit integer.
DATATYPE_INT32
,
///
<
Signed 32-bit integer.
DATATYPE_UINT32
,
///
<
Unsigned 32-bit integer.
DATATYPE_INT64
,
///
<
Signed 64-bit integer.
DATATYPE_UINT64
,
///
<
Unsigned 64-bit integer.
DATATYPE_FLOAT
,
///
<
Floating-point, single precision.
DATATYPE_DOUBLE
///
<
Floating-point, double precision.
};
// ----------------------------------------------------------------------------
...
...
@@ -180,13 +180,13 @@ enum DataType
/** Specifiers for the output format of values. */
enum
FormatType
{
FORMATTYPE_NONE
,
/// No numeric format (e.g. show name only).
FORMATTYPE_DEC
,
/// Decimal.
FORMATTYPE_HEX
,
/// Hexadecimal.
FORMATTYPE_SHORTHEX
,
/// Hexadecimal, as short as possible (no leading zeros).
FORMATTYPE_BIN
,
/// Binary.
FORMATTYPE_FIX
,
/// Fixed-point.
FORMATTYPE_BOOL
/// Boolean ('true' or 'false').
FORMATTYPE_NONE
,
///
<
No numeric format (e.g. show name only).
FORMATTYPE_DEC
,
///
<
Decimal.
FORMATTYPE_HEX
,
///
<
Hexadecimal.
FORMATTYPE_SHORTHEX
,
///
<
Hexadecimal, as short as possible (no leading zeros).
FORMATTYPE_BIN
,
///
<
Binary.
FORMATTYPE_FIX
,
///
<
Fixed-point.
FORMATTYPE_BOOL
///
<
Boolean ('true' or 'false').
};
// ----------------------------------------------------------------------------
...
...
@@ -213,10 +213,10 @@ enum FormatType
*/
struct
ItemFormat
{
DataType
meDataType
;
/// Data type of the item.
FormatType
meFmtType
;
/// Output format for the value.
::
rtl
::
OUString
maItemName
;
/// Name of the item.
::
rtl
::
OUString
maListName
;
/// Name of a name list to be used for this item.
DataType
meDataType
;
///
<
Data type of the item.
FormatType
meFmtType
;
///
<
Output format for the value.
::
rtl
::
OUString
maItemName
;
///
<
Name of the item.
::
rtl
::
OUString
maListName
;
///
<
Name of a name list to be used for this item.
explicit
ItemFormat
();
...
...
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