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
0f5d0aae
Kaydet (Commit)
0f5d0aae
authored
Kas 20, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields lotuswordpro
Change-Id: If7d15d4293993f52e68ac059b3091aa88fb68e95
üst
2e1d74dc
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
4 additions
and
34 deletions
+4
-34
lwpdocdata.hxx
lotuswordpro/source/filter/lwpdocdata.hxx
+0
-7
lwplayout.cxx
lotuswordpro/source/filter/lwplayout.cxx
+0
-1
lwplayout.hxx
lotuswordpro/source/filter/lwplayout.hxx
+0
-1
lwppara.hxx
lotuswordpro/source/filter/lwppara.hxx
+0
-1
lwptoc.hxx
lotuswordpro/source/filter/lwptoc.hxx
+0
-2
xfdate.cxx
lotuswordpro/source/filter/xfilter/xfdate.cxx
+0
-2
xfdate.hxx
lotuswordpro/source/filter/xfilter/xfdate.hxx
+4
-5
xfdefs.hxx
lotuswordpro/source/filter/xfilter/xfdefs.hxx
+0
-11
xfdrawobj.hxx
lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
+0
-1
xfliststyle.hxx
lotuswordpro/source/filter/xfilter/xfliststyle.hxx
+0
-3
No files found.
lotuswordpro/source/filter/lwpdocdata.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -99,13 +99,6 @@ struct LwpDocControl
LwpAtomHolder
cDocControlOnlyEditor
;
sal_uInt16
nEditorVerification
;
};
struct
lcolor
{
sal_uInt16
cred
;
// When extra is AGLRGB_INDEX, cred holds the
sal_uInt16
cgreen
;
// hi 16 bits and cgreen holds the lo 16 bits of
sal_uInt16
cblue
;
// the 32-bit LUT index.
sal_uInt16
cextra
;
};
struct
LwpFontDescriptionOverrideBase
{
sal_uInt8
cOverrideBits
;
...
...
lotuswordpro/source/filter/lwplayout.cxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -1874,7 +1874,6 @@ LwpPlacableLayout::LwpPlacableLayout( LwpObjectHeader &objHdr, LwpSvStream* pStr
,
m_nWrapType
(
0
)
,
m_nBuoyancy
(
0
)
,
m_nBaseLineOffset
(
0
)
,
m_nPageNumber
(
0
)
{}
LwpPlacableLayout
::~
LwpPlacableLayout
()
...
...
lotuswordpro/source/filter/lwplayout.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -430,7 +430,6 @@ protected:
sal_Int32
m_nBaseLineOffset
;
LwpAtomHolder
m_Script
;
LwpObjectID
m_LayRelativity
;
sal_uInt16
m_nPageNumber
;
//for frame anchored to page
rtl
::
Reference
<
XFFont
>
m_pFont
;
//for frame position
};
#endif
...
...
lotuswordpro/source/filter/lwppara.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -241,7 +241,6 @@ protected:
XFContentContainer
*
m_pXFContainer
;
//Current container for VO_PARA
OUString
m_TabStyleName
;
enum
{
/* bit definitions for the paragraph object flags */
...
...
lotuswordpro/source/filter/lwptoc.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -128,8 +128,6 @@ private:
LwpAtomHolder
m_DestPGName
[
MAX_LEVELS
];
sal_uInt32
m_nFlags
[
MAX_LEVELS
];
std
::
vector
<
std
::
pair
<
OUString
,
OUString
>
>
m_TOCList
;
OUString
m_TabStyleName
;
XFContentContainer
*
m_pCont
;
...
...
lotuswordpro/source/filter/xfilter/xfdate.cxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -63,13 +63,11 @@
XFDate
::
XFDate
()
{
m_bFixed
=
false
;
memset
(
&
m_aDateTime
,
0
,
sizeof
(
m_aDateTime
));
m_bValued
=
false
;
}
XFDate
::~
XFDate
()
{
}
void
XFDate
::
ToXml
(
IXFStream
*
pStrm
)
...
...
lotuswordpro/source/filter/xfilter/xfdate.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -76,11 +76,10 @@ public:
virtual
void
ToXml
(
IXFStream
*
pStrm
)
override
;
private
:
bool
m_bFixed
;
OUString
m_strText
;
XFDateTime
m_aDateTime
;
OUString
m_strDate
;
bool
m_bValued
;
bool
m_bFixed
;
OUString
m_strText
;
OUString
m_strDate
;
bool
m_bValued
;
};
class
XFDateStart
:
public
XFDate
...
...
lotuswordpro/source/filter/xfilter/xfdefs.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -462,17 +462,6 @@ enum enumXFIndexTemplate
enumXFIndexTemplateBibliography
,
};
struct
XFDateTime
{
sal_Int32
nYear
;
sal_Int32
nMonth
;
sal_Int32
nDay
;
sal_Int32
nHour
;
sal_Int32
nMinute
;
sal_Int32
nSecond
;
sal_Int32
nMillSecond
;
};
enum
enumXFRubyPosition
{
enumXFRubyLeft
=
4
,
...
...
lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -99,7 +99,6 @@ public:
protected
:
rtl
::
Reference
<
XFContentContainer
>
m_aContents
;
OUString
m_strTextStyle
;
double
m_fRotate
;
XFPoint
m_aRotatePoint
;
double
m_fScaleX
;
...
...
lotuswordpro/source/filter/xfilter/xfliststyle.hxx
Dosyayı görüntüle @
0f5d0aae
...
...
@@ -175,9 +175,6 @@ class XFListLevelImage : public XFListLevel
public
:
virtual
void
ToXml
(
IXFStream
*
pStrm
)
override
;
private
:
sal_Int16
m_nWidth
;
sal_Int16
m_nHeight
;
OUString
m_strBinaryData
;
};
class
XFListStyle
:
public
XFStyle
...
...
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