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
654d9eb4
Kaydet (Commit)
654d9eb4
authored
Kas 29, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These methods can be const.
üst
8724aa7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
viewdata.hxx
sc/source/ui/inc/viewdata.hxx
+2
-2
prevwsh.cxx
sc/source/ui/view/prevwsh.cxx
+1
-1
viewdata.cxx
sc/source/ui/view/viewdata.cxx
+2
-2
No files found.
sc/source/ui/inc/viewdata.hxx
Dosyayı görüntüle @
654d9eb4
...
@@ -155,7 +155,7 @@ private:
...
@@ -155,7 +155,7 @@ private:
void
WriteUserDataSequence
(
void
WriteUserDataSequence
(
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
,
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
,
const
ScViewData
&
rViewData
,
SCTAB
nTab
);
const
ScViewData
&
rViewData
,
SCTAB
nTab
)
const
;
void
ReadUserDataSequence
(
void
ReadUserDataSequence
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
,
...
@@ -267,7 +267,7 @@ public:
...
@@ -267,7 +267,7 @@ public:
void
ReadUserData
(
const
String
&
rData
);
void
ReadUserData
(
const
String
&
rData
);
void
WriteExtOptions
(
ScExtDocOptions
&
rOpt
)
const
;
void
WriteExtOptions
(
ScExtDocOptions
&
rOpt
)
const
;
void
ReadExtOptions
(
const
ScExtDocOptions
&
rOpt
);
void
ReadExtOptions
(
const
ScExtDocOptions
&
rOpt
);
void
WriteUserDataSequence
(
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
);
void
WriteUserDataSequence
(
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
)
const
;
void
ReadUserDataSequence
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
);
void
ReadUserDataSequence
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rSettings
);
ScDocument
*
GetDocument
()
const
;
ScDocument
*
GetDocument
()
const
;
...
...
sc/source/ui/view/prevwsh.cxx
Dosyayı görüntüle @
654d9eb4
...
@@ -156,7 +156,7 @@ ScPreviewShell::ScPreviewShell( SfxViewFrame* pViewFrame,
...
@@ -156,7 +156,7 @@ ScPreviewShell::ScPreviewShell( SfxViewFrame* pViewFrame,
//! or completely forget aSourceData on ScTablesHint?
//! or completely forget aSourceData on ScTablesHint?
ScTabViewShell
*
pTabViewShell
=
((
ScTabViewShell
*
)
pOldSh
);
ScTabViewShell
*
pTabViewShell
=
((
ScTabViewShell
*
)
pOldSh
);
ScViewData
*
pData
=
pTabViewShell
->
GetViewData
();
const
ScViewData
*
pData
=
pTabViewShell
->
GetViewData
();
pData
->
WriteUserDataSequence
(
aSourceData
);
pData
->
WriteUserDataSequence
(
aSourceData
);
InitStartTable
(
pData
->
GetTabNo
()
);
InitStartTable
(
pData
->
GetTabNo
()
);
pPreview
->
SetSelectedTabs
(
pData
->
GetMarkData
());
pPreview
->
SetSelectedTabs
(
pData
->
GetMarkData
());
...
...
sc/source/ui/view/viewdata.cxx
Dosyayı görüntüle @
654d9eb4
...
@@ -113,7 +113,7 @@ ScViewDataTable::~ScViewDataTable()
...
@@ -113,7 +113,7 @@ ScViewDataTable::~ScViewDataTable()
{
{
}
}
void
ScViewDataTable
::
WriteUserDataSequence
(
uno
::
Sequence
<
beans
::
PropertyValue
>&
rSettings
,
const
ScViewData
&
/*rViewData*/
,
SCTAB
/*nTab*/
)
void
ScViewDataTable
::
WriteUserDataSequence
(
uno
::
Sequence
<
beans
::
PropertyValue
>&
rSettings
,
const
ScViewData
&
/*rViewData*/
,
SCTAB
/*nTab*/
)
const
{
{
rSettings
.
realloc
(
SC_TABLE_VIEWSETTINGS_COUNT
);
rSettings
.
realloc
(
SC_TABLE_VIEWSETTINGS_COUNT
);
beans
::
PropertyValue
*
pSettings
=
rSettings
.
getArray
();
beans
::
PropertyValue
*
pSettings
=
rSettings
.
getArray
();
...
@@ -2615,7 +2615,7 @@ void ScViewData::ReadExtOptions( const ScExtDocOptions& rDocOpt )
...
@@ -2615,7 +2615,7 @@ void ScViewData::ReadExtOptions( const ScExtDocOptions& rDocOpt )
// RecalcPixPos oder so - auch nMPos - auch bei ReadUserData ??!?!
// RecalcPixPos oder so - auch nMPos - auch bei ReadUserData ??!?!
}
}
void
ScViewData
::
WriteUserDataSequence
(
uno
::
Sequence
<
beans
::
PropertyValue
>&
rSettings
)
void
ScViewData
::
WriteUserDataSequence
(
uno
::
Sequence
<
beans
::
PropertyValue
>&
rSettings
)
const
{
{
rSettings
.
realloc
(
SC_VIEWSETTINGS_COUNT
);
rSettings
.
realloc
(
SC_VIEWSETTINGS_COUNT
);
// + 1, because we have to put the view id in the sequence
// + 1, because we have to put the view id in the sequence
...
...
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