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
2ba43bc1
Kaydet (Commit)
2ba43bc1
authored
Agu 23, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.
Change-Id: I4dc7dc689af5d2e9d49584157171202aef873688
üst
ccce242c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
datauno.hxx
sc/inc/datauno.hxx
+4
-4
workbookhelper.cxx
sc/source/filter/oox/workbookhelper.cxx
+1
-2
No files found.
sc/inc/datauno.hxx
Dosyayı görüntüle @
2ba43bc1
...
...
@@ -494,7 +494,7 @@ public:
};
class
S
C_DLLPUBLIC
S
cDatabaseRangeObj
:
public
cppu
::
WeakImplHelper6
<
class
ScDatabaseRangeObj
:
public
cppu
::
WeakImplHelper6
<
com
::
sun
::
star
::
sheet
::
XDatabaseRange
,
com
::
sun
::
star
::
util
::
XRefreshable
,
com
::
sun
::
star
::
container
::
XNamed
,
...
...
@@ -516,9 +516,9 @@ private:
void
Refreshed_Impl
();
public
:
ScDatabaseRangeObj
(
ScDocShell
*
pDocSh
,
const
String
&
rNm
);
ScDatabaseRangeObj
(
ScDocShell
*
pDocSh
,
const
SCTAB
nTab
);
virtual
~
ScDatabaseRangeObj
();
ScDatabaseRangeObj
(
ScDocShell
*
pDocSh
,
const
String
&
rNm
);
SC_DLLPUBLIC
ScDatabaseRangeObj
(
ScDocShell
*
pDocSh
,
const
SCTAB
nTab
);
virtual
~
ScDatabaseRangeObj
();
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
...
...
sc/source/filter/oox/workbookhelper.cxx
Dosyayı görüntüle @
2ba43bc1
...
...
@@ -480,8 +480,7 @@ Reference< XDatabaseRange > WorkbookGlobals::createUnnamedDatabaseRangeObject( c
aScRange
.
aEnd
.
Col
(),
aScRange
.
aEnd
.
Row
()
);
rDoc
.
SetAnonymousDBData
(
aScRange
.
aStart
.
Tab
()
,
pNewDBData
);
ScDocShell
*
pDocSh
=
static_cast
<
ScDocShell
*
>
(
rDoc
.
GetDocumentShell
());
ScDatabaseRangeObj
*
pDBRangeObj
=
new
ScDatabaseRangeObj
(
pDocSh
,
aScRange
.
aStart
.
Tab
()
);
xDatabaseRange
.
set
(
pDBRangeObj
);
xDatabaseRange
.
set
(
new
ScDatabaseRangeObj
(
pDocSh
,
aScRange
.
aStart
.
Tab
()));
}
catch
(
Exception
&
)
{
...
...
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