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
7ba2c823
Kaydet (Commit)
7ba2c823
authored
Ara 11, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool
Change-Id: Idf6003acc7ee07997150f77c886947dc1476218f
üst
0083b0d5
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
28 deletions
+28
-28
frmpaint.cxx
sw/source/core/text/frmpaint.cxx
+1
-1
itrpaint.cxx
sw/source/core/text/itrpaint.cxx
+6
-6
txtpaint.hxx
sw/source/core/text/txtpaint.hxx
+5
-5
txttab.cxx
sw/source/core/text/txttab.cxx
+2
-2
widorp.cxx
sw/source/core/text/widorp.cxx
+1
-1
wrong.cxx
sw/source/core/text/wrong.cxx
+2
-2
tox.cxx
sw/source/core/tox/tox.cxx
+7
-7
atrftn.cxx
sw/source/core/txtnode/atrftn.cxx
+4
-4
No files found.
sw/source/core/text/frmpaint.cxx
Dosyayı görüntüle @
7ba2c823
...
@@ -84,7 +84,7 @@ class SwExtraPainter
...
@@ -84,7 +84,7 @@ class SwExtraPainter
MSHORT
nDivider
;
MSHORT
nDivider
;
bool
bGoLeft
;
bool
bGoLeft
;
bool
bLineNum
;
bool
bLineNum
;
inline
sal_B
ool
IsClipChg
()
{
return
aClip
.
IsChg
();
}
inline
b
ool
IsClipChg
()
{
return
aClip
.
IsChg
();
}
public
:
public
:
SwExtraPainter
(
const
SwTxtFrm
*
pFrm
,
ViewShell
*
pVwSh
,
SwExtraPainter
(
const
SwTxtFrm
*
pFrm
,
ViewShell
*
pVwSh
,
const
SwLineNumberInfo
&
rLnInf
,
const
SwRect
&
rRct
,
const
SwLineNumberInfo
&
rLnInf
,
const
SwRect
&
rRct
,
...
...
sw/source/core/text/itrpaint.cxx
Dosyayı görüntüle @
7ba2c823
...
@@ -201,7 +201,7 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
...
@@ -201,7 +201,7 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
// bClip entscheidet darueber, ob geclippt werden muss.
// bClip entscheidet darueber, ob geclippt werden muss.
// Das Ganze muss vor der Retusche stehen
// Das Ganze muss vor der Retusche stehen
sal_B
ool
bClip
=
(
bDrawInWindow
||
bUnderSz
)
&&
!
rClip
.
IsChg
();
b
ool
bClip
=
(
bDrawInWindow
||
bUnderSz
)
&&
!
rClip
.
IsChg
();
if
(
bClip
&&
pPor
)
if
(
bClip
&&
pPor
)
{
{
// Wenn TopLeft oder BottomLeft der Line ausserhalb liegen,
// Wenn TopLeft oder BottomLeft der Line ausserhalb liegen,
...
@@ -212,13 +212,13 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
...
@@ -212,13 +212,13 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
GetInfo
().
GetPos
().
Y
()
<
rPaint
.
Top
()
||
GetInfo
().
GetPos
().
Y
()
<
rPaint
.
Top
()
||
GetInfo
().
GetPos
().
Y
()
+
nTmpHeight
>
rPaint
.
Top
()
+
rPaint
.
Height
()
)
GetInfo
().
GetPos
().
Y
()
+
nTmpHeight
>
rPaint
.
Top
()
+
rPaint
.
Height
()
)
{
{
bClip
=
sal_F
alse
;
bClip
=
f
alse
;
rClip
.
ChgClip
(
rPaint
,
pFrm
,
pCurr
->
HasUnderscore
()
);
rClip
.
ChgClip
(
rPaint
,
pFrm
,
pCurr
->
HasUnderscore
()
);
}
}
#if OSL_DEBUG_LEVEL > 1
#if OSL_DEBUG_LEVEL > 1
static
sal_Bool
bClipAlways
=
sal_F
alse
;
static
bool
bClipAlways
=
f
alse
;
if
(
bClip
&&
bClipAlways
)
if
(
bClip
&&
bClipAlways
)
{
bClip
=
sal_F
alse
;
{
bClip
=
f
alse
;
rClip
.
ChgClip
(
rPaint
);
rClip
.
ChgClip
(
rPaint
);
}
}
#endif
#endif
...
@@ -243,7 +243,7 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
...
@@ -243,7 +243,7 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
if
(
pCurr
->
IsClipping
()
)
if
(
pCurr
->
IsClipping
()
)
{
{
rClip
.
ChgClip
(
aLineRect
,
pFrm
);
rClip
.
ChgClip
(
aLineRect
,
pFrm
);
bClip
=
sal_F
alse
;
bClip
=
f
alse
;
}
}
if
(
!
pPor
&&
!
bEndPor
)
if
(
!
pPor
&&
!
bEndPor
)
...
@@ -346,7 +346,7 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
...
@@ -346,7 +346,7 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
if
(
bClip
&&
if
(
bClip
&&
GetInfo
().
X
()
+
pPor
->
Width
()
+
(
pPor
->
Height
()
/
2
)
>
nMaxRight
)
GetInfo
().
X
()
+
pPor
->
Width
()
+
(
pPor
->
Height
()
/
2
)
>
nMaxRight
)
{
{
bClip
=
sal_F
alse
;
bClip
=
f
alse
;
rClip
.
ChgClip
(
rPaint
,
pFrm
,
pCurr
->
HasUnderscore
()
);
rClip
.
ChgClip
(
rPaint
,
pFrm
,
pCurr
->
HasUnderscore
()
);
}
}
...
...
sw/source/core/text/txtpaint.hxx
Dosyayı görüntüle @
7ba2c823
...
@@ -30,8 +30,8 @@ class SwRect; // SwSaveClip
...
@@ -30,8 +30,8 @@ class SwRect; // SwSaveClip
class
SwSaveClip
class
SwSaveClip
{
{
Region
aClip
;
Region
aClip
;
const
sal_B
ool
bOn
;
const
b
ool
bOn
;
sal_B
ool
bChg
;
b
ool
bChg
;
protected
:
protected
:
OutputDevice
*
pOut
;
OutputDevice
*
pOut
;
void
_ChgClip
(
const
SwRect
&
rRect
,
const
SwTxtFrm
*
pFrm
,
void
_ChgClip
(
const
SwRect
&
rRect
,
const
SwTxtFrm
*
pFrm
,
...
@@ -43,14 +43,14 @@ public:
...
@@ -43,14 +43,14 @@ public:
sal_Bool
bEnlargeRect
=
sal_False
)
sal_Bool
bEnlargeRect
=
sal_False
)
{
if
(
pOut
)
_ChgClip
(
rRect
,
pFrm
,
bEnlargeRect
);
}
{
if
(
pOut
)
_ChgClip
(
rRect
,
pFrm
,
bEnlargeRect
);
}
void
Reset
();
void
Reset
();
inline
sal_B
ool
IsOn
()
const
{
return
bOn
;
}
inline
b
ool
IsOn
()
const
{
return
bOn
;
}
inline
sal_B
ool
IsChg
()
const
{
return
bChg
;
}
inline
b
ool
IsChg
()
const
{
return
bChg
;
}
inline
OutputDevice
*
GetOut
()
{
return
pOut
;
}
inline
OutputDevice
*
GetOut
()
{
return
pOut
;
}
};
};
inline
SwSaveClip
::
SwSaveClip
(
OutputDevice
*
pOutDev
)
:
inline
SwSaveClip
::
SwSaveClip
(
OutputDevice
*
pOutDev
)
:
bOn
(
pOutDev
&&
pOutDev
->
IsClipRegion
()
),
bOn
(
pOutDev
&&
pOutDev
->
IsClipRegion
()
),
bChg
(
sal_F
alse
),
bChg
(
f
alse
),
pOut
(
pOutDev
)
pOut
(
pOutDev
)
{}
{}
...
...
sw/source/core/text/txttab.cxx
Dosyayı görüntüle @
7ba2c823
...
@@ -403,7 +403,7 @@ sal_Bool SwTabPortion::PreFormat( SwTxtFormatInfo &rInf )
...
@@ -403,7 +403,7 @@ sal_Bool SwTabPortion::PreFormat( SwTxtFormatInfo &rInf )
// Break tab stop to next line if:
// Break tab stop to next line if:
// 1. Minmal width does not fit to line anymore.
// 1. Minmal width does not fit to line anymore.
// 2. An underflow event was called for the tab portion.
// 2. An underflow event was called for the tab portion.
sal_B
ool
bFull
=
(
bTabCompat
&&
rInf
.
IsUnderFlow
()
)
||
b
ool
bFull
=
(
bTabCompat
&&
rInf
.
IsUnderFlow
()
)
||
(
rInf
.
Width
()
<=
rInf
.
X
()
+
PrtWidth
()
&&
rInf
.
X
()
<=
rInf
.
Width
()
)
;
(
rInf
.
Width
()
<=
rInf
.
X
()
+
PrtWidth
()
&&
rInf
.
X
()
<=
rInf
.
Width
()
)
;
// #95477# Rotated tab stops get the width of one blank
// #95477# Rotated tab stops get the width of one blank
...
@@ -437,7 +437,7 @@ sal_Bool SwTabPortion::PreFormat( SwTxtFormatInfo &rInf )
...
@@ -437,7 +437,7 @@ sal_Bool SwTabPortion::PreFormat( SwTxtFormatInfo &rInf )
(
(
bTabOverflow
&&
(
rInf
.
IsTabOverflow
()
||
!
IsAutoTabStop
()
)
)
||
bAtParaEnd
)
&&
(
(
bTabOverflow
&&
(
rInf
.
IsTabOverflow
()
||
!
IsAutoTabStop
()
)
)
||
bAtParaEnd
)
&&
GetTabPos
()
>=
rInf
.
GetTxtFrm
()
->
Frm
().
Width
()
)
GetTabPos
()
>=
rInf
.
GetTxtFrm
()
->
Frm
().
Width
()
)
{
{
bFull
=
sal_F
alse
;
bFull
=
f
alse
;
if
(
bTabOverflow
&&
!
IsAutoTabStop
()
)
if
(
bTabOverflow
&&
!
IsAutoTabStop
()
)
rInf
.
SetTabOverflow
(
sal_True
);
rInf
.
SetTabOverflow
(
sal_True
);
}
}
...
...
sw/source/core/text/widorp.cxx
Dosyayı görüntüle @
7ba2c823
...
@@ -193,7 +193,7 @@ sal_Bool SwTxtFrmBreak::IsBreakNow( SwTxtMargin &rLine )
...
@@ -193,7 +193,7 @@ sal_Bool SwTxtFrmBreak::IsBreakNow( SwTxtMargin &rLine )
*/
*/
// 6010: include DropLines
// 6010: include DropLines
sal_B
ool
bFirstLine
=
1
==
rLine
.
GetLineNr
()
&&
!
rLine
.
GetPrev
();
b
ool
bFirstLine
=
1
==
rLine
.
GetLineNr
()
&&
!
rLine
.
GetPrev
();
bBreak
=
sal_True
;
bBreak
=
sal_True
;
if
(
(
bFirstLine
&&
pFrm
->
GetIndPrev
()
)
if
(
(
bFirstLine
&&
pFrm
->
GetIndPrev
()
)
||
(
rLine
.
GetLineNr
()
<=
rLine
.
GetDropLines
()
)
)
||
(
rLine
.
GetLineNr
()
<=
rLine
.
GetDropLines
()
)
)
...
...
sw/source/core/text/wrong.cxx
Dosyayı görüntüle @
7ba2c823
...
@@ -265,7 +265,7 @@ void SwWrongList::Move( xub_StrLen nPos, long nDiff )
...
@@ -265,7 +265,7 @@ void SwWrongList::Move( xub_StrLen nPos, long nDiff )
MSHORT
nLst
=
i
;
MSHORT
nLst
=
i
;
xub_StrLen
nWrPos
;
xub_StrLen
nWrPos
;
xub_StrLen
nWrLen
;
xub_StrLen
nWrLen
;
sal_Bool
bJump
=
sal_F
alse
;
bool
bJump
=
f
alse
;
while
(
nLst
<
Count
()
&&
Pos
(
nLst
)
<
nEnd
)
while
(
nLst
<
Count
()
&&
Pos
(
nLst
)
<
nEnd
)
++
nLst
;
++
nLst
;
if
(
nLst
>
i
&&
(
nWrPos
=
Pos
(
nLst
-
1
)
)
<=
nPos
)
if
(
nLst
>
i
&&
(
nWrPos
=
Pos
(
nLst
-
1
)
)
<=
nPos
)
...
@@ -278,7 +278,7 @@ void SwWrongList::Move( xub_StrLen nPos, long nDiff )
...
@@ -278,7 +278,7 @@ void SwWrongList::Move( xub_StrLen nPos, long nDiff )
if
(
nWrLen
)
if
(
nWrLen
)
{
{
maList
[
--
nLst
].
mnLen
=
nWrLen
;
maList
[
--
nLst
].
mnLen
=
nWrLen
;
bJump
=
sal_T
rue
;
bJump
=
t
rue
;
}
}
}
}
Remove
(
i
,
nLst
-
i
);
Remove
(
i
,
nLst
-
i
);
...
...
sw/source/core/tox/tox.cxx
Dosyayı görüntüle @
7ba2c823
...
@@ -450,7 +450,7 @@ void SwForm::AdjustTabStops(SwDoc& rDoc, sal_Bool bInsertNewTapStops) // #i21237
...
@@ -450,7 +450,7 @@ void SwForm::AdjustTabStops(SwDoc& rDoc, sal_Bool bInsertNewTapStops) // #i21237
SwFormTokens
aCurrentPattern
=
GetPattern
(
nLevel
);
SwFormTokens
aCurrentPattern
=
GetPattern
(
nLevel
);
SwFormTokens
::
iterator
aIt
=
aCurrentPattern
.
begin
();
SwFormTokens
::
iterator
aIt
=
aCurrentPattern
.
begin
();
sal_Bool
bChanged
=
sal_F
alse
;
bool
bChanged
=
f
alse
;
for
(
sal_uInt16
nTab
=
0
;
nTab
<
nTabCount
;
++
nTab
)
for
(
sal_uInt16
nTab
=
0
;
nTab
<
nTabCount
;
++
nTab
)
{
{
...
@@ -463,7 +463,7 @@ void SwForm::AdjustTabStops(SwDoc& rDoc, sal_Bool bInsertNewTapStops) // #i21237
...
@@ -463,7 +463,7 @@ void SwForm::AdjustTabStops(SwDoc& rDoc, sal_Bool bInsertNewTapStops) // #i21237
{
{
if
(
SVX_TAB_ADJUST_DEFAULT
!=
rTab
.
GetAdjustment
()
)
if
(
SVX_TAB_ADJUST_DEFAULT
!=
rTab
.
GetAdjustment
()
)
{
{
bChanged
=
sal_T
rue
;
bChanged
=
t
rue
;
SwFormToken
aToken
(
TOKEN_TAB_STOP
);
SwFormToken
aToken
(
TOKEN_TAB_STOP
);
aToken
.
bWithTab
=
sal_False
;
aToken
.
bWithTab
=
sal_False
;
aToken
.
nTabStopPosition
=
rTab
.
GetTabPos
();
aToken
.
nTabStopPosition
=
rTab
.
GetTabPos
();
...
@@ -479,7 +479,7 @@ void SwForm::AdjustTabStops(SwDoc& rDoc, sal_Bool bInsertNewTapStops) // #i21237
...
@@ -479,7 +479,7 @@ void SwForm::AdjustTabStops(SwDoc& rDoc, sal_Bool bInsertNewTapStops) // #i21237
(
TOKEN_TAB_STOP
));
(
TOKEN_TAB_STOP
));
if
(
aIt
!=
aCurrentPattern
.
end
()
)
if
(
aIt
!=
aCurrentPattern
.
end
()
)
{
{
bChanged
=
sal_T
rue
;
bChanged
=
t
rue
;
aIt
->
nTabStopPosition
=
rTab
.
GetTabPos
();
aIt
->
nTabStopPosition
=
rTab
.
GetTabPos
();
aIt
->
eTabAlign
=
nTab
==
nTabCount
-
1
&&
aIt
->
eTabAlign
=
nTab
==
nTabCount
-
1
&&
SVX_TAB_ADJUST_RIGHT
==
rTab
.
GetAdjustment
()
?
SVX_TAB_ADJUST_RIGHT
==
rTab
.
GetAdjustment
()
?
...
@@ -539,7 +539,7 @@ SwTOXBase& SwTOXBase::CopyTOXBase( SwDoc* pDoc, const SwTOXBase& rSource )
...
@@ -539,7 +539,7 @@ SwTOXBase& SwTOXBase::CopyTOXBase( SwDoc* pDoc, const SwTOXBase& rSource )
{
{
// type not in pDoc, so create it now
// type not in pDoc, so create it now
const
SwTOXTypes
&
rTypes
=
pDoc
->
GetTOXTypes
();
const
SwTOXTypes
&
rTypes
=
pDoc
->
GetTOXTypes
();
sal_Bool
bFound
=
sal_F
alse
;
bool
bFound
=
f
alse
;
for
(
sal_uInt16
n
=
rTypes
.
size
();
n
;
)
for
(
sal_uInt16
n
=
rTypes
.
size
();
n
;
)
{
{
const
SwTOXType
*
pCmp
=
rTypes
[
--
n
];
const
SwTOXType
*
pCmp
=
rTypes
[
--
n
];
...
@@ -547,7 +547,7 @@ SwTOXBase& SwTOXBase::CopyTOXBase( SwDoc* pDoc, const SwTOXBase& rSource )
...
@@ -547,7 +547,7 @@ SwTOXBase& SwTOXBase::CopyTOXBase( SwDoc* pDoc, const SwTOXBase& rSource )
pCmp
->
GetTypeName
()
==
pType
->
GetTypeName
()
)
pCmp
->
GetTypeName
()
==
pType
->
GetTypeName
()
)
{
{
pType
=
(
SwTOXType
*
)
pCmp
;
pType
=
(
SwTOXType
*
)
pCmp
;
bFound
=
sal_T
rue
;
bFound
=
t
rue
;
break
;
break
;
}
}
}
}
...
@@ -629,7 +629,7 @@ String SwFormToken::GetString() const
...
@@ -629,7 +629,7 @@ String SwFormToken::GetString() const
{
{
String
sRet
;
String
sRet
;
sal_Bool
bAppend
=
sal_T
rue
;
bool
bAppend
=
t
rue
;
switch
(
eTokenType
)
switch
(
eTokenType
)
{
{
case
TOKEN_ENTRY_NO
:
case
TOKEN_ENTRY_NO
:
...
@@ -707,7 +707,7 @@ String SwFormToken::GetString() const
...
@@ -707,7 +707,7 @@ String SwFormToken::GetString() const
sRet
+=
TOX_STYLE_DELIMITER
;
sRet
+=
TOX_STYLE_DELIMITER
;
}
}
else
else
bAppend
=
sal_F
alse
;
bAppend
=
f
alse
;
}
}
else
if
(
TOKEN_ENTRY_NO
==
eTokenType
)
else
if
(
TOKEN_ENTRY_NO
==
eTokenType
)
{
{
...
...
sw/source/core/txtnode/atrftn.cxx
Dosyayı görüntüle @
7ba2c823
...
@@ -185,7 +185,7 @@ XubString SwFmtFtn::GetViewNumStr( const SwDoc& rDoc, sal_Bool bInclStrings ) co
...
@@ -185,7 +185,7 @@ XubString SwFmtFtn::GetViewNumStr( const SwDoc& rDoc, sal_Bool bInclStrings ) co
{
{
// dann ist die Nummer von Interesse, also ueber die Info diese
// dann ist die Nummer von Interesse, also ueber die Info diese
// besorgen.
// besorgen.
sal_Bool
bMakeNum
=
sal_T
rue
;
bool
bMakeNum
=
t
rue
;
const
SwSectionNode
*
pSectNd
=
pTxtAttr
const
SwSectionNode
*
pSectNd
=
pTxtAttr
?
SwUpdFtnEndNtAtEnd
::
FindSectNdWithEndAttr
(
*
pTxtAttr
)
?
SwUpdFtnEndNtAtEnd
::
FindSectNdWithEndAttr
(
*
pTxtAttr
)
:
0
;
:
0
;
...
@@ -200,7 +200,7 @@ XubString SwFmtFtn::GetViewNumStr( const SwDoc& rDoc, sal_Bool bInclStrings ) co
...
@@ -200,7 +200,7 @@ XubString SwFmtFtn::GetViewNumStr( const SwDoc& rDoc, sal_Bool bInclStrings ) co
if
(
FTNEND_ATTXTEND_OWNNUMANDFMT
==
rFtnEnd
.
GetValue
()
)
if
(
FTNEND_ATTXTEND_OWNNUMANDFMT
==
rFtnEnd
.
GetValue
()
)
{
{
bMakeNum
=
sal_F
alse
;
bMakeNum
=
f
alse
;
sRet
=
rFtnEnd
.
GetSwNumType
().
GetNumStr
(
GetNumber
()
);
sRet
=
rFtnEnd
.
GetSwNumType
().
GetNumStr
(
GetNumber
()
);
if
(
bInclStrings
)
if
(
bInclStrings
)
{
{
...
@@ -430,7 +430,7 @@ void SwTxtFtn::DelFrms( const SwFrm* pSib )
...
@@ -430,7 +430,7 @@ void SwTxtFtn::DelFrms( const SwFrm* pSib )
return
;
return
;
const
SwRootFrm
*
pRoot
=
pSib
?
pSib
->
getRootFrm
()
:
0
;
const
SwRootFrm
*
pRoot
=
pSib
?
pSib
->
getRootFrm
()
:
0
;
sal_Bool
bFrmFnd
=
sal_F
alse
;
bool
bFrmFnd
=
f
alse
;
{
{
SwIterator
<
SwCntntFrm
,
SwTxtNode
>
aIter
(
*
m_pTxtNode
);
SwIterator
<
SwCntntFrm
,
SwTxtNode
>
aIter
(
*
m_pTxtNode
);
for
(
SwCntntFrm
*
pFnd
=
aIter
.
First
();
pFnd
;
pFnd
=
aIter
.
Next
()
)
for
(
SwCntntFrm
*
pFnd
=
aIter
.
First
();
pFnd
;
pFnd
=
aIter
.
Next
()
)
...
@@ -441,7 +441,7 @@ void SwTxtFtn::DelFrms( const SwFrm* pSib )
...
@@ -441,7 +441,7 @@ void SwTxtFtn::DelFrms( const SwFrm* pSib )
if
(
pPage
)
if
(
pPage
)
{
{
pPage
->
RemoveFtn
(
pFnd
,
this
);
pPage
->
RemoveFtn
(
pFnd
,
this
);
bFrmFnd
=
sal_T
rue
;
bFrmFnd
=
t
rue
;
}
}
}
}
}
}
...
...
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