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
b1dd9a63
Kaydet (Commit)
b1dd9a63
authored
Ara 05, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride (dtors) in editeng
Change-Id: I7a268a1e991e84304e5435e0f7b633873f6829eb
üst
0fef19f1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
25 deletions
+0
-25
svxfont.cxx
editeng/source/items/svxfont.cxx
+0
-2
xmltxtexp.cxx
editeng/source/xml/xmltxtexp.cxx
+0
-12
xmltxtimp.cxx
editeng/source/xml/xmltxtimp.cxx
+0
-11
No files found.
editeng/source/items/svxfont.cxx
Dosyayı görüntüle @
b1dd9a63
...
@@ -588,8 +588,6 @@ public:
...
@@ -588,8 +588,6 @@ public:
nKern
(
_nKrn
)
nKern
(
_nKrn
)
{
}
{
}
virtual
~
SvxDoGetCapitalSize
()
override
{}
virtual
void
Do
(
const
OUString
&
rTxt
,
const
sal_Int32
nIdx
,
virtual
void
Do
(
const
OUString
&
rTxt
,
const
sal_Int32
nIdx
,
const
sal_Int32
nLen
,
const
bool
bUpper
)
override
;
const
sal_Int32
nLen
,
const
bool
bUpper
)
override
;
...
...
editeng/source/xml/xmltxtexp.cxx
Dosyayı görüntüle @
b1dd9a63
...
@@ -130,8 +130,6 @@ class SvxSimpleUnoModel : public cppu::WeakAggImplHelper4<
...
@@ -130,8 +130,6 @@ class SvxSimpleUnoModel : public cppu::WeakAggImplHelper4<
{
{
public
:
public
:
SvxSimpleUnoModel
();
SvxSimpleUnoModel
();
virtual
~
SvxSimpleUnoModel
()
override
;
// XMultiServiceFactory
// XMultiServiceFactory
virtual
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
SAL_CALL
createInstance
(
const
OUString
&
aServiceSpecifier
)
throw
(
css
::
uno
::
Exception
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
SAL_CALL
createInstance
(
const
OUString
&
aServiceSpecifier
)
throw
(
css
::
uno
::
Exception
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
...
@@ -168,10 +166,6 @@ SvxSimpleUnoModel::SvxSimpleUnoModel()
...
@@ -168,10 +166,6 @@ SvxSimpleUnoModel::SvxSimpleUnoModel()
{
{
}
}
SvxSimpleUnoModel
::~
SvxSimpleUnoModel
()
{
}
// XMultiServiceFactory ( SvxFmMSFactory )
// XMultiServiceFactory ( SvxFmMSFactory )
uno
::
Reference
<
uno
::
XInterface
>
SAL_CALL
SvxSimpleUnoModel
::
createInstance
(
const
OUString
&
aServiceSpecifier
)
uno
::
Reference
<
uno
::
XInterface
>
SAL_CALL
SvxSimpleUnoModel
::
createInstance
(
const
OUString
&
aServiceSpecifier
)
throw
(
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
throw
(
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
...
@@ -301,8 +295,6 @@ public:
...
@@ -301,8 +295,6 @@ public:
const
OUString
&
rFileName
,
const
OUString
&
rFileName
,
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>&
rHandler
);
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>&
rHandler
);
virtual
~
SvxXMLTextExportComponent
()
override
;
// methods without content:
// methods without content:
virtual
void
ExportAutoStyles_
()
override
;
virtual
void
ExportAutoStyles_
()
override
;
virtual
void
ExportMasterStyles_
()
override
;
virtual
void
ExportMasterStyles_
()
override
;
...
@@ -342,10 +334,6 @@ SvxXMLTextExportComponent::SvxXMLTextExportComponent(
...
@@ -342,10 +334,6 @@ SvxXMLTextExportComponent::SvxXMLTextExportComponent(
setExportFlags
(
SvXMLExportFlags
::
AUTOSTYLES
|
SvXMLExportFlags
::
CONTENT
);
setExportFlags
(
SvXMLExportFlags
::
AUTOSTYLES
|
SvXMLExportFlags
::
CONTENT
);
}
}
SvxXMLTextExportComponent
::~
SvxXMLTextExportComponent
()
{
}
void
SvxWriteXML
(
EditEngine
&
rEditEngine
,
SvStream
&
rStream
,
const
ESelection
&
rSel
)
void
SvxWriteXML
(
EditEngine
&
rEditEngine
,
SvStream
&
rStream
,
const
ESelection
&
rSel
)
{
{
try
try
...
...
editeng/source/xml/xmltxtimp.cxx
Dosyayı görüntüle @
b1dd9a63
...
@@ -56,7 +56,6 @@ class SvxXMLTextImportContext : public SvXMLImportContext
...
@@ -56,7 +56,6 @@ class SvxXMLTextImportContext : public SvXMLImportContext
{
{
public
:
public
:
SvxXMLTextImportContext
(
SvXMLImport
&
rImport
,
sal_uInt16
nPrfx
,
const
OUString
&
rLName
,
const
uno
::
Reference
<
XAttributeList
>&
xAttrList
,
const
uno
::
Reference
<
XText
>&
xText
);
SvxXMLTextImportContext
(
SvXMLImport
&
rImport
,
sal_uInt16
nPrfx
,
const
OUString
&
rLName
,
const
uno
::
Reference
<
XAttributeList
>&
xAttrList
,
const
uno
::
Reference
<
XText
>&
xText
);
virtual
~
SvxXMLTextImportContext
()
override
;
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
uno
::
Reference
<
XAttributeList
>&
xAttrList
)
override
;
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
uno
::
Reference
<
XAttributeList
>&
xAttrList
)
override
;
...
@@ -72,10 +71,6 @@ SvxXMLTextImportContext::SvxXMLTextImportContext( SvXMLImport& rImport, sal_uInt
...
@@ -72,10 +71,6 @@ SvxXMLTextImportContext::SvxXMLTextImportContext( SvXMLImport& rImport, sal_uInt
{
{
}
}
SvxXMLTextImportContext
::~
SvxXMLTextImportContext
()
{
}
SvXMLImportContext
*
SvxXMLTextImportContext
::
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
uno
::
Reference
<
XAttributeList
>&
xAttrList
)
SvXMLImportContext
*
SvxXMLTextImportContext
::
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
uno
::
Reference
<
XAttributeList
>&
xAttrList
)
{
{
SvXMLImportContext
*
pContext
=
nullptr
;
SvXMLImportContext
*
pContext
=
nullptr
;
...
@@ -108,8 +103,6 @@ public:
...
@@ -108,8 +103,6 @@ public:
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rContext
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rContext
,
const
uno
::
Reference
<
XText
>
&
rText
);
const
uno
::
Reference
<
XText
>
&
rText
);
virtual
~
SvxXMLXTextImportComponent
()
throw
()
override
;
private
:
private
:
const
uno
::
Reference
<
XText
>
mxText
;
const
uno
::
Reference
<
XText
>
mxText
;
};
};
...
@@ -124,10 +117,6 @@ SvxXMLXTextImportComponent::SvxXMLXTextImportComponent(
...
@@ -124,10 +117,6 @@ SvxXMLXTextImportComponent::SvxXMLXTextImportComponent(
GetTextImport
()
->
SetCursor
(
mxText
->
createTextCursor
()
);
GetTextImport
()
->
SetCursor
(
mxText
->
createTextCursor
()
);
}
}
SvxXMLXTextImportComponent
::~
SvxXMLXTextImportComponent
()
throw
()
{
}
void
SvxReadXML
(
EditEngine
&
rEditEngine
,
SvStream
&
rStream
,
const
ESelection
&
rSel
)
void
SvxReadXML
(
EditEngine
&
rEditEngine
,
SvStream
&
rStream
,
const
ESelection
&
rSel
)
{
{
SvxEditEngineSource
aEditSource
(
&
rEditEngine
);
SvxEditEngineSource
aEditSource
(
&
rEditEngine
);
...
...
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