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
b9272524
Kaydet (Commit)
b9272524
authored
Eyl 17, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/source/ui/inc/dbdocfun.hxx from String to OUString
Change-Id: I67ef2f01779954040267933eb864aa6e500f5cb5
üst
174140b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
dbdocfun.cxx
sc/source/ui/docshell/dbdocfun.cxx
+2
-2
dbdocfun.hxx
sc/source/ui/inc/dbdocfun.hxx
+2
-4
No files found.
sc/source/ui/docshell/dbdocfun.cxx
Dosyayı görüntüle @
b9272524
...
...
@@ -146,7 +146,7 @@ bool ScDBDocFunc::DeleteDBRange(const OUString& rName)
return
bDone
;
}
bool
ScDBDocFunc
::
RenameDBRange
(
const
String
&
rOld
,
const
String
&
rNew
)
bool
ScDBDocFunc
::
RenameDBRange
(
const
OUString
&
rOld
,
const
OU
String
&
rNew
)
{
bool
bDone
=
false
;
ScDocument
*
pDoc
=
rDocShell
.
GetDocument
();
...
...
@@ -1672,7 +1672,7 @@ void ScDBDocFunc::RefreshPivotTableGroups(ScDPObject* pDPObj)
//
// database import
void
ScDBDocFunc
::
UpdateImport
(
const
String
&
rTarget
,
const
svx
::
ODataAccessDescriptor
&
rDescriptor
)
void
ScDBDocFunc
::
UpdateImport
(
const
OU
String
&
rTarget
,
const
svx
::
ODataAccessDescriptor
&
rDescriptor
)
{
// rTarget is the name of a database range
...
...
sc/source/ui/inc/dbdocfun.hxx
Dosyayı görüntüle @
b9272524
...
...
@@ -24,8 +24,6 @@
#include <tools/solar.h>
#include <com/sun/star/uno/Sequence.hxx>
class
String
;
struct
ScImportParam
;
struct
ScQueryParam
;
struct
ScSortParam
;
...
...
@@ -59,7 +57,7 @@ public:
ScDBDocFunc
(
ScDocShell
&
rDocSh
)
:
rDocShell
(
rDocSh
)
{}
~
ScDBDocFunc
()
{}
void
UpdateImport
(
const
String
&
rTarget
,
const
svx
::
ODataAccessDescriptor
&
rDescriptor
);
void
UpdateImport
(
const
OU
String
&
rTarget
,
const
svx
::
ODataAccessDescriptor
&
rDescriptor
);
bool
DoImport
(
SCTAB
nTab
,
const
ScImportParam
&
rParam
,
const
svx
::
ODataAccessDescriptor
*
pDescriptor
,
// used for selection an existing ResultSet
...
...
@@ -84,7 +82,7 @@ public:
bool
AddDBRange
(
const
OUString
&
rName
,
const
ScRange
&
rRange
,
sal_Bool
bApi
);
bool
DeleteDBRange
(
const
OUString
&
rName
);
bool
RenameDBRange
(
const
String
&
rOld
,
const
String
&
rNew
);
bool
RenameDBRange
(
const
OUString
&
rOld
,
const
OU
String
&
rNew
);
bool
ModifyDBData
(
const
ScDBData
&
rNewData
);
// Name unveraendert
bool
RepeatDB
(
const
OUString
&
rDBName
,
bool
bRecord
,
bool
bApi
,
bool
bIsUnnamed
=
false
,
SCTAB
aTab
=
0
);
...
...
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