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
eaa9a731
Kaydet (Commit)
eaa9a731
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial
Change-Id: I806c9799f6eac357e5f200b53df3a9c1e6ecd841
üst
61fe89e0
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
20 deletions
+17
-20
DocumentSettingsContext.hxx
include/xmloff/DocumentSettingsContext.hxx
+2
-3
SchXMLExportHelper.hxx
include/xmloff/SchXMLExportHelper.hxx
+2
-3
XMLCharContext.hxx
include/xmloff/XMLCharContext.hxx
+2
-2
prhdlfac.hxx
include/xmloff/prhdlfac.hxx
+2
-2
prstylei.hxx
include/xmloff/prstylei.hxx
+2
-2
txtparae.hxx
include/xmloff/txtparae.hxx
+1
-1
xmlimppr.hxx
include/xmloff/xmlimppr.hxx
+2
-3
xmlprmap.hxx
include/xmloff/xmlprmap.hxx
+2
-2
xmlstyle.hxx
include/xmloff/xmlstyle.hxx
+2
-2
No files found.
include/xmloff/DocumentSettingsContext.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -47,9 +47,8 @@ public:
virtual
void
EndElement
()
SAL_OVERRIDE
;
private
:
XMLDocumentSettingsContext
();
// never implemented
XMLDocumentSettingsContext
(
const
XMLDocumentSettingsContext
&
);
// never implemented
XMLDocumentSettingsContext
&
operator
=
(
const
XMLDocumentSettingsContext
&
);
// never implemented
XMLDocumentSettingsContext
(
const
XMLDocumentSettingsContext
&
)
SAL_DELETED_FUNCTION
;
XMLDocumentSettingsContext
&
operator
=
(
const
XMLDocumentSettingsContext
&
)
SAL_DELETED_FUNCTION
;
};
#endif
...
...
include/xmloff/SchXMLExportHelper.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -56,9 +56,8 @@ public:
void
SetDestinationShellID
(
const
OUString
&
rShellID
);
private
:
SchXMLExportHelper
();
// not defined
SchXMLExportHelper
(
SchXMLExportHelper
&
);
// not defined
void
operator
=
(
SchXMLExportHelper
&
);
// not defined
SchXMLExportHelper
(
SchXMLExportHelper
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
SchXMLExportHelper
&
)
SAL_DELETED_FUNCTION
;
private
:
SchXMLExportHelper_Impl
*
m_pImpl
;
...
...
include/xmloff/XMLCharContext.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -25,8 +25,8 @@
class
XMLOFF_DLLPUBLIC
XMLCharContext
:
public
SvXMLImportContext
{
XMLCharContext
(
const
XMLCharContext
&
);
void
operator
=
(
const
XMLCharContext
&
);
XMLCharContext
(
const
XMLCharContext
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
XMLCharContext
&
)
SAL_DELETED_FUNCTION
;
protected
:
sal_Int16
m_nControl
;
sal_uInt16
m_nCount
;
...
...
include/xmloff/prhdlfac.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -41,8 +41,8 @@ class XMLOFF_DLLPUBLIC XMLPropertyHandlerFactory : public salhelper::SimpleRefer
struct
Impl
;
Impl
*
mpImpl
;
XMLPropertyHandlerFactory
(
const
XMLPropertyHandlerFactory
&
)
;
// disabled
XMLPropertyHandlerFactory
&
operator
=
(
const
XMLPropertyHandlerFactory
&
)
;
// disabled
XMLPropertyHandlerFactory
(
const
XMLPropertyHandlerFactory
&
)
SAL_DELETED_FUNCTION
;
XMLPropertyHandlerFactory
&
operator
=
(
const
XMLPropertyHandlerFactory
&
)
SAL_DELETED_FUNCTION
;
public
:
XMLPropertyHandlerFactory
();
...
...
include/xmloff/prstylei.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -54,8 +54,8 @@ private:
static
OldFillStyleDefinitionSet
maFooterSet
;
static
OldFillStyleDefinitionSet
maParaSet
;
SAL_DLLPRIVATE
XMLPropStyleContext
(
XMLPropStyleContext
&
);
// not defined
SAL_DLLPRIVATE
void
operator
=
(
XMLPropStyleContext
&
);
// not defined
XMLPropStyleContext
(
XMLPropStyleContext
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
XMLPropStyleContext
&
)
SAL_DELETED_FUNCTION
;
protected
:
...
...
include/xmloff/txtparae.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -672,7 +672,7 @@ public:
void
PopTextListsHelper
();
private
:
XMLTextParagraphExport
(
XMLTextParagraphExport
&
)
;
// private copy-ctor because of explicit copy-ctor of unique_ptr
XMLTextParagraphExport
(
XMLTextParagraphExport
&
)
SAL_DELETED_FUNCTION
;
};
inline
const
XMLTextListAutoStylePool
&
...
...
include/xmloff/xmlimppr.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -57,9 +57,8 @@ class XMLOFF_DLLPUBLIC SvXMLImportPropertyMapper : public salhelper::SimpleRefer
SvXMLImport
&
rImport
;
// access to error handling
SAL_DLLPRIVATE
SvXMLImportPropertyMapper
(
SvXMLImportPropertyMapper
&
);
// not defined
SAL_DLLPRIVATE
void
operator
=
(
SvXMLImportPropertyMapper
&
);
// not defined
SvXMLImportPropertyMapper
(
SvXMLImportPropertyMapper
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
SvXMLImportPropertyMapper
&
)
SAL_DELETED_FUNCTION
;
protected
:
...
...
include/xmloff/xmlprmap.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -39,8 +39,8 @@ class XMLOFF_DLLPUBLIC XMLPropertySetMapper : public salhelper::SimpleReferenceO
Impl
*
mpImpl
;
XMLPropertySetMapper
(
const
XMLPropertySetMapper
&
)
;
// disabled.
XMLPropertySetMapper
&
operator
=
(
const
XMLPropertySetMapper
&
)
;
// disabled.
XMLPropertySetMapper
(
const
XMLPropertySetMapper
&
)
SAL_DELETED_FUNCTION
;
XMLPropertySetMapper
&
operator
=
(
const
XMLPropertySetMapper
&
)
SAL_DELETED_FUNCTION
;
public
:
/** The last element of the XMLPropertyMapEntry-array must contain NULL-values.
...
...
include/xmloff/xmlstyle.hxx
Dosyayı görüntüle @
eaa9a731
...
...
@@ -186,8 +186,8 @@ class XMLOFF_DLLPUBLIC SvXMLStylesContext : public SvXMLImportContext
SAL_DLLPRIVATE
const
SvXMLTokenMap
&
GetStyleStylesElemTokenMap
();
S
AL_DLLPRIVATE
SvXMLStylesContext
(
SvXMLStylesContext
&
);
// not defined
SAL_DLLPRIVATE
void
operator
=
(
SvXMLStylesContext
&
);
// not defined
S
vXMLStylesContext
(
SvXMLStylesContext
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
SvXMLStylesContext
&
)
SAL_DELETED_FUNCTION
;
protected
:
...
...
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