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
1b6cad89
Kaydet (Commit)
1b6cad89
authored
Agu 06, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make it obvious that SwSurround and css::text::WrapTextMode are the same
Change-Id: I20154c12b9406b7ea2f8f245aa688859118982f7
üst
b755df14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
fmtsrndenum.hxx
sw/inc/fmtsrndenum.hxx
+9
-7
No files found.
sw/inc/fmtsrndenum.hxx
Dosyayı görüntüle @
1b6cad89
...
...
@@ -19,14 +19,16 @@
#ifndef _FMTSRNDENUM_HXX
#define _FMTSRNDENUM_HXX
#include <com/sun/star/text/WrapTextMode.hpp>
enum
SwSurround
{
SURROUND_
BEGIN
,
SURROUND_
NONE
=
SURROUND_BEGIN
,
SURROUND_THROUGHT
,
SURROUND_PARALLEL
,
SURROUND_IDEAL
,
SURROUND_LEFT
,
SURROUND_RIGHT
,
SURROUND_
NONE
=
com
::
sun
::
star
::
text
::
WrapTextMode_NONE
,
SURROUND_
BEGIN
=
SURROUND_NONE
,
SURROUND_THROUGHT
=
com
::
sun
::
star
::
text
::
WrapTextMode_THROUGHT
,
SURROUND_PARALLEL
=
com
::
sun
::
star
::
text
::
WrapTextMode_PARALLEL
,
SURROUND_IDEAL
=
com
::
sun
::
star
::
text
::
WrapTextMode_DYNAMIC
,
SURROUND_LEFT
=
com
::
sun
::
star
::
text
::
WrapTextMode_LEFT
,
SURROUND_RIGHT
=
com
::
sun
::
star
::
text
::
WrapTextMode_RIGHT
,
SURROUND_END
};
...
...
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