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
99d3733c
Kaydet (Commit)
99d3733c
authored
Kas 29, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
static, not mysterious
Change-Id: Ib080dd7fcbc8abb52f762a8071b0233e970b2691
üst
1e1302b8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
datastream.cxx
sc/source/ui/docshell/datastream.cxx
+3
-4
datastream.hxx
sc/source/ui/inc/datastream.hxx
+1
-1
datastreamdlg.cxx
sc/source/ui/miscdlgs/datastreamdlg.cxx
+1
-1
No files found.
sc/source/ui/docshell/datastream.cxx
Dosyayı görüntüle @
99d3733c
...
@@ -110,11 +110,10 @@ private:
...
@@ -110,11 +110,10 @@ private:
}
}
void
DataStream
::
MakeToolbarVisible
(
ScDocShell
*
pShell
)
void
DataStream
::
MakeToolbarVisible
()
{
{
(
void
)
pShell
;
// Mysterious MSVC 2012 claim pShell is unreferenced...
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
xFrame
=
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
xFrame
=
pShell
->
GetViewData
()
->
GetViewShell
()
->
GetViewFrame
()
->
GetFrame
().
GetFrameInterface
();
ScDocShell
::
GetViewData
()
->
GetViewShell
()
->
GetViewFrame
()
->
GetFrame
().
GetFrameInterface
();
if
(
!
xFrame
.
is
())
if
(
!
xFrame
.
is
())
return
;
return
;
...
@@ -442,7 +441,7 @@ bool DataStream::ImportData()
...
@@ -442,7 +441,7 @@ bool DataStream::ImportData()
sfx2
::
SvBaseLink
::
UpdateResult
DataStream
::
DataChanged
(
sfx2
::
SvBaseLink
::
UpdateResult
DataStream
::
DataChanged
(
const
OUString
&
,
const
css
::
uno
::
Any
&
)
const
OUString
&
,
const
css
::
uno
::
Any
&
)
{
{
MakeToolbarVisible
(
mpScDocShell
);
MakeToolbarVisible
();
StopImport
();
StopImport
();
bool
bStart
=
true
;
bool
bStart
=
true
;
if
(
mnSettings
&
SCRIPT_STREAM
&&
!
mxReaderThread
.
is
()
&&
if
(
mnSettings
&
SCRIPT_STREAM
&&
!
mxReaderThread
.
is
()
&&
...
...
sc/source/ui/inc/datastream.hxx
Dosyayı görüntüle @
99d3733c
...
@@ -39,7 +39,7 @@ public:
...
@@ -39,7 +39,7 @@ public:
enum
MoveEnum
{
NO_MOVE
,
RANGE_DOWN
,
MOVE_DOWN
,
MOVE_UP
};
enum
MoveEnum
{
NO_MOVE
,
RANGE_DOWN
,
MOVE_DOWN
,
MOVE_UP
};
enum
{
SCRIPT_STREAM
=
1
,
VALUES_IN_LINE
=
2
};
enum
{
SCRIPT_STREAM
=
1
,
VALUES_IN_LINE
=
2
};
static
void
MakeToolbarVisible
(
ScDocShell
*
pShell
);
static
void
MakeToolbarVisible
();
static
DataStream
*
Set
(
ScDocShell
*
pShell
,
const
OUString
&
rURL
,
const
OUString
&
rRange
,
static
DataStream
*
Set
(
ScDocShell
*
pShell
,
const
OUString
&
rURL
,
const
OUString
&
rRange
,
sal_Int32
nLimit
,
const
OUString
&
rMove
,
sal_uInt32
nSettings
);
sal_Int32
nLimit
,
const
OUString
&
rMove
,
sal_uInt32
nSettings
);
...
...
sc/source/ui/miscdlgs/datastreamdlg.cxx
Dosyayı görüntüle @
99d3733c
...
@@ -127,7 +127,7 @@ void DataStreamDlg::StartStream(DataStream *pStream)
...
@@ -127,7 +127,7 @@ void DataStreamDlg::StartStream(DataStream *pStream)
?
OUString
(
"RANGE_DOWN"
)
:
OUString
(
"MOVE_DOWN"
)
?
OUString
(
"RANGE_DOWN"
)
:
OUString
(
"MOVE_DOWN"
)
,
nSettings
,
nSettings
);
);
DataStream
::
MakeToolbarVisible
(
mpDocShell
);
DataStream
::
MakeToolbarVisible
();
pStream
->
StartImport
();
pStream
->
StartImport
();
}
}
...
...
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