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
78b28312
Kaydet (Commit)
78b28312
authored
Kas 27, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use enum right away
Change-Id: I6a9469e9fde9a22c7a1c83c7e98e047a2db583bf
üst
f863f709
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
unostyle.hxx
sw/inc/unostyle.hxx
+1
-1
unostyle.cxx
sw/source/core/unocore/unostyle.cxx
+2
-2
No files found.
sw/inc/unostyle.hxx
Dosyayı görüntüle @
78b28312
...
@@ -109,7 +109,7 @@ class SwXStyleFamily : public cppu::WeakImplHelper
...
@@ -109,7 +109,7 @@ class SwXStyleFamily : public cppu::WeakImplHelper
SwXStyle
*
_FindStyle
(
const
OUString
&
rStyleName
)
const
;
SwXStyle
*
_FindStyle
(
const
OUString
&
rStyleName
)
const
;
public
:
public
:
SwXStyleFamily
(
SwDocShell
*
pDocShell
,
sal_uInt16
n
Family
);
SwXStyleFamily
(
SwDocShell
*
pDocShell
,
const
SfxStyleFamily
e
Family
);
virtual
~
SwXStyleFamily
();
virtual
~
SwXStyleFamily
();
//XIndexAccess
//XIndexAccess
...
...
sw/source/core/unocore/unostyle.cxx
Dosyayı görüntüle @
78b28312
...
@@ -290,8 +290,8 @@ public:
...
@@ -290,8 +290,8 @@ public:
SwDoc
*
getDoc
()
const
{
return
pDoc
;
}
SwDoc
*
getDoc
()
const
{
return
pDoc
;
}
};
};
SwXStyleFamily
::
SwXStyleFamily
(
SwDocShell
*
pDocSh
,
sal_uInt16
n
Family
)
:
SwXStyleFamily
::
SwXStyleFamily
(
SwDocShell
*
pDocSh
,
const
SfxStyleFamily
e
Family
)
:
m_eFamily
(
(
SfxStyleFamily
)
n
Family
),
m_eFamily
(
e
Family
),
m_pBasePool
(
pDocSh
->
GetStyleSheetPool
()),
m_pBasePool
(
pDocSh
->
GetStyleSheetPool
()),
m_pDocShell
(
pDocSh
)
m_pDocShell
(
pDocSh
)
{
{
...
...
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