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
4ac083b0
Kaydet (Commit)
4ac083b0
authored
Ara 05, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast, involving pointer to incomplete type
Change-Id: Ibe4613e2fd77eec8e6e6d1c5e880b596e103a7b8
üst
e2e94f1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
outlin2.cxx
editeng/source/outliner/outlin2.cxx
+5
-0
outliner.hxx
include/editeng/outliner.hxx
+1
-1
No files found.
editeng/source/outliner/outlin2.cxx
Dosyayı görüntüle @
4ac083b0
...
@@ -522,6 +522,11 @@ bool Outliner::ShouldCreateBigTextObject() const
...
@@ -522,6 +522,11 @@ bool Outliner::ShouldCreateBigTextObject() const
return
pEditEngine
->
ShouldCreateBigTextObject
();
return
pEditEngine
->
ShouldCreateBigTextObject
();
}
}
const
EditEngine
&
Outliner
::
GetEditEngine
()
const
{
return
*
pEditEngine
;
}
void
Outliner
::
SetVertical
(
bool
b
)
void
Outliner
::
SetVertical
(
bool
b
)
{
{
pEditEngine
->
SetVertical
(
b
);
pEditEngine
->
SetVertical
(
b
);
...
...
include/editeng/outliner.hxx
Dosyayı görüntüle @
4ac083b0
...
@@ -960,7 +960,7 @@ public:
...
@@ -960,7 +960,7 @@ public:
bool
ShouldCreateBigTextObject
()
const
;
bool
ShouldCreateBigTextObject
()
const
;
const
EditEngine
&
GetEditEngine
()
const
{
return
*
((
EditEngine
*
)
pEditEngine
);
}
const
EditEngine
&
GetEditEngine
()
const
;
// this is needed for StarOffice Api
// this is needed for StarOffice Api
void
SetLevelDependendStyleSheet
(
sal_Int32
nPara
);
void
SetLevelDependendStyleSheet
(
sal_Int32
nPara
);
...
...
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