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
879006b7
Kaydet (Commit)
879006b7
authored
Ara 24, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool
Change-Id: Ibbf9e257fff19ab6305bd401a1746e6d0bcb47fd
üst
ae20a668
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
36 deletions
+36
-36
shellio.hxx
sw/inc/shellio.hxx
+1
-1
fltshell.hxx
sw/source/filter/inc/fltshell.hxx
+21
-21
wrtswtbl.hxx
sw/source/filter/inc/wrtswtbl.hxx
+6
-6
writer.cxx
sw/source/filter/writer/writer.cxx
+3
-3
wrtswtbl.cxx
sw/source/filter/writer/wrtswtbl.cxx
+4
-4
fltshell.cxx
sw/source/filter/ww1/fltshell.cxx
+0
-0
w1class.hxx
sw/source/filter/ww1/w1class.hxx
+1
-1
No files found.
sw/inc/shellio.hxx
Dosyayı görüntüle @
879006b7
...
@@ -396,7 +396,7 @@ protected:
...
@@ -396,7 +396,7 @@ protected:
sal_Bool
CopyNextPam
(
SwPaM
**
);
sal_Bool
CopyNextPam
(
SwPaM
**
);
void
PutNumFmtFontsInAttrPool
();
void
PutNumFmtFontsInAttrPool
();
void
PutEditEngFontsInAttrPool
(
sal_Bool
bIncl_CJK_CTL
=
sal_T
rue
);
void
PutEditEngFontsInAttrPool
(
bool
bIncl_CJK_CTL
=
t
rue
);
virtual
sal_uLong
WriteStream
()
=
0
;
virtual
sal_uLong
WriteStream
()
=
0
;
void
SetBaseURL
(
const
String
&
rURL
)
{
sBaseURL
=
rURL
;
}
void
SetBaseURL
(
const
String
&
rURL
)
{
sBaseURL
=
rURL
;
}
...
...
sw/source/filter/inc/fltshell.hxx
Dosyayı görüntüle @
879006b7
...
@@ -349,7 +349,7 @@ public:
...
@@ -349,7 +349,7 @@ public:
virtual
const
SfxPoolItem
&
GetNodeOrStyAttr
(
sal_uInt16
nWhich
)
=
0
;
virtual
const
SfxPoolItem
&
GetNodeOrStyAttr
(
sal_uInt16
nWhich
)
=
0
;
virtual
const
SfxPoolItem
&
GetCellAttr
(
sal_uInt16
nWhich
);
virtual
const
SfxPoolItem
&
GetCellAttr
(
sal_uInt16
nWhich
);
virtual
sal_B
ool
BeginTable
();
virtual
b
ool
BeginTable
();
virtual
void
NextTableCell
();
virtual
void
NextTableCell
();
virtual
void
NextTableRow
();
virtual
void
NextTableRow
();
virtual
void
SetTableWidth
(
SwTwips
nW
);
virtual
void
SetTableWidth
(
SwTwips
nW
);
...
@@ -361,10 +361,10 @@ public:
...
@@ -361,10 +361,10 @@ public:
virtual
void
DeleteCell
(
sal_uInt16
nCell
);
virtual
void
DeleteCell
(
sal_uInt16
nCell
);
virtual
void
EndTable
();
virtual
void
EndTable
();
virtual
sal_B
ool
IsInFly
()
=
0
;
virtual
b
ool
IsInFly
()
=
0
;
virtual
void
SetFlyFrmAttr
(
const
SfxPoolItem
&
rAttr
)
=
0
;
virtual
void
SetFlyFrmAttr
(
const
SfxPoolItem
&
rAttr
)
=
0
;
virtual
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
)
=
0
;
virtual
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
)
=
0
;
virtual
sal_B
ool
BeginFly
(
RndStdIds
eAnchor
,
sal_Bool
bAbsolutePos
,
virtual
b
ool
BeginFly
(
RndStdIds
eAnchor
,
sal_Bool
bAbsolutePos
,
const
SfxItemSet
*
pMoreAttrs
=
0
);
const
SfxItemSet
*
pMoreAttrs
=
0
);
virtual
void
SetFlyAnchor
(
RndStdIds
eAnchor
);
virtual
void
SetFlyAnchor
(
RndStdIds
eAnchor
);
virtual
void
EndFly
();
virtual
void
EndFly
();
...
@@ -406,7 +406,7 @@ public:
...
@@ -406,7 +406,7 @@ public:
sal_Bool
IsInTable
();
sal_Bool
IsInTable
();
virtual
const
SfxPoolItem
&
GetCellAttr
(
sal_uInt16
nWhich
);
virtual
const
SfxPoolItem
&
GetCellAttr
(
sal_uInt16
nWhich
);
virtual
sal_B
ool
BeginTable
();
virtual
b
ool
BeginTable
();
virtual
void
NextTableCell
();
virtual
void
NextTableCell
();
virtual
void
NextTableRow
();
virtual
void
NextTableRow
();
virtual
void
SetTableWidth
(
SwTwips
nW
);
virtual
void
SetTableWidth
(
SwTwips
nW
);
...
@@ -419,10 +419,10 @@ public:
...
@@ -419,10 +419,10 @@ public:
virtual
void
EndTable
();
virtual
void
EndTable
();
SwFrmFmt
*
MakeFly
(
RndStdIds
eAnchor
,
SfxItemSet
*
pSet
);
SwFrmFmt
*
MakeFly
(
RndStdIds
eAnchor
,
SfxItemSet
*
pSet
);
virtual
sal_B
ool
IsInFly
();
virtual
b
ool
IsInFly
();
virtual
void
SetFlyFrmAttr
(
const
SfxPoolItem
&
rAttr
);
virtual
void
SetFlyFrmAttr
(
const
SfxPoolItem
&
rAttr
);
virtual
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
);
virtual
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
);
virtual
sal_B
ool
BeginFly
(
RndStdIds
eAnchor
,
sal_Bool
bAbsolutePos
,
virtual
b
ool
BeginFly
(
RndStdIds
eAnchor
,
sal_Bool
bAbsolutePos
,
const
SfxItemSet
*
pMoreAttrs
=
0
);
const
SfxItemSet
*
pMoreAttrs
=
0
);
virtual
void
EndFly
();
virtual
void
EndFly
();
};
};
...
@@ -431,7 +431,7 @@ class SwFltFormatCollection : public SwFltOutBase
...
@@ -431,7 +431,7 @@ class SwFltFormatCollection : public SwFltOutBase
{
{
SwTxtFmtColl
*
pColl
;
SwTxtFmtColl
*
pColl
;
SfxItemSet
*
pFlyAttrs
;
// Simulation der Flys in Styles
SfxItemSet
*
pFlyAttrs
;
// Simulation der Flys in Styles
sal_B
ool
bHasFly
;
b
ool
bHasFly
;
public
:
public
:
SwFltFormatCollection
(
SwDoc
&
,
RES_POOL_COLLFMT_TYPE
nType
);
SwFltFormatCollection
(
SwDoc
&
,
RES_POOL_COLLFMT_TYPE
nType
);
SwFltFormatCollection
(
SwDoc
&
,
const
String
&
rName
);
SwFltFormatCollection
(
SwDoc
&
,
const
String
&
rName
);
...
@@ -448,19 +448,19 @@ public:
...
@@ -448,19 +448,19 @@ public:
// SwTxtFmtColl* Search(String, CharSet eSrc);
// SwTxtFmtColl* Search(String, CharSet eSrc);
SwTxtFmtColl
*
GetColl
()
{
return
pColl
;
}
SwTxtFmtColl
*
GetColl
()
{
return
pColl
;
}
void
SetHasFly
()
{
bHasFly
=
sal_T
rue
;
}
void
SetHasFly
()
{
bHasFly
=
t
rue
;
}
SfxItemSet
*
GetpFlyAttrs
()
{
return
pFlyAttrs
;
}
SfxItemSet
*
GetpFlyAttrs
()
{
return
pFlyAttrs
;
}
virtual
SwFltOutBase
&
operator
<<
(
const
SfxPoolItem
&
rItem
);
virtual
SwFltOutBase
&
operator
<<
(
const
SfxPoolItem
&
rItem
);
virtual
const
SfxPoolItem
&
GetAttr
(
sal_uInt16
nWhich
);
virtual
const
SfxPoolItem
&
GetAttr
(
sal_uInt16
nWhich
);
virtual
const
SfxPoolItem
&
GetNodeOrStyAttr
(
sal_uInt16
nWhich
);
virtual
const
SfxPoolItem
&
GetNodeOrStyAttr
(
sal_uInt16
nWhich
);
virtual
sal_B
ool
IsInFly
();
virtual
b
ool
IsInFly
();
virtual
void
SetFlyFrmAttr
(
const
SfxPoolItem
&
rAttr
);
virtual
void
SetFlyFrmAttr
(
const
SfxPoolItem
&
rAttr
);
virtual
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
);
virtual
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
);
virtual
sal_B
ool
BeginFly
(
RndStdIds
eAnchor
,
sal_Bool
bAbsolutePos
,
virtual
b
ool
BeginFly
(
RndStdIds
eAnchor
,
sal_Bool
bAbsolutePos
,
const
SfxItemSet
*
pMoreAttrs
=
0
);
const
SfxItemSet
*
pMoreAttrs
=
0
);
sal_B
ool
BeginStyleFly
(
SwFltOutDoc
*
pOutDoc
);
b
ool
BeginStyleFly
(
SwFltOutDoc
*
pOutDoc
);
virtual
void
EndFly
();
virtual
void
EndFly
();
};
};
...
@@ -562,8 +562,8 @@ public:
...
@@ -562,8 +562,8 @@ public:
return
(
pOut
==
pOutDoc
)
?
pOutDoc
->
IsInTable
()
:
0
;
}
return
(
pOut
==
pOutDoc
)
?
pOutDoc
->
IsInTable
()
:
0
;
}
const
SfxPoolItem
&
GetCellAttr
(
sal_uInt16
nWhich
)
{
const
SfxPoolItem
&
GetCellAttr
(
sal_uInt16
nWhich
)
{
return
pOut
->
GetCellAttr
(
nWhich
);
}
return
pOut
->
GetCellAttr
(
nWhich
);
}
sal_B
ool
BeginTable
()
{
b
ool
BeginTable
()
{
sal_B
ool
b
=
pOut
->
BeginTable
();
b
ool
b
=
pOut
->
BeginTable
();
if
(
b
)
eSubMode
=
Table
;
if
(
b
)
eSubMode
=
Table
;
return
b
;
}
return
b
;
}
void
NextTableCell
()
{
void
NextTableCell
()
{
...
@@ -589,8 +589,8 @@ public:
...
@@ -589,8 +589,8 @@ public:
void
EndTable
()
{
void
EndTable
()
{
pOut
->
EndTable
();
}
pOut
->
EndTable
();
}
// methoden zur verwaltung von Flys
// methoden zur verwaltung von Flys
sal_B
ool
IsInFly
()
{
return
pOut
->
IsInFly
();
}
b
ool
IsInFly
()
{
return
pOut
->
IsInFly
();
}
sal_B
ool
BeginFly
(
RndStdIds
eAnchor
=
FLY_AT_PARA
,
sal_Bool
bAbsolutePos
=
sal_False
);
b
ool
BeginFly
(
RndStdIds
eAnchor
=
FLY_AT_PARA
,
sal_Bool
bAbsolutePos
=
sal_False
);
void
SetFlyAnchor
(
RndStdIds
eAnchor
)
void
SetFlyAnchor
(
RndStdIds
eAnchor
)
{
pOut
->
SetFlyAnchor
(
eAnchor
);
}
{
pOut
->
SetFlyAnchor
(
eAnchor
);
}
void
SetFlyXPos
(
short
nXPos
,
sal_Int16
eHRel
=
com
::
sun
::
star
::
text
::
RelOrientation
::
FRAME
,
void
SetFlyXPos
(
short
nXPos
,
sal_Int16
eHRel
=
com
::
sun
::
star
::
text
::
RelOrientation
::
FRAME
,
...
@@ -650,12 +650,12 @@ public:
...
@@ -650,12 +650,12 @@ public:
const
SfxPoolItem
&
GetAttr
(
sal_uInt16
nWhich
);
const
SfxPoolItem
&
GetAttr
(
sal_uInt16
nWhich
);
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
);
const
SfxPoolItem
&
GetFlyFrmAttr
(
sal_uInt16
nWhich
);
SwFieldType
*
GetSysFldType
(
sal_uInt16
eWhich
);
SwFieldType
*
GetSysFldType
(
sal_uInt16
eWhich
);
sal_B
ool
GetWeightBold
();
b
ool
GetWeightBold
();
sal_B
ool
GetPostureItalic
();
b
ool
GetPostureItalic
();
sal_B
ool
GetCrossedOut
();
b
ool
GetCrossedOut
();
sal_B
ool
GetContour
();
b
ool
GetContour
();
sal_B
ool
GetCaseKapitaelchen
();
b
ool
GetCaseKapitaelchen
();
sal_B
ool
GetCaseVersalien
();
b
ool
GetCaseVersalien
();
const
String
&
GetBaseURL
()
const
{
return
sBaseURL
;
}
const
String
&
GetBaseURL
()
const
{
return
sBaseURL
;
}
};
};
...
...
sw/source/filter/inc/wrtswtbl.hxx
Dosyayı görüntüle @
879006b7
...
@@ -106,7 +106,7 @@ class SW_DLLPUBLIC SwWriteTableRow
...
@@ -106,7 +106,7 @@ class SW_DLLPUBLIC SwWriteTableRow
const
SvxBrushItem
*
pBackground
;
// Hintergrund
const
SvxBrushItem
*
pBackground
;
// Hintergrund
long
nPos
;
// End-Position (twips) der Zeile
long
nPos
;
// End-Position (twips) der Zeile
sal_B
ool
mbUseLayoutHeights
;
b
ool
mbUseLayoutHeights
;
// Forbidden and not implemented.
// Forbidden and not implemented.
SwWriteTableRow
();
SwWriteTableRow
();
...
@@ -125,7 +125,7 @@ public:
...
@@ -125,7 +125,7 @@ public:
bool
bTopBorder
:
1
;
// Welche Umrandungen sind da?
bool
bTopBorder
:
1
;
// Welche Umrandungen sind da?
bool
bBottomBorder
:
1
;
bool
bBottomBorder
:
1
;
SwWriteTableRow
(
long
nPos
,
sal_B
ool
bUseLayoutHeights
);
SwWriteTableRow
(
long
nPos
,
b
ool
bUseLayoutHeights
);
SwWriteTableCell
*
AddCell
(
const
SwTableBox
*
pBox
,
SwWriteTableCell
*
AddCell
(
const
SwTableBox
*
pBox
,
sal_uInt16
nRow
,
sal_uInt16
nCol
,
sal_uInt16
nRow
,
sal_uInt16
nCol
,
...
@@ -250,15 +250,15 @@ protected:
...
@@ -250,15 +250,15 @@ protected:
sal_uInt32
nTabWidth
;
// Absolute/Relative Breite der Tabelle
sal_uInt32
nTabWidth
;
// Absolute/Relative Breite der Tabelle
bool
bRelWidths
:
1
;
// Breiten relativ ausgeben?
bool
bRelWidths
:
1
;
// Breiten relativ ausgeben?
sal_B
ool
bUseLayoutHeights
:
1
;
// Layout zur Hoehenbestimmung nehmen?
b
ool
bUseLayoutHeights
:
1
;
// Layout zur Hoehenbestimmung nehmen?
#ifdef DBG_UTIL
#ifdef DBG_UTIL
sal_B
ool
m_bGetLineHeightCalled
:
1
;
b
ool
m_bGetLineHeightCalled
:
1
;
#endif
#endif
bool
bColsOption
:
1
;
bool
bColsOption
:
1
;
bool
bColTags
:
1
;
bool
bColTags
:
1
;
sal_B
ool
bLayoutExport
:
1
;
b
ool
bLayoutExport
:
1
;
sal_B
ool
bCollectBorderWidth
:
1
;
b
ool
bCollectBorderWidth
:
1
;
virtual
sal_Bool
ShouldExpandSub
(
const
SwTableBox
*
pBox
,
virtual
sal_Bool
ShouldExpandSub
(
const
SwTableBox
*
pBox
,
sal_Bool
bExpandedBefore
,
sal_uInt16
nDepth
)
const
;
sal_Bool
bExpandedBefore
,
sal_uInt16
nDepth
)
const
;
...
...
sw/source/filter/writer/writer.cxx
Dosyayı görüntüle @
879006b7
...
@@ -361,7 +361,7 @@ void Writer::PutNumFmtFontsInAttrPool()
...
@@ -361,7 +361,7 @@ void Writer::PutNumFmtFontsInAttrPool()
const
SwNumFmt
*
pFmt
;
const
SwNumFmt
*
pFmt
;
const
Font
*
pFont
;
const
Font
*
pFont
;
const
Font
*
pDefFont
=
&
numfunc
::
GetDefBulletFont
();
const
Font
*
pDefFont
=
&
numfunc
::
GetDefBulletFont
();
sal_Bool
bCheck
=
sal_F
alse
;
bool
bCheck
=
f
alse
;
for
(
sal_uInt16
nGet
=
rListTbl
.
size
();
nGet
;
)
for
(
sal_uInt16
nGet
=
rListTbl
.
size
();
nGet
;
)
if
(
pDoc
->
IsUsed
(
*
(
pRule
=
rListTbl
[
--
nGet
]
)))
if
(
pDoc
->
IsUsed
(
*
(
pRule
=
rListTbl
[
--
nGet
]
)))
...
@@ -378,7 +378,7 @@ void Writer::PutNumFmtFontsInAttrPool()
...
@@ -378,7 +378,7 @@ void Writer::PutNumFmtFontsInAttrPool()
continue
;
continue
;
}
}
else
if
(
*
pFont
==
*
pDefFont
)
else
if
(
*
pFont
==
*
pDefFont
)
bCheck
=
sal_T
rue
;
bCheck
=
t
rue
;
_AddFontItem
(
rPool
,
SvxFontItem
(
pFont
->
GetFamily
(),
_AddFontItem
(
rPool
,
SvxFontItem
(
pFont
->
GetFamily
(),
pFont
->
GetName
(),
pFont
->
GetStyleName
(),
pFont
->
GetName
(),
pFont
->
GetStyleName
(),
...
@@ -386,7 +386,7 @@ void Writer::PutNumFmtFontsInAttrPool()
...
@@ -386,7 +386,7 @@ void Writer::PutNumFmtFontsInAttrPool()
}
}
}
}
void
Writer
::
PutEditEngFontsInAttrPool
(
sal_B
ool
bIncl_CJK_CTL
)
void
Writer
::
PutEditEngFontsInAttrPool
(
b
ool
bIncl_CJK_CTL
)
{
{
SfxItemPool
&
rPool
=
pDoc
->
GetAttrPool
();
SfxItemPool
&
rPool
=
pDoc
->
GetAttrPool
();
if
(
rPool
.
GetSecondaryPool
()
)
if
(
rPool
.
GetSecondaryPool
()
)
...
...
sw/source/filter/writer/wrtswtbl.cxx
Dosyayı görüntüle @
879006b7
...
@@ -55,7 +55,7 @@ sal_Int16 SwWriteTableCell::GetVertOri() const
...
@@ -55,7 +55,7 @@ sal_Int16 SwWriteTableCell::GetVertOri() const
//-----------------------------------------------------------------------
//-----------------------------------------------------------------------
SwWriteTableRow
::
SwWriteTableRow
(
long
nPosition
,
sal_B
ool
bUseLayoutHeights
)
SwWriteTableRow
::
SwWriteTableRow
(
long
nPosition
,
b
ool
bUseLayoutHeights
)
:
pBackground
(
0
),
nPos
(
nPosition
),
mbUseLayoutHeights
(
bUseLayoutHeights
),
:
pBackground
(
0
),
nPos
(
nPosition
),
mbUseLayoutHeights
(
bUseLayoutHeights
),
nTopBorder
(
USHRT_MAX
),
nBottomBorder
(
USHRT_MAX
),
bTopBorder
(
true
),
nTopBorder
(
USHRT_MAX
),
nBottomBorder
(
USHRT_MAX
),
bTopBorder
(
true
),
bBottomBorder
(
true
)
bBottomBorder
(
true
)
...
@@ -98,8 +98,8 @@ sal_uInt32 SwWriteTable::GetBoxWidth( const SwTableBox *pBox )
...
@@ -98,8 +98,8 @@ sal_uInt32 SwWriteTable::GetBoxWidth( const SwTableBox *pBox )
long
SwWriteTable
::
GetLineHeight
(
const
SwTableLine
*
pLine
)
long
SwWriteTable
::
GetLineHeight
(
const
SwTableLine
*
pLine
)
{
{
#ifdef DBG_UTIL
#ifdef DBG_UTIL
sal_B
ool
bOldGetLineHeightCalled
=
m_bGetLineHeightCalled
;
b
ool
bOldGetLineHeightCalled
=
m_bGetLineHeightCalled
;
m_bGetLineHeightCalled
=
sal_T
rue
;
m_bGetLineHeightCalled
=
t
rue
;
#endif
#endif
long
nHeight
=
0
;
long
nHeight
=
0
;
...
@@ -115,7 +115,7 @@ long SwWriteTable::GetLineHeight( const SwTableLine *pLine )
...
@@ -115,7 +115,7 @@ long SwWriteTable::GetLineHeight( const SwTableLine *pLine )
// #i60390# - in some cases we still want to continue
// #i60390# - in some cases we still want to continue
// to use the layout heights even if one of the rows has a height of 0
// to use the layout heights even if one of the rows has a height of 0
// ('hidden' rows)
// ('hidden' rows)
bUseLayoutHeights
=
bLayoutAvailable
;
/*sal_False;*/
bUseLayoutHeights
=
bLayoutAvailable
;
#ifdef DBG_UTIL
#ifdef DBG_UTIL
SAL_WARN_IF
(
!
bLayoutAvailable
&&
bOldGetLineHeightCalled
,
"sw"
,
"Layout ungueltig?"
);
SAL_WARN_IF
(
!
bLayoutAvailable
&&
bOldGetLineHeightCalled
,
"sw"
,
"Layout ungueltig?"
);
...
...
sw/source/filter/ww1/fltshell.cxx
Dosyayı görüntüle @
879006b7
This diff is collapsed.
Click to expand it.
sw/source/filter/ww1/w1class.hxx
Dosyayı görüntüle @
879006b7
...
@@ -174,7 +174,7 @@ public:
...
@@ -174,7 +174,7 @@ public:
String
GetText
(
sal_uLong
ulOffset
,
sal_uLong
nLen
)
const
;
String
GetText
(
sal_uLong
ulOffset
,
sal_uLong
nLen
)
const
;
enum
Consts
{
MinChar
=
32
};
enum
Consts
{
MinChar
=
32
};
static
sal_B
ool
IsChar
(
sal_Unicode
c
)
{
return
c
>=
MinChar
;
}
static
b
ool
IsChar
(
sal_Unicode
c
)
{
return
c
>=
MinChar
;
}
};
};
/////////////////////////////////////////////////////////////// DocText
/////////////////////////////////////////////////////////////// DocText
...
...
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