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
e639e306
Kaydet (Commit)
e639e306
authored
Haz 21, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make them officially non-copyable.
Change-Id: Ie8f8c2227b35ffb81f902458ce1b0a732b430b53
üst
b1391232
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
fillinfo.hxx
sc/inc/fillinfo.hxx
+5
-3
fillinfo.cxx
sc/source/core/data/fillinfo.cxx
+0
-1
No files found.
sc/inc/fillinfo.hxx
Dosyayı görüntüle @
e639e306
...
@@ -25,6 +25,8 @@
...
@@ -25,6 +25,8 @@
#include "colorscale.hxx"
#include "colorscale.hxx"
#include "cellvalue.hxx"
#include "cellvalue.hxx"
#include <boost/noncopyable.hpp>
class
SfxItemSet
;
class
SfxItemSet
;
class
SvxBrushItem
;
class
SvxBrushItem
;
class
SvxBoxItem
;
class
SvxBoxItem
;
...
@@ -90,7 +92,7 @@ struct ScIconSetInfo
...
@@ -90,7 +92,7 @@ struct ScIconSetInfo
bool
mbShowValue
;
bool
mbShowValue
;
};
};
struct
CellInfo
struct
CellInfo
:
boost
::
noncopyable
{
{
ScRefCellValue
maCell
;
ScRefCellValue
maCell
;
...
@@ -145,7 +147,7 @@ struct CellInfo
...
@@ -145,7 +147,7 @@ struct CellInfo
const
SCCOL
SC_ROTMAX_NONE
=
SCCOL_MAX
;
const
SCCOL
SC_ROTMAX_NONE
=
SCCOL_MAX
;
struct
RowInfo
struct
RowInfo
:
boost
::
noncopyable
{
{
CellInfo
*
pCellInfo
;
CellInfo
*
pCellInfo
;
...
@@ -166,7 +168,7 @@ private:
...
@@ -166,7 +168,7 @@ private:
RowInfo
&
operator
=
(
const
RowInfo
&
);
RowInfo
&
operator
=
(
const
RowInfo
&
);
};
};
struct
ScTableInfo
struct
ScTableInfo
:
boost
::
noncopyable
{
{
svx
::
frame
::
Array
maArray
;
svx
::
frame
::
Array
maArray
;
RowInfo
*
mpRowInfo
;
RowInfo
*
mpRowInfo
;
...
...
sc/source/core/data/fillinfo.cxx
Dosyayı görüntüle @
e639e306
...
@@ -323,7 +323,6 @@ void ScDocument::FillInfo(
...
@@ -323,7 +323,6 @@ void ScDocument::FillInfo(
//! Conditionals auch bei HASATTR_ROTATE abfragen ????
//! Conditionals auch bei HASATTR_ROTATE abfragen ????
OSL_ENSURE
(
nArrCount
>
2
,
"nArrCount too small"
);
OSL_ENSURE
(
nArrCount
>
2
,
"nArrCount too small"
);
// FindMaxRotCol( nTab, &pRowInfo[1], nArrCount-2, nX1, nX2 );
FindMaxRotCol
(
nTab
,
&
pRowInfo
[
1
],
nArrCount
-
1
,
nCol1
,
nCol2
);
FindMaxRotCol
(
nTab
,
&
pRowInfo
[
1
],
nArrCount
-
1
,
nCol1
,
nCol2
);
// FindMaxRotCol setzt nRotMaxCol
// FindMaxRotCol setzt nRotMaxCol
...
...
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