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
3e6ba91e
Kaydet (Commit)
3e6ba91e
authored
Kas 25, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in include/xmloff
Change-Id: I979743671e9a2e868d815f917427588b7b0320ba
üst
1522d4b3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
21 deletions
+1
-21
formlayerexport.hxx
include/xmloff/formlayerexport.hxx
+0
-2
txtparae.hxx
include/xmloff/txtparae.hxx
+0
-8
formlayerexport.cxx
xmloff/source/forms/formlayerexport.cxx
+1
-2
txtparae.cxx
xmloff/source/text/txtparae.cxx
+0
-9
No files found.
include/xmloff/formlayerexport.hxx
Dosyayı görüntüle @
3e6ba91e
...
...
@@ -53,8 +53,6 @@ namespace xmloff
:
public
::
salhelper
::
SimpleReferenceObject
{
protected
:
/// our export context
SvXMLExport
&
m_rContext
;
// impl class
std
::
unique_ptr
<
OFormLayerXMLExport_Impl
>
m_pImpl
;
...
...
include/xmloff/txtparae.hxx
Dosyayı görüntüle @
3e6ba91e
...
...
@@ -125,7 +125,6 @@ public:
protected
:
const
OUString
sActualSize
;
// Implement Title/Description Elements UI (#i73249#)
const
OUString
sTitle
;
const
OUString
sDescription
;
...
...
@@ -139,17 +138,12 @@ protected:
const
OUString
sCharStyleName
;
const
OUString
sCharStyleNames
;
const
OUString
sContourPolyPolygon
;
const
OUString
sDocumentIndex
;
const
OUString
sDocumentIndexMark
;
const
OUString
sEndNotice
;
const
OUString
sFootnote
;
const
OUString
sFootnoteCounting
;
const
OUString
sFrame
;
const
OUString
sFrameHeightAbsolute
;
const
OUString
sFrameHeightPercent
;
const
OUString
sFrameStyleName
;
const
OUString
sFrameWidthAbsolute
;
const
OUString
sFrameWidthPercent
;
const
OUString
sGraphicFilter
;
const
OUString
sGraphicRotation
;
const
OUString
sGraphicURL
;
...
...
@@ -170,7 +164,6 @@ protected:
const
OUString
sNumberingType
;
const
OUString
sPageDescName
;
const
OUString
sPageStyleName
;
const
OUString
sParaChapterNumberingLevel
;
const
OUString
sParaConditionalStyleName
;
const
OUString
sParagraphService
;
const
OUString
sParaStyleName
;
...
...
@@ -182,7 +175,6 @@ protected:
const
OUString
sRelativeHeight
;
const
OUString
sRelativeWidth
;
const
OUString
sRuby
;
const
OUString
sRubyAdjust
;
const
OUString
sRubyCharStyleName
;
const
OUString
sRubyText
;
const
OUString
sServerMap
;
...
...
xmloff/source/forms/formlayerexport.cxx
Dosyayı görüntüle @
3e6ba91e
...
...
@@ -43,8 +43,7 @@ namespace xmloff
//= OFormLayerXMLExport
OFormLayerXMLExport
::
OFormLayerXMLExport
(
SvXMLExport
&
_rContext
)
:
m_rContext
(
_rContext
)
,
m_pImpl
(
new
OFormLayerXMLExport_Impl
(
_rContext
))
:
m_pImpl
(
new
OFormLayerXMLExport_Impl
(
_rContext
))
{
}
...
...
xmloff/source/text/txtparae.cxx
Dosyayı görüntüle @
3e6ba91e
...
...
@@ -1176,7 +1176,6 @@ XMLTextParagraphExport::XMLTextParagraphExport(
bOpenRuby
(
false
),
mpTextListsHelper
(
nullptr
),
maTextListsHelperStack
(),
sActualSize
(
"ActualSize"
),
// Implement Title/Description Elements UI (#i73249#)
sTitle
(
"Title"
),
sDescription
(
"Description"
),
...
...
@@ -1190,17 +1189,11 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sCharStyleName
(
"CharStyleName"
),
sCharStyleNames
(
"CharStyleNames"
),
sContourPolyPolygon
(
"ContourPolyPolygon"
),
sDocumentIndex
(
"DocumentIndex"
),
sDocumentIndexMark
(
"DocumentIndexMark"
),
sEndNotice
(
"EndNotice"
),
sFootnote
(
"Footnote"
),
sFootnoteCounting
(
"FootnoteCounting"
),
sFrame
(
"Frame"
),
sFrameHeightAbsolute
(
"FrameHeightAbsolute"
),
sFrameHeightPercent
(
"FrameHeightPercent"
),
sFrameStyleName
(
"FrameStyleName"
),
sFrameWidthAbsolute
(
"FrameWidthAbsolute"
),
sFrameWidthPercent
(
"FrameWidthPercent"
),
sGraphicFilter
(
"GraphicFilter"
),
sGraphicRotation
(
"GraphicRotation"
),
sGraphicURL
(
"GraphicURL"
),
...
...
@@ -1221,7 +1214,6 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sNumberingType
(
"NumberingType"
),
sPageDescName
(
"PageDescName"
),
sPageStyleName
(
"PageStyleName"
),
sParaChapterNumberingLevel
(
"ParaChapterNumberingLevel"
),
sParaConditionalStyleName
(
"ParaConditionalStyleName"
),
sParagraphService
(
"com.sun.star.text.Paragraph"
),
sParaStyleName
(
"ParaStyleName"
),
...
...
@@ -1233,7 +1225,6 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sRelativeHeight
(
"RelativeHeight"
),
sRelativeWidth
(
"RelativeWidth"
),
sRuby
(
"Ruby"
),
sRubyAdjust
(
"RubyAdjust"
),
sRubyCharStyleName
(
"RubyCharStyleName"
),
sRubyText
(
"RubyText"
),
sServerMap
(
"ServerMap"
),
...
...
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