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
b4845f5d
Kaydet (Commit)
b4845f5d
authored
Nis 21, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref
Change-Id: I4889b3d56b9e6f6926d1d094130c277588ff143c
üst
08a943fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
StyleManager.hxx
include/sfx2/StyleManager.hxx
+2
-2
CommonStyleManager.hxx
include/svx/CommonStyleManager.hxx
+1
-1
CommonStyleManager.cxx
svx/source/styles/CommonStyleManager.cxx
+2
-2
No files found.
include/sfx2/StyleManager.hxx
Dosyayı görüntüle @
b4845f5d
...
@@ -36,8 +36,8 @@ public:
...
@@ -36,8 +36,8 @@ public:
{}
{}
virtual
StylePreviewRenderer
*
CreateStylePreviewRenderer
(
virtual
StylePreviewRenderer
*
CreateStylePreviewRenderer
(
OutputDevice
&
/*rOutputDev*/
,
OUString
/*rName*/
,
OutputDevice
&
rOutputDev
,
OUString
const
&
rName
,
SfxStyleFamily
/*eFamily*/
,
long
/*nMaxHeight*/
=
32
)
=
0
;
SfxStyleFamily
eFamily
,
long
nMaxHeight
=
32
)
=
0
;
};
};
}
// end namespace sfx2
}
// end namespace sfx2
...
...
include/svx/CommonStyleManager.hxx
Dosyayı görüntüle @
b4845f5d
...
@@ -30,7 +30,7 @@ public:
...
@@ -30,7 +30,7 @@ public:
{}
{}
virtual
sfx2
::
StylePreviewRenderer
*
CreateStylePreviewRenderer
(
virtual
sfx2
::
StylePreviewRenderer
*
CreateStylePreviewRenderer
(
OutputDevice
&
rOutputDev
,
OUString
s
Name
,
OutputDevice
&
rOutputDev
,
OUString
const
&
r
Name
,
SfxStyleFamily
eFamily
,
long
nMaxHeight
=
32
)
SAL_OVERRIDE
;
SfxStyleFamily
eFamily
,
long
nMaxHeight
=
32
)
SAL_OVERRIDE
;
};
};
...
...
svx/source/styles/CommonStyleManager.cxx
Dosyayı görüntüle @
b4845f5d
...
@@ -15,7 +15,7 @@ namespace svx
...
@@ -15,7 +15,7 @@ namespace svx
{
{
sfx2
::
StylePreviewRenderer
*
CommonStyleManager
::
CreateStylePreviewRenderer
(
sfx2
::
StylePreviewRenderer
*
CommonStyleManager
::
CreateStylePreviewRenderer
(
OutputDevice
&
rOutputDev
,
OUString
s
Name
,
OutputDevice
&
rOutputDev
,
OUString
const
&
r
Name
,
SfxStyleFamily
eFamily
,
long
nMaxHeight
)
SfxStyleFamily
eFamily
,
long
nMaxHeight
)
{
{
SfxStyleSheetBasePool
*
pPool
=
mrShell
.
GetStyleSheetPool
();
SfxStyleSheetBasePool
*
pPool
=
mrShell
.
GetStyleSheetPool
();
...
@@ -28,7 +28,7 @@ sfx2::StylePreviewRenderer* CommonStyleManager::CreateStylePreviewRenderer(
...
@@ -28,7 +28,7 @@ sfx2::StylePreviewRenderer* CommonStyleManager::CreateStylePreviewRenderer(
while
(
pStyle
)
while
(
pStyle
)
{
{
if
(
s
Name
==
pStyle
->
GetName
())
if
(
r
Name
==
pStyle
->
GetName
())
return
new
CommonStylePreviewRenderer
(
mrShell
,
rOutputDev
,
pStyle
,
nMaxHeight
);
return
new
CommonStylePreviewRenderer
(
mrShell
,
rOutputDev
,
pStyle
,
nMaxHeight
);
pStyle
=
pPool
->
Next
();
pStyle
=
pPool
->
Next
();
}
}
...
...
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