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
41df3400
Kaydet (Commit)
41df3400
authored
Eyl 13, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert formula/source/ui/dlg/funcpage.hxx from String to OUString
Change-Id: I024bd11e6326a1641a0e0b71eab3e8521e4d45bd
üst
ef4dfeff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
funcpage.cxx
formula/source/ui/dlg/funcpage.cxx
+1
-1
funcpage.hxx
formula/source/ui/dlg/funcpage.hxx
+1
-1
No files found.
formula/source/ui/dlg/funcpage.cxx
Dosyayı görüntüle @
41df3400
...
@@ -223,7 +223,7 @@ sal_uInt16 FuncPage::GetFunctionEntryCount()
...
@@ -223,7 +223,7 @@ sal_uInt16 FuncPage::GetFunctionEntryCount()
return
aLbFunction
.
GetSelectEntryCount
();
return
aLbFunction
.
GetSelectEntryCount
();
}
}
String
FuncPage
::
GetSelFunctionName
()
const
OU
String
FuncPage
::
GetSelFunctionName
()
const
{
{
return
aLbFunction
.
GetSelectEntry
();
return
aLbFunction
.
GetSelectEntry
();
}
}
...
...
formula/source/ui/dlg/funcpage.hxx
Dosyayı görüntüle @
41df3400
...
@@ -98,7 +98,7 @@ public:
...
@@ -98,7 +98,7 @@ public:
sal_uInt16
GetFuncPos
(
const
IFunctionDescription
*
_pDesc
);
sal_uInt16
GetFuncPos
(
const
IFunctionDescription
*
_pDesc
);
const
IFunctionDescription
*
GetFuncDesc
(
sal_uInt16
nPos
)
const
;
const
IFunctionDescription
*
GetFuncDesc
(
sal_uInt16
nPos
)
const
;
String
GetSelFunctionName
()
const
;
OUString
GetSelFunctionName
()
const
;
void
SetDoubleClickHdl
(
const
Link
&
rLink
)
{
aDoubleClickLink
=
rLink
;
}
void
SetDoubleClickHdl
(
const
Link
&
rLink
)
{
aDoubleClickLink
=
rLink
;
}
const
Link
&
GetDoubleClickHdl
()
const
{
return
aDoubleClickLink
;
}
const
Link
&
GetDoubleClickHdl
()
const
{
return
aDoubleClickLink
;
}
...
...
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