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
4d01687f
Kaydet (Commit)
4d01687f
authored
Eyl 04, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert svx/source/gallery/galbrws1.hxx from String to OUString
Change-Id: Icc30afa369687eb5370254b31b9c9d1e8c9d9cd8
üst
52c66195
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
galbrws1.cxx
svx/source/gallery2/galbrws1.cxx
+1
-1
galbrws1.hxx
svx/source/gallery2/galbrws1.hxx
+2
-2
No files found.
svx/source/gallery2/galbrws1.cxx
Dosyayı görüntüle @
4d01687f
...
...
@@ -293,7 +293,7 @@ void GalleryBrowser1::ImplGetExecuteVector(::std::vector< sal_uInt16 >& o_aExec)
// -----------------------------------------------------------------------------
void
GalleryBrowser1
::
ImplGalleryThemeProperties
(
const
String
&
rThemeName
,
bool
bCreateNew
)
void
GalleryBrowser1
::
ImplGalleryThemeProperties
(
const
OU
String
&
rThemeName
,
bool
bCreateNew
)
{
DBG_ASSERT
(
!
mpThemePropsDlgItemSet
,
"mpThemePropsDlgItemSet already set!"
);
mpThemePropsDlgItemSet
=
new
SfxItemSet
(
SFX_APP
()
->
GetPool
()
);
...
...
svx/source/gallery2/galbrws1.hxx
Dosyayı görüntüle @
4d01687f
...
...
@@ -103,7 +103,7 @@ private:
void
ImplFillExchangeData
(
const
GalleryTheme
*
pThm
,
ExchangeData
&
rData
);
void
ImplGetExecuteVector
(
::
std
::
vector
<
sal_uInt16
>&
o_aExec
);
void
ImplExecute
(
sal_uInt16
nId
);
void
ImplGalleryThemeProperties
(
const
String
&
rThemeName
,
bool
bCreateNew
);
void
ImplGalleryThemeProperties
(
const
OU
String
&
rThemeName
,
bool
bCreateNew
);
void
ImplEndGalleryThemeProperties
(
VclAbstractDialog2
*
pDialog
,
bool
bCreateNew
);
// Control
...
...
@@ -131,7 +131,7 @@ public:
const
::
boost
::
function
<
void
(
void
)
>&
rThemeSlectionHandler
);
~
GalleryBrowser1
();
void
SelectTheme
(
const
String
&
rThemeName
)
{
mpThemes
->
SelectEntry
(
rThemeName
);
SelectThemeHdl
(
NULL
);
}
void
SelectTheme
(
const
OU
String
&
rThemeName
)
{
mpThemes
->
SelectEntry
(
rThemeName
);
SelectThemeHdl
(
NULL
);
}
void
SelectTheme
(
sal_uIntPtr
nThemePos
)
{
mpThemes
->
SelectEntryPos
(
(
sal_uInt16
)
nThemePos
);
SelectThemeHdl
(
NULL
);
}
OUString
GetSelectedTheme
()
{
return
mpThemes
->
GetEntryCount
()
?
mpThemes
->
GetEntry
(
mpThemes
->
GetSelectEntryPos
()
)
:
OUString
();
}
...
...
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