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
f855848a
Kaydet (Commit)
f855848a
authored
Şub 12, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I81941bb3a13ccf51e3c37272bc87620b2ca87eac
üst
dd9fd8f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
nameuno.hxx
sc/inc/nameuno.hxx
+5
-5
docuno.cxx
sc/source/ui/unoobj/docuno.cxx
+1
-1
nameuno.cxx
sc/source/ui/unoobj/nameuno.cxx
+2
-2
No files found.
sc/inc/nameuno.hxx
Dosyayı görüntüle @
f855848a
...
@@ -179,7 +179,7 @@ private:
...
@@ -179,7 +179,7 @@ private:
/** if true, adding new name or modifying existing one will set the
/** if true, adding new name or modifying existing one will set the
document 'modified' and broadcast the change. We turn this off during
document 'modified' and broadcast the change. We turn this off during
import. */
import. */
sal_Bool
mbModifyAndBroadcast
;
bool
mbModifyAndBroadcast
;
virtual
ScNamedRangeObj
*
GetObjectByIndex_Impl
(
sal_uInt16
nIndex
)
=
0
;
virtual
ScNamedRangeObj
*
GetObjectByIndex_Impl
(
sal_uInt16
nIndex
)
=
0
;
virtual
ScNamedRangeObj
*
GetObjectByName_Impl
(
const
OUString
&
aName
)
=
0
;
virtual
ScNamedRangeObj
*
GetObjectByName_Impl
(
const
OUString
&
aName
)
=
0
;
...
@@ -338,7 +338,7 @@ class ScLabelRangeObj : public ::cppu::WeakImplHelper2<
...
@@ -338,7 +338,7 @@ class ScLabelRangeObj : public ::cppu::WeakImplHelper2<
{
{
private
:
private
:
ScDocShell
*
pDocShell
;
ScDocShell
*
pDocShell
;
sal_Bool
bColumn
;
bool
bColumn
;
ScRange
aRange
;
///< criterion to find range
ScRange
aRange
;
///< criterion to find range
private
:
private
:
...
@@ -346,7 +346,7 @@ private:
...
@@ -346,7 +346,7 @@ private:
void
Modify_Impl
(
const
ScRange
*
pLabel
,
const
ScRange
*
pData
);
void
Modify_Impl
(
const
ScRange
*
pLabel
,
const
ScRange
*
pData
);
public
:
public
:
ScLabelRangeObj
(
ScDocShell
*
pDocSh
,
sal_B
ool
bCol
,
const
ScRange
&
rR
);
ScLabelRangeObj
(
ScDocShell
*
pDocSh
,
b
ool
bCol
,
const
ScRange
&
rR
);
virtual
~
ScLabelRangeObj
();
virtual
~
ScLabelRangeObj
();
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
...
@@ -379,12 +379,12 @@ class ScLabelRangesObj : public ::cppu::WeakImplHelper3<
...
@@ -379,12 +379,12 @@ class ScLabelRangesObj : public ::cppu::WeakImplHelper3<
{
{
private
:
private
:
ScDocShell
*
pDocShell
;
ScDocShell
*
pDocShell
;
sal_B
ool
bColumn
;
b
ool
bColumn
;
ScLabelRangeObj
*
GetObjectByIndex_Impl
(
size_t
nIndex
);
ScLabelRangeObj
*
GetObjectByIndex_Impl
(
size_t
nIndex
);
public
:
public
:
ScLabelRangesObj
(
ScDocShell
*
pDocSh
,
sal_B
ool
bCol
);
ScLabelRangesObj
(
ScDocShell
*
pDocSh
,
b
ool
bCol
);
virtual
~
ScLabelRangesObj
();
virtual
~
ScLabelRangesObj
();
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
...
...
sc/source/ui/unoobj/docuno.cxx
Dosyayı görüntüle @
f855848a
...
@@ -1791,7 +1791,7 @@ uno::Any SAL_CALL ScModelObj::getPropertyValue( const OUString& aPropertyName )
...
@@ -1791,7 +1791,7 @@ uno::Any SAL_CALL ScModelObj::getPropertyValue( const OUString& aPropertyName )
}
}
else
if
(
aString
.
equalsAscii
(
SC_UNO_COLLABELRNG
)
)
else
if
(
aString
.
equalsAscii
(
SC_UNO_COLLABELRNG
)
)
{
{
aRet
<<=
uno
::
Reference
<
sheet
::
XLabelRanges
>
(
new
ScLabelRangesObj
(
pDocShell
,
sal_T
rue
));
aRet
<<=
uno
::
Reference
<
sheet
::
XLabelRanges
>
(
new
ScLabelRangesObj
(
pDocShell
,
t
rue
));
}
}
else
if
(
aString
.
equalsAscii
(
SC_UNO_ROWLABELRNG
)
)
else
if
(
aString
.
equalsAscii
(
SC_UNO_ROWLABELRNG
)
)
{
{
...
...
sc/source/ui/unoobj/nameuno.cxx
Dosyayı görüntüle @
f855848a
...
@@ -941,7 +941,7 @@ SCTAB ScLocalNamedRangesObj::GetTab_Impl()
...
@@ -941,7 +941,7 @@ SCTAB ScLocalNamedRangesObj::GetTab_Impl()
//------------------------------------------------------------------------
//------------------------------------------------------------------------
ScLabelRangeObj
::
ScLabelRangeObj
(
ScDocShell
*
pDocSh
,
sal_B
ool
bCol
,
const
ScRange
&
rR
)
:
ScLabelRangeObj
::
ScLabelRangeObj
(
ScDocShell
*
pDocSh
,
b
ool
bCol
,
const
ScRange
&
rR
)
:
pDocShell
(
pDocSh
),
pDocShell
(
pDocSh
),
bColumn
(
bCol
),
bColumn
(
bCol
),
aRange
(
rR
)
aRange
(
rR
)
...
@@ -1062,7 +1062,7 @@ void SAL_CALL ScLabelRangeObj::setDataArea( const table::CellRangeAddress& aData
...
@@ -1062,7 +1062,7 @@ void SAL_CALL ScLabelRangeObj::setDataArea( const table::CellRangeAddress& aData
//------------------------------------------------------------------------
//------------------------------------------------------------------------
ScLabelRangesObj
::
ScLabelRangesObj
(
ScDocShell
*
pDocSh
,
sal_B
ool
bCol
)
:
ScLabelRangesObj
::
ScLabelRangesObj
(
ScDocShell
*
pDocSh
,
b
ool
bCol
)
:
pDocShell
(
pDocSh
),
pDocShell
(
pDocSh
),
bColumn
(
bCol
)
bColumn
(
bCol
)
{
{
...
...
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