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
21842bbb
Kaydet (Commit)
21842bbb
authored
Eyl 11, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/formula/formdata.hxx from String to OUString
Change-Id: Ic5543744700a47e796178d664a710c1ea4faada0
üst
f733ca91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
formula.cxx
formula/source/ui/dlg/formula.cxx
+1
-1
formdata.hxx
include/formula/formdata.hxx
+16
-16
No files found.
formula/source/ui/dlg/formula.cxx
Dosyayı görüntüle @
21842bbb
...
...
@@ -1903,7 +1903,7 @@ void FormEditData::Reset()
aUniqueId
=
OString
();
aSelection
.
Min
()
=
0
;
aSelection
.
Max
()
=
0
;
aUndoStr
.
Erase
()
;
aUndoStr
=
""
;
}
// -----------------------------------------------------------------------------
const
FormEditData
&
FormEditData
::
operator
=
(
const
FormEditData
&
r
)
...
...
include/formula/formdata.hxx
Dosyayı görüntüle @
21842bbb
...
...
@@ -36,14 +36,14 @@ public:
virtual
void
SaveValues
();
sal_Bool
HasParent
()
const
{
return
pParent
!=
NULL
;
}
inline
sal_uInt16
GetMode
()
const
{
return
nMode
;
}
inline
sal_uInt16
GetMode
()
const
{
return
nMode
;
}
inline
xub_StrLen
GetFStart
()
const
{
return
nFStart
;
}
inline
sal_uInt16
GetCatSel
()
const
{
return
nCatSel
;
}
inline
sal_uInt16
GetFuncSel
()
const
{
return
nFuncSel
;
}
inline
sal_uInt16
GetOffset
()
const
{
return
nOffset
;
}
inline
sal_uInt16
GetEdFocus
()
const
{
return
nEdFocus
;
}
inline
const
String
&
GetUndoStr
()
const
{
return
aUndoStr
;
}
inline
sal_Bool
GetMatrixFlag
()
const
{
return
bMatrix
;}
inline
sal_uInt16
GetCatSel
()
const
{
return
nCatSel
;
}
inline
sal_uInt16
GetFuncSel
()
const
{
return
nFuncSel
;
}
inline
sal_uInt16
GetOffset
()
const
{
return
nOffset
;
}
inline
sal_uInt16
GetEdFocus
()
const
{
return
nEdFocus
;
}
inline
const
OUString
&
GetUndoStr
()
const
{
return
aUndoStr
;
}
inline
sal_Bool
GetMatrixFlag
()
const
{
return
bMatrix
;}
inline
OString
GetUniqueId
()
const
{
return
aUniqueId
;}
inline
const
Selection
&
GetSelection
()
const
{
return
aSelection
;}
...
...
@@ -53,7 +53,7 @@ public:
inline
void
SetFuncSel
(
sal_uInt16
nNew
)
{
nFuncSel
=
nNew
;
}
inline
void
SetOffset
(
sal_uInt16
nNew
)
{
nOffset
=
nNew
;
}
inline
void
SetEdFocus
(
sal_uInt16
nNew
)
{
nEdFocus
=
nNew
;
}
inline
void
SetUndoStr
(
const
String
&
rNew
)
{
aUndoStr
=
rNew
;
}
inline
void
SetUndoStr
(
const
OU
String
&
rNew
)
{
aUndoStr
=
rNew
;
}
inline
void
SetMatrixFlag
(
sal_Bool
bNew
)
{
bMatrix
=
bNew
;}
inline
void
SetUniqueId
(
const
OString
nNew
)
{
aUniqueId
=
nNew
;}
inline
void
SetSelection
(
const
Selection
&
aSel
)
{
aSelection
=
aSel
;}
...
...
@@ -64,15 +64,15 @@ protected:
FormEditData
*
pParent
;
// fuer Verschachtelung
private
:
sal_uInt16
nMode
;
// enum ScFormulaDlgMode
sal_uInt16
nMode
;
// enum ScFormulaDlgMode
xub_StrLen
nFStart
;
sal_uInt16
nCatSel
;
sal_uInt16
nFuncSel
;
sal_uInt16
nOffset
;
sal_uInt16
nEdFocus
;
String
aUndoStr
;
sal_Bool
bMatrix
;
OString
aUniqueId
;
sal_uInt16
nCatSel
;
sal_uInt16
nFuncSel
;
sal_uInt16
nOffset
;
sal_uInt16
nEdFocus
;
OUString
aUndoStr
;
sal_Bool
bMatrix
;
OString
aUniqueId
;
Selection
aSelection
;
};
...
...
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