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
8f2a162d
Kaydet (Commit)
8f2a162d
authored
Kas 08, 2010
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Borders: added some more types to the API
üst
5a7f6793
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
4 deletions
+49
-4
BorderLineStyle.idl
offapi/com/sun/star/table/BorderLineStyle.idl
+49
-4
No files found.
offapi/com/sun/star/table/BorderLineStyle.idl
Dosyayı görüntüle @
8f2a162d
...
...
@@ -27,7 +27,6 @@
#
ifndef
__com_sun_star_table_BorderLineStyle_idl__
#
define
__com_sun_star_table_BorderLineStyle_idl__
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
table
{
...
...
@@ -36,21 +35,67 @@ module com { module sun { module star { module table {
constants
BorderLineStyle
{
//-------------------------------------------------------------------------
/**
Solid
border
line
.
*/
const
short
SOLID
=
0
;
//-------------------------------------------------------------------------
/**
Dotted
border
line
.
*/
const
short
DOTTED
=
1
;
//-------------------------------------------------------------------------
/**
Dashed
border
line
.
*/
const
short
DASHED
=
2
;
/**
Double
border
line
.
*/
const
short
DOUBLE
=
3
;
/**
Double
border
line
with
a
thin
line
outside
and
a
thick
line
inside
separated
by
a
small
gap
.
*/
const
short
THINTHICK_SMALLGAP
=
4
;
/**
Double
border
line
with
a
thin
line
outside
and
a
thick
line
inside
separated
by
a
medium
gap
.
*/
const
short
THINTHICK_MEDIUMGAP
=
5
;
/**
Double
border
line
with
a
thin
line
outside
and
a
thick
line
inside
separated
by
a
large
gap
.
*/
const
short
THINTHICK_LARGEGAP
=
6
;
/**
Double
border
line
with
a
thick
line
outside
and
a
thin
line
inside
separated
by
a
small
gap
.
*/
const
short
THINTHICK_SMALLGAP
=
7
;
/**
Double
border
line
with
a
thick
line
outside
and
a
thin
line
inside
separated
by
a
medium
gap
.
*/
const
short
THINTHICK_MEDIUMGAP
=
8
;
/**
Double
border
line
with
a
thick
line
outside
and
a
thin
line
inside
separated
by
a
large
gap
.
*/
const
short
THINTHICK_LARGEGAP
=
9
;
/**
3
D
embossed
border
line
.
*/
const
short
EMBOSSED
=
10
;
/**
3
D
engraved
border
line
.
*/
const
short
ENGRAVED
=
11
;
/**
Outset
border
line
.
*/
const
short
OUTSET
=
12
;
/**
Inset
border
line
.
*/
const
short
INSET
=
13
;
}
;
//=============================================================================
...
...
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