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
9277cbcd
Kaydet (Commit)
9277cbcd
authored
Agu 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix WID ranges
Change-Id: I50e7f6b16d835ec86e8a98e6d94ee812391a37d4
üst
46443643
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
19 deletions
+10
-19
stlsheet.cxx
sd/source/core/stlsheet.cxx
+10
-19
No files found.
sd/source/core/stlsheet.cxx
Dosyayı görüntüle @
9277cbcd
...
@@ -264,25 +264,16 @@ SfxItemSet& SdStyleSheet::GetItemSet()
...
@@ -264,25 +264,16 @@ SfxItemSet& SdStyleSheet::GetItemSet()
{
{
if
(
!
pSet
)
if
(
!
pSet
)
{
{
sal_uInt16
const
nWhichPairTable
[]
{
pSet
=
new
SfxItemSet
(
XATTR_LINE_FIRST
,
XATTR_LINE_LAST
,
GetPool
().
GetPool
(),
XATTR_FILL_FIRST
,
XATTR_FILL_LAST
,
svl
::
Items
<
XATTR_LINE_FIRST
,
XATTR_LINE_LAST
,
SDRATTR_SHADOW_FIRST
,
SDRATTR_SHADOW_LAST
,
XATTR_FILL_FIRST
,
XATTR_FILL_LAST
,
SDRATTR_TEXT_MINFRAMEHEIGHT
,
SDRATTR_TEXT_CONTOURFRAME
,
SDRATTR_SHADOW_FIRST
,
SDRATTR_SHADOW_LAST
,
SDRATTR_TEXT_MINFRAMEHEIGHT
,
SDRATTR_TEXT_WORDWRAP
,
SDRATTR_TEXT_WORDWRAP
,
SDRATTR_TEXT_WORDWRAP
,
SDRATTR_EDGE_FIRST
,
SDRATTR_MEASURE_LAST
,
SDRATTR_3D_FIRST
,
SDRATTR_3D_LAST
,
SDRATTR_EDGE_FIRST
,
SDRATTR_EDGE_LAST
,
EE_PARA_START
,
EE_CHAR_END
>
{});
SDRATTR_MEASURE_FIRST
,
SDRATTR_MEASURE_LAST
,
EE_PARA_START
,
EE_CHAR_END
,
SDRATTR_XMLATTRIBUTES
,
SDRATTR_TEXT_USEFIXEDCELLHEIGHT
,
SDRATTR_3D_FIRST
,
SDRATTR_3D_LAST
,
0
,
0
};
pSet
=
new
SfxItemSet
(
GetPool
().
GetPool
(),
nWhichPairTable
);
bMySet
=
true
;
bMySet
=
true
;
}
}
...
...
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