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
1e65f017
Kaydet (Commit)
1e65f017
authored
Ara 19, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool
Change-Id: Ie4aac09e9aa7232c61cfdcda7b2bffd5002036a7
üst
f3ea8bb8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
21 deletions
+21
-21
ascatr.cxx
sw/source/filter/ascii/ascatr.cxx
+5
-5
wrtasc.cxx
sw/source/filter/ascii/wrtasc.cxx
+4
-4
fltini.cxx
sw/source/filter/basflt/fltini.cxx
+2
-2
iodetect.cxx
sw/source/filter/basflt/iodetect.cxx
+2
-2
shellio.cxx
sw/source/filter/basflt/shellio.cxx
+5
-5
css1atr.cxx
sw/source/filter/html/css1atr.cxx
+0
-0
htmlcss1.cxx
sw/source/filter/html/htmlcss1.cxx
+1
-1
htmlfldw.cxx
sw/source/filter/html/htmlfldw.cxx
+1
-1
swhtml.cxx
sw/source/filter/html/swhtml.cxx
+1
-1
No files found.
sw/source/filter/ascii/ascatr.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -54,7 +54,7 @@ public:
void
NextPos
()
{
nAktSwPos
=
SearchNext
(
nAktSwPos
+
1
);
}
xub_StrLen
WhereNext
()
const
{
return
nAktSwPos
;
}
sal_B
ool
OutAttr
(
xub_StrLen
nSwPos
);
b
ool
OutAttr
(
xub_StrLen
nSwPos
);
};
...
...
@@ -93,9 +93,9 @@ xub_StrLen SwASC_AttrIter::SearchNext( xub_StrLen nStartPos )
}
sal_B
ool
SwASC_AttrIter
::
OutAttr
(
xub_StrLen
nSwPos
)
b
ool
SwASC_AttrIter
::
OutAttr
(
xub_StrLen
nSwPos
)
{
sal_Bool
bRet
=
sal_F
alse
;
bool
bRet
=
f
alse
;
const
SwpHints
*
pTxtAttrs
=
rNd
.
GetpSwpHints
();
if
(
pTxtAttrs
)
{
...
...
@@ -105,7 +105,7 @@ sal_Bool SwASC_AttrIter::OutAttr( xub_StrLen nSwPos )
const
SwTxtAttr
*
pHt
=
(
*
pTxtAttrs
)[
i
];
if
(
pHt
->
HasDummyChar
()
&&
nSwPos
==
*
pHt
->
GetStart
()
)
{
bRet
=
sal_T
rue
;
bRet
=
t
rue
;
String
sOut
;
switch
(
pHt
->
Which
()
)
{
...
...
@@ -149,7 +149,7 @@ static Writer& OutASC_SwTxtNode( Writer& rWrt, SwCntntNode& rNode )
xub_StrLen
nStrPos
=
rWrt
.
pCurPam
->
GetPoint
()
->
nContent
.
GetIndex
();
xub_StrLen
nNodeEnde
=
rNd
.
Len
(),
nEnde
=
nNodeEnde
;
sal_B
ool
bLastNd
=
rWrt
.
pCurPam
->
GetPoint
()
->
nNode
==
rWrt
.
pCurPam
->
GetMark
()
->
nNode
;
b
ool
bLastNd
=
rWrt
.
pCurPam
->
GetPoint
()
->
nNode
==
rWrt
.
pCurPam
->
GetMark
()
->
nNode
;
if
(
bLastNd
)
nEnde
=
rWrt
.
pCurPam
->
GetMark
()
->
nContent
.
GetIndex
();
...
...
sw/source/filter/ascii/wrtasc.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -111,7 +111,7 @@ sal_uLong SwASCWriter::WriteStream()
SwPaM
*
pPam
=
pOrigPam
;
sal_B
ool
bWriteSttTag
=
bUCS2_WithStartChar
&&
b
ool
bWriteSttTag
=
bUCS2_WithStartChar
&&
(
RTL_TEXTENCODING_UCS2
==
GetAsciiOptions
().
GetCharSet
()
||
RTL_TEXTENCODING_UTF8
==
GetAsciiOptions
().
GetCharSet
());
...
...
@@ -120,7 +120,7 @@ sal_uLong SwASCWriter::WriteStream()
// Output all areas of the pam into the ASC file
do
{
sal_Bool
bTstFly
=
sal_T
rue
;
bool
bTstFly
=
t
rue
;
while
(
pCurPam
->
GetPoint
()
->
nNode
.
GetIndex
()
<
pCurPam
->
GetMark
()
->
nNode
.
GetIndex
()
||
(
pCurPam
->
GetPoint
()
->
nNode
.
GetIndex
()
==
pCurPam
->
GetMark
()
->
nNode
.
GetIndex
()
&&
pCurPam
->
GetPoint
()
->
nContent
.
GetIndex
()
<=
pCurPam
->
GetMark
()
->
nContent
.
GetIndex
())
)
...
...
@@ -175,11 +175,11 @@ sal_uLong SwASCWriter::WriteStream()
break
;
}
bWriteSttTag
=
sal_F
alse
;
bWriteSttTag
=
f
alse
;
}
Out
(
aASCNodeFnTab
,
*
pNd
,
*
this
);
}
bTstFly
=
sal_F
alse
;
// Testing once is enough
bTstFly
=
f
alse
;
// Testing once is enough
}
if
(
!
pCurPam
->
Move
(
fnMoveForward
,
fnGoNode
)
)
...
...
sw/source/filter/basflt/fltini.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -354,7 +354,7 @@ void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
GetCntntIdx
();
if
(
pSttNd
)
{
sal_Bool
bOnlyOneNode
=
sal_T
rue
;
bool
bOnlyOneNode
=
t
rue
;
sal_uLong
nMinFrm
=
0
;
sal_uLong
nMaxFrm
=
0
;
SwTxtNode
*
pFirstTxtNd
=
0
;
...
...
@@ -370,7 +370,7 @@ void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
else
if
(
pFirstTxtNd
!=
pTxtNd
)
{
// forget it
bOnlyOneNode
=
sal_F
alse
;
bOnlyOneNode
=
f
alse
;
break
;
}
...
...
sw/source/filter/basflt/iodetect.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -125,7 +125,7 @@ const SfxFilter* SwIoSystem::GetFilterOfFormat(const String& rFmtNm,
if
(
pCnt
||
pFltCnt
==
&
aCntSwWeb
)
break
;
pFltCnt
=
&
aCntSwWeb
;
}
while
(
sal_T
rue
);
}
while
(
t
rue
);
return
0
;
}
...
...
@@ -302,7 +302,7 @@ const SfxFilter* SwIoSystem::GetFileFilter(const String& rFileName,
// templates should not get precedence over "normal" filters (#i35508, #i33168)
const
SfxFilter
*
pTemplateFilter
=
0
;
const
SfxFilter
*
pOldFilter
=
pFCntnr
->
GetFilter4FilterName
(
rPrefFltName
);
sal_B
ool
bLookForTemplate
=
pOldFilter
&&
pOldFilter
->
IsOwnTemplateFormat
();
b
ool
bLookForTemplate
=
pOldFilter
&&
pOldFilter
->
IsOwnTemplateFormat
();
if
(
pMedium
->
IsStorage
()
)
{
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
embed
::
XStorage
>
xStor
=
pMedium
->
GetStorage
();
...
...
sw/source/filter/basflt/shellio.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -115,13 +115,13 @@ sal_uLong SwReader::Read( const Reader& rOptions )
sal_Bool
bReadPageDescs
=
sal_False
;
bool
const
bDocUndo
=
pDoc
->
GetIDocumentUndoRedo
().
DoesUndo
();
sal_B
ool
bSaveUndo
=
bDocUndo
&&
pCrsr
;
b
ool
bSaveUndo
=
bDocUndo
&&
pCrsr
;
if
(
bSaveUndo
)
{
// das Einlesen von Seitenvorlagen ist nicht Undofaehig!
if
(
0
!=
(
bReadPageDescs
=
po
->
aOpt
.
IsPageDescs
()
)
)
{
bSaveUndo
=
sal_F
alse
;
bSaveUndo
=
f
alse
;
pDoc
->
GetIDocumentUndoRedo
().
DelAllUndoObj
();
}
else
...
...
@@ -142,7 +142,7 @@ sal_uLong SwReader::Read( const Reader& rOptions )
// only read templates? then ignore multi selection!
sal_Bool
bFmtsOnly
=
po
->
aOpt
.
IsFmtsOnly
();
while
(
sal_T
rue
)
while
(
t
rue
)
{
if
(
bSaveUndo
)
pUndo
=
new
SwUndoInsDoc
(
*
pPam
);
...
...
@@ -472,7 +472,7 @@ SwDoc* Reader::GetTemplateDoc()
String
aFileName
=
aTDir
.
GetMainURL
(
INetURLObject
::
NO_DECODE
);
OSL_ENSURE
(
!
aTDir
.
HasError
(),
"No absolute path for template name!"
);
DateTime
aCurrDateTime
(
DateTime
::
SYSTEM
);
sal_Bool
bLoad
=
sal_F
alse
;
bool
bLoad
=
f
alse
;
// Wenn das Template schon mal geladen wurde, nur einmal pro
// Minute nachschauen, ob es geaendert wurde.
...
...
@@ -485,7 +485,7 @@ SwDoc* Reader::GetTemplateDoc()
&
aTstDate
,
&
aTstTime
)
&&
(
!
pTemplate
||
aDStamp
!=
aTstDate
||
aTStamp
!=
aTstTime
))
{
bLoad
=
sal_T
rue
;
bLoad
=
t
rue
;
aDStamp
=
aTstDate
;
aTStamp
=
aTstTime
;
}
...
...
sw/source/filter/html/css1atr.cxx
Dosyayı görüntüle @
1e65f017
This diff is collapsed.
Click to expand it.
sw/source/filter/html/htmlcss1.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -655,7 +655,7 @@ static CSS1SelectorType GetTokenAndClass( const CSS1Selector *pSelector,
return
eType
;
}
extern
sal_B
ool
swhtml_css1atr_equalFontItems
(
const
SfxPoolItem
&
r1
,
const
SfxPoolItem
&
r2
);
extern
b
ool
swhtml_css1atr_equalFontItems
(
const
SfxPoolItem
&
r1
,
const
SfxPoolItem
&
r2
);
static
void
RemoveScriptItems
(
SfxItemSet
&
rItemSet
,
sal_uInt16
nScript
,
const
SfxItemSet
*
pParentItemSet
=
0
)
...
...
sw/source/filter/html/htmlfldw.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -60,7 +60,7 @@ const sal_Char *SwHTMLWriter::GetNumFormat( sal_uInt16 nFmt )
return
pFmtStr
;
}
extern
sal_B
ool
swhtml_css1atr_equalFontItems
(
const
SfxPoolItem
&
r1
,
const
SfxPoolItem
&
r2
);
extern
b
ool
swhtml_css1atr_equalFontItems
(
const
SfxPoolItem
&
r1
,
const
SfxPoolItem
&
r2
);
static
Writer
&
OutHTML_SwField
(
Writer
&
rWrt
,
const
SwField
*
pFld
,
const
SwTxtNode
&
rTxtNd
,
xub_StrLen
nFldPos
)
{
...
...
sw/source/filter/html/swhtml.cxx
Dosyayı görüntüle @
1e65f017
...
...
@@ -2048,7 +2048,7 @@ void SwHTMLParser::NextToken( int nToken )
}
extern
sal_B
ool
swhtml_css1atr_equalFontItems
(
const
SfxPoolItem
&
r1
,
const
SfxPoolItem
&
r2
);
extern
b
ool
swhtml_css1atr_equalFontItems
(
const
SfxPoolItem
&
r1
,
const
SfxPoolItem
&
r2
);
static
void
lcl_swhtml_getItemInfo
(
const
_HTMLAttr
&
rAttr
,
sal_Bool
&
rScriptDependent
,
sal_Bool
&
rFont
,
...
...
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