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
9b340842
Kaydet (Commit)
9b340842
authored
Eyl 19, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/.../validate.hxx from String to OUString
Change-Id: I8fcda79f5fbb4a79621566fabab0eb28ca15c57b
üst
338454df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
validate.hxx
sc/source/ui/inc/validate.hxx
+9
-9
No files found.
sc/source/ui/inc/validate.hxx
Dosyayı görüntüle @
9b340842
...
@@ -208,11 +208,11 @@ private:
...
@@ -208,11 +208,11 @@ private:
formula
::
RefEdit
maEdMax
;
formula
::
RefEdit
maEdMax
;
FixedText
maFtHint
;
/// Hint text for cell range validity.
FixedText
maFtHint
;
/// Hint text for cell range validity.
String
maStrMin
;
OUString
maStrMin
;
String
maStrMax
;
OUString
maStrMax
;
String
maStrValue
;
OUString
maStrValue
;
String
maStrRange
;
OUString
maStrRange
;
String
maStrList
;
OUString
maStrList
;
sal_Unicode
mcFmlaSep
;
/// List separator in formulas.
sal_Unicode
mcFmlaSep
;
/// List separator in formulas.
Point
maRefEditPos
;
Point
maRefEditPos
;
...
@@ -243,10 +243,10 @@ private:
...
@@ -243,10 +243,10 @@ private:
void
TidyListBoxes
();
void
TidyListBoxes
();
public
:
public
:
sal_uInt16
GetAllowEntryPos
();
sal_uInt16
GetAllowEntryPos
();
String
GetMinText
();
OUString
GetMinText
();
void
SetupRefDlg
();
void
SetupRefDlg
();
void
RemoveRefDlg
();
void
RemoveRefDlg
();
};
};
...
...
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