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
b044a953
Kaydet (Commit)
b044a953
authored
Eyl 09, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/editeng/bulletitem.hxx from String to OUString
Change-Id: I6697fea6069ceed71430b516673502de18f69862
üst
a2ea07f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
bulletitem.hxx
include/editeng/bulletitem.hxx
+13
-13
No files found.
include/editeng/bulletitem.hxx
Dosyayı görüntüle @
b044a953
...
...
@@ -63,12 +63,12 @@ class EDITENG_DLLPUBLIC SvxBulletItem : public SfxPoolItem
{
Font
aFont
;
GraphicObject
*
pGraphicObject
;
String
aPrevText
;
String
aFollowText
;
sal_uInt16
nStart
;
sal_uInt16
nStyle
;
OUString
aPrevText
;
OUString
aFollowText
;
sal_uInt16
nStart
;
sal_uInt16
nStyle
;
long
nWidth
;
sal_uInt16
nScale
;
sal_uInt16
nScale
;
sal_Unicode
cSymbol
;
sal_uInt8
nJustify
;
sal_uInt16
nValidMask
;
// Only temporary for GetAttribs / setAttribs,
...
...
@@ -91,22 +91,22 @@ public:
OUString
GetFullText
()
const
;
sal_Unicode
GetSymbol
()
const
{
return
cSymbol
;
}
String
GetPrevText
()
const
{
return
aPrevText
;
}
String
GetFollowText
()
const
{
return
aFollowText
;
}
OUString
GetPrevText
()
const
{
return
aPrevText
;
}
OUString
GetFollowText
()
const
{
return
aFollowText
;
}
sal_uInt16
GetStart
()
const
{
return
nStart
;
}
sal_uInt16
GetStart
()
const
{
return
nStart
;
}
long
GetWidth
()
const
{
return
nWidth
;
}
sal_uInt16
GetStyle
()
const
{
return
nStyle
;
}
sal_uInt8
GetJustification
()
const
{
return
nJustify
;
}
sal_uInt16
GetStyle
()
const
{
return
nStyle
;
}
sal_uInt8
GetJustification
()
const
{
return
nJustify
;
}
Font
GetFont
()
const
{
return
aFont
;
}
sal_uInt16
GetScale
()
const
{
return
nScale
;
}
sal_uInt16
GetScale
()
const
{
return
nScale
;
}
const
GraphicObject
&
GetGraphicObject
()
const
;
void
SetGraphicObject
(
const
GraphicObject
&
rGraphicObject
);
void
SetSymbol
(
sal_Unicode
c
)
{
cSymbol
=
c
;
}
void
SetPrevText
(
const
String
&
rStr
)
{
aPrevText
=
rStr
;}
void
SetFollowText
(
const
String
&
rStr
)
{
aFollowText
=
rStr
;}
void
SetPrevText
(
const
OU
String
&
rStr
)
{
aPrevText
=
rStr
;}
void
SetFollowText
(
const
OU
String
&
rStr
)
{
aFollowText
=
rStr
;}
void
SetStart
(
sal_uInt16
nNew
)
{
nStart
=
nNew
;
}
void
SetWidth
(
long
nNew
)
{
nWidth
=
nNew
;
}
...
...
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