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
1136925b
Kaydet (Commit)
1136925b
authored
May 14, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
initialized with plain 0, instead of sal_False/false
Change-Id: I2df1bd52293c4423de5ac4c41f9392be1e8d2ccf
üst
9febe2cc
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
mysqlc_preparedstatement.cxx
mysqlc/source/mysqlc_preparedstatement.cxx
+1
-1
reflread.cxx
registry/source/reflread.cxx
+6
-6
appluno.cxx
sc/source/ui/unoobj/appluno.cxx
+1
-1
vbavalidation.cxx
sc/source/ui/vba/vbavalidation.cxx
+1
-1
svdglev.cxx
svx/source/svdraw/svdglev.cxx
+1
-1
ww8par6.cxx
sw/source/filter/ww8/ww8par6.cxx
+1
-1
bitmapex.cxx
vcl/source/gdi/bitmapex.cxx
+1
-1
No files found.
mysqlc/source/mysqlc_preparedstatement.cxx
Dosyayı görüntüle @
1136925b
...
@@ -207,7 +207,7 @@ sal_Int32 SAL_CALL OPreparedStatement::executeUpdate()
...
@@ -207,7 +207,7 @@ sal_Int32 SAL_CALL OPreparedStatement::executeUpdate()
MutexGuard
aGuard
(
m_aMutex
);
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
OPreparedStatement
::
rBHelper
.
bDisposed
);
checkDisposed
(
OPreparedStatement
::
rBHelper
.
bDisposed
);
sal_Int32
affectedRows
=
sal_False
;
sal_Int32
affectedRows
=
0
;
try
{
try
{
affectedRows
=
((
sql
::
PreparedStatement
*
)
cppStatement
)
->
executeUpdate
();
affectedRows
=
((
sql
::
PreparedStatement
*
)
cppStatement
)
->
executeUpdate
();
}
catch
(
const
sql
::
SQLException
&
e
)
{
}
catch
(
const
sql
::
SQLException
&
e
)
{
...
...
registry/source/reflread.cxx
Dosyayı görüntüle @
1136925b
...
@@ -376,7 +376,7 @@ sal_Int8 ConstantPool::readBYTEConstant(sal_uInt16 index)
...
@@ -376,7 +376,7 @@ sal_Int8 ConstantPool::readBYTEConstant(sal_uInt16 index)
sal_Int16
ConstantPool
::
readINT16Constant
(
sal_uInt16
index
)
sal_Int16
ConstantPool
::
readINT16Constant
(
sal_uInt16
index
)
{
{
sal_Int16
aINT16
=
sal_False
;
sal_Int16
aINT16
=
0
;
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
{
{
...
@@ -391,7 +391,7 @@ sal_Int16 ConstantPool::readINT16Constant(sal_uInt16 index)
...
@@ -391,7 +391,7 @@ sal_Int16 ConstantPool::readINT16Constant(sal_uInt16 index)
sal_uInt16
ConstantPool
::
readUINT16Constant
(
sal_uInt16
index
)
sal_uInt16
ConstantPool
::
readUINT16Constant
(
sal_uInt16
index
)
{
{
sal_uInt16
asal_uInt16
=
sal_False
;
sal_uInt16
asal_uInt16
=
0
;
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
{
{
...
@@ -406,7 +406,7 @@ sal_uInt16 ConstantPool::readUINT16Constant(sal_uInt16 index)
...
@@ -406,7 +406,7 @@ sal_uInt16 ConstantPool::readUINT16Constant(sal_uInt16 index)
sal_Int32
ConstantPool
::
readINT32Constant
(
sal_uInt16
index
)
sal_Int32
ConstantPool
::
readINT32Constant
(
sal_uInt16
index
)
{
{
sal_Int32
aINT32
=
sal_False
;
sal_Int32
aINT32
=
0
;
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
{
{
...
@@ -421,7 +421,7 @@ sal_Int32 ConstantPool::readINT32Constant(sal_uInt16 index)
...
@@ -421,7 +421,7 @@ sal_Int32 ConstantPool::readINT32Constant(sal_uInt16 index)
sal_uInt32
ConstantPool
::
readUINT32Constant
(
sal_uInt16
index
)
sal_uInt32
ConstantPool
::
readUINT32Constant
(
sal_uInt16
index
)
{
{
sal_uInt32
aUINT32
=
sal_False
;
sal_uInt32
aUINT32
=
0
;
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
{
{
...
@@ -436,7 +436,7 @@ sal_uInt32 ConstantPool::readUINT32Constant(sal_uInt16 index)
...
@@ -436,7 +436,7 @@ sal_uInt32 ConstantPool::readUINT32Constant(sal_uInt16 index)
sal_Int64
ConstantPool
::
readINT64Constant
(
sal_uInt16
index
)
sal_Int64
ConstantPool
::
readINT64Constant
(
sal_uInt16
index
)
{
{
sal_Int64
aINT64
=
sal_False
;
sal_Int64
aINT64
=
0
;
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
{
{
...
@@ -451,7 +451,7 @@ sal_Int64 ConstantPool::readINT64Constant(sal_uInt16 index)
...
@@ -451,7 +451,7 @@ sal_Int64 ConstantPool::readINT64Constant(sal_uInt16 index)
sal_uInt64
ConstantPool
::
readUINT64Constant
(
sal_uInt16
index
)
sal_uInt64
ConstantPool
::
readUINT64Constant
(
sal_uInt16
index
)
{
{
sal_uInt64
aUINT64
=
sal_False
;
sal_uInt64
aUINT64
=
0
;
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
if
(
m_pIndex
&&
(
index
>
0
)
&&
(
index
<=
m_numOfEntries
))
{
{
...
...
sc/source/ui/unoobj/appluno.cxx
Dosyayı görüntüle @
1136925b
...
@@ -389,7 +389,7 @@ sal_Bool ScSpreadsheetSettings::getPropertyBool(const OUString& aPropertyName) t
...
@@ -389,7 +389,7 @@ sal_Bool ScSpreadsheetSettings::getPropertyBool(const OUString& aPropertyName) t
sal_Int16
ScSpreadsheetSettings
::
getPropertyInt16
(
const
OUString
&
aPropertyName
)
throw
(
css
::
uno
::
RuntimeException
)
sal_Int16
ScSpreadsheetSettings
::
getPropertyInt16
(
const
OUString
&
aPropertyName
)
throw
(
css
::
uno
::
RuntimeException
)
{
{
uno
::
Any
any
=
getPropertyValue
(
aPropertyName
);
uno
::
Any
any
=
getPropertyValue
(
aPropertyName
);
sal_Int16
b
=
sal_False
;
sal_Int16
b
=
0
;
any
>>=
b
;
any
>>=
b
;
return
b
;
return
b
;
}
}
...
...
sc/source/ui/vba/vbavalidation.cxx
Dosyayı görüntüle @
1136925b
...
@@ -92,7 +92,7 @@ ScVbaValidation::getInCellDropdown() throw (uno::RuntimeException)
...
@@ -92,7 +92,7 @@ ScVbaValidation::getInCellDropdown() throw (uno::RuntimeException)
void
SAL_CALL
void
SAL_CALL
ScVbaValidation
::
setInCellDropdown
(
::
sal_Bool
_incelldropdown
)
throw
(
uno
::
RuntimeException
)
ScVbaValidation
::
setInCellDropdown
(
::
sal_Bool
_incelldropdown
)
throw
(
uno
::
RuntimeException
)
{
{
sal_Int32
nDropDown
=
false
;
sal_Int32
nDropDown
=
0
;
if
(
_incelldropdown
)
if
(
_incelldropdown
)
nDropDown
=
1
;
nDropDown
=
1
;
uno
::
Reference
<
beans
::
XPropertySet
>
xProps
(
lcl_getValidationProps
(
m_xRange
)
);
uno
::
Reference
<
beans
::
XPropertySet
>
xProps
(
lcl_getValidationProps
(
m_xRange
)
);
...
...
svx/source/svdraw/svdglev.cxx
Dosyayı görüntüle @
1136925b
...
@@ -107,7 +107,7 @@ TRISTATE SdrGlueEditView::IsMarkedGluePointsEscDir(sal_uInt16 nThisEsc) const
...
@@ -107,7 +107,7 @@ TRISTATE SdrGlueEditView::IsMarkedGluePointsEscDir(sal_uInt16 nThisEsc) const
{
{
ForceUndirtyMrkPnt
();
ForceUndirtyMrkPnt
();
sal_Bool
bFirst
=
sal_True
;
sal_Bool
bFirst
=
sal_True
;
sal_uInt16
nRet
=
sal_False
;
sal_uInt16
nRet
=
0
;
((
SdrGlueEditView
*
)
this
)
->
ImpDoMarkedGluePoints
(
ImpGetEscDir
,
sal_True
,
&
bFirst
,
&
nThisEsc
,
&
nRet
);
((
SdrGlueEditView
*
)
this
)
->
ImpDoMarkedGluePoints
(
ImpGetEscDir
,
sal_True
,
&
bFirst
,
&
nThisEsc
,
&
nRet
);
return
(
TRISTATE
)
nRet
;
return
(
TRISTATE
)
nRet
;
}
}
...
...
sw/source/filter/ww8/ww8par6.cxx
Dosyayı görüntüle @
1136925b
...
@@ -1218,7 +1218,7 @@ static sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPa
...
@@ -1218,7 +1218,7 @@ static sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPa
//returns a sal_uInt8 filled with a bit for each position that had a sprm
//returns a sal_uInt8 filled with a bit for each position that had a sprm
//setting that border
//setting that border
sal_uInt8
nBorder
=
false
;
sal_uInt8
nBorder
=
0
;
if
(
pSep
)
if
(
pSep
)
{
{
if
(
!
bVer67
)
if
(
!
bVer67
)
...
...
vcl/source/gdi/bitmapex.cxx
Dosyayı görüntüle @
1136925b
...
@@ -821,7 +821,7 @@ SvStream& operator>>( SvStream& rIStm, BitmapEx& rBitmapEx )
...
@@ -821,7 +821,7 @@ SvStream& operator>>( SvStream& rIStm, BitmapEx& rBitmapEx )
}
}
else
else
{
{
sal_uInt8
bTransparent
=
false
;
sal_uInt8
bTransparent
=
0
;
rIStm
>>
bTransparent
;
rIStm
>>
bTransparent
;
...
...
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