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
cd41f81e
Kaydet (Commit)
cd41f81e
authored
Eyl 26, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/source/ui/inc/p*.hxx from String to OUString
Change-Id: I80a181a9f3e9c3671493994d08ceb027b3a41b79
üst
9ed124ca
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
pvfundlg.cxx
sc/source/ui/dbgui/pvfundlg.cxx
+2
-2
preview.hxx
sc/source/ui/inc/preview.hxx
+1
-1
prevwsh.hxx
sc/source/ui/inc/prevwsh.hxx
+1
-1
pvfundlg.hxx
sc/source/ui/inc/pvfundlg.hxx
+2
-2
preview.cxx
sc/source/ui/view/preview.cxx
+1
-1
prevwsh.cxx
sc/source/ui/view/prevwsh.cxx
+1
-1
No files found.
sc/source/ui/dbgui/pvfundlg.cxx
Dosyayı görüntüle @
cd41f81e
...
@@ -335,7 +335,7 @@ const OUString& ScDPFunctionDlg::GetBaseItemName(const OUString& rLayoutName) co
...
@@ -335,7 +335,7 @@ const OUString& ScDPFunctionDlg::GetBaseItemName(const OUString& rLayoutName) co
return
itr
==
maBaseItemNameMap
.
end
()
?
rLayoutName
:
itr
->
second
;
return
itr
==
maBaseItemNameMap
.
end
()
?
rLayoutName
:
itr
->
second
;
}
}
sal_uInt16
ScDPFunctionDlg
::
FindBaseItemPos
(
const
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
sal_uInt16
ScDPFunctionDlg
::
FindBaseItemPos
(
const
OU
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
{
{
sal_uInt16
nPos
=
nStartPos
;
sal_uInt16
nPos
=
nStartPos
;
bool
bFound
=
false
;
bool
bFound
=
false
;
...
@@ -721,7 +721,7 @@ const OUString& ScDPSubtotalOptDlg::GetFieldName(const OUString& rLayoutName) co
...
@@ -721,7 +721,7 @@ const OUString& ScDPSubtotalOptDlg::GetFieldName(const OUString& rLayoutName) co
}
}
sal_uInt16
ScDPSubtotalOptDlg
::
FindListBoxEntry
(
sal_uInt16
ScDPSubtotalOptDlg
::
FindListBoxEntry
(
const
ListBox
&
rLBox
,
const
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
const
ListBox
&
rLBox
,
const
OU
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
{
{
sal_uInt16
nPos
=
nStartPos
;
sal_uInt16
nPos
=
nStartPos
;
bool
bFound
=
false
;
bool
bFound
=
false
;
...
...
sc/source/ui/inc/preview.hxx
Dosyayı görüntüle @
cd41f81e
...
@@ -137,7 +137,7 @@ public:
...
@@ -137,7 +137,7 @@ public:
const
ScPreviewLocationData
&
GetLocationData
();
const
ScPreviewLocationData
&
GetLocationData
();
String
GetPosString
();
OU
String
GetPosString
();
long
GetPageNo
()
const
{
return
nPageNo
;
}
long
GetPageNo
()
const
{
return
nPageNo
;
}
sal_uInt16
GetZoom
()
const
{
return
nZoom
;
}
sal_uInt16
GetZoom
()
const
{
return
nZoom
;
}
...
...
sc/source/ui/inc/prevwsh.hxx
Dosyayı görüntüle @
cd41f81e
...
@@ -71,7 +71,7 @@ protected:
...
@@ -71,7 +71,7 @@ protected:
virtual
void
InnerResizePixel
(
const
Point
&
rOfs
,
const
Size
&
rSize
);
virtual
void
InnerResizePixel
(
const
Point
&
rOfs
,
const
Size
&
rSize
);
virtual
void
OuterResizePixel
(
const
Point
&
rOfs
,
const
Size
&
rSize
);
virtual
void
OuterResizePixel
(
const
Point
&
rOfs
,
const
Size
&
rSize
);
virtual
String
GetDescription
()
const
;
virtual
OU
String
GetDescription
()
const
;
virtual
void
WriteUserData
(
OUString
&
,
bool
bBrowse
=
false
);
virtual
void
WriteUserData
(
OUString
&
,
bool
bBrowse
=
false
);
virtual
void
ReadUserData
(
const
OUString
&
,
bool
bBrowse
=
false
);
virtual
void
ReadUserData
(
const
OUString
&
,
bool
bBrowse
=
false
);
...
...
sc/source/ui/inc/pvfundlg.hxx
Dosyayı görüntüle @
cd41f81e
...
@@ -75,7 +75,7 @@ private:
...
@@ -75,7 +75,7 @@ private:
const
OUString
&
GetBaseItemName
(
const
OUString
&
rLayoutName
)
const
;
const
OUString
&
GetBaseItemName
(
const
OUString
&
rLayoutName
)
const
;
/** Searches for a listbox entry, starts search at specified position. */
/** Searches for a listbox entry, starts search at specified position. */
sal_uInt16
FindBaseItemPos
(
const
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
;
sal_uInt16
FindBaseItemPos
(
const
OU
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
;
DECL_LINK
(
SelectHdl
,
ListBox
*
);
DECL_LINK
(
SelectHdl
,
ListBox
*
);
DECL_LINK
(
DblClickHdl
,
void
*
);
DECL_LINK
(
DblClickHdl
,
void
*
);
...
@@ -165,7 +165,7 @@ private:
...
@@ -165,7 +165,7 @@ private:
const
OUString
&
GetFieldName
(
const
OUString
&
rLayoutName
)
const
;
const
OUString
&
GetFieldName
(
const
OUString
&
rLayoutName
)
const
;
/** Searches for a listbox entry, starts search at specified position. */
/** Searches for a listbox entry, starts search at specified position. */
sal_uInt16
FindListBoxEntry
(
const
ListBox
&
rLBox
,
const
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
;
sal_uInt16
FindListBoxEntry
(
const
ListBox
&
rLBox
,
const
OU
String
&
rEntry
,
sal_uInt16
nStartPos
)
const
;
DECL_LINK
(
RadioClickHdl
,
RadioButton
*
);
DECL_LINK
(
RadioClickHdl
,
RadioButton
*
);
DECL_LINK
(
CheckHdl
,
CheckBox
*
);
DECL_LINK
(
CheckHdl
,
CheckBox
*
);
...
...
sc/source/ui/view/preview.cxx
Dosyayı görüntüle @
cd41f81e
...
@@ -652,7 +652,7 @@ void ScPreview::DataChanged(bool bNewTime)
...
@@ -652,7 +652,7 @@ void ScPreview::DataChanged(bool bNewTime)
}
}
String
ScPreview
::
GetPosString
()
OU
String
ScPreview
::
GetPosString
()
{
{
if
(
!
bValid
)
if
(
!
bValid
)
{
{
...
...
sc/source/ui/view/prevwsh.cxx
Dosyayı görüntüle @
cd41f81e
...
@@ -206,7 +206,7 @@ void ScPreviewShell::InitStartTable(SCTAB nTab)
...
@@ -206,7 +206,7 @@ void ScPreviewShell::InitStartTable(SCTAB nTab)
//------------------------------------------------------------------
//------------------------------------------------------------------
String
ScPreviewShell
::
GetDescription
()
const
OU
String
ScPreviewShell
::
GetDescription
()
const
{
{
return
OUString
(
" ** Test ** "
);
return
OUString
(
" ** Test ** "
);
}
}
...
...
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