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
4d79146a
Kaydet (Commit)
4d79146a
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: Ice7788ebcfbc638ec21a824c4267757218c14478
üst
5b736d96
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
includes.hxx
codemaker/source/cppumaker/includes.hxx
+2
-2
classfile.hxx
codemaker/source/javamaker/classfile.hxx
+4
-4
exceptiontree.hxx
include/codemaker/exceptiontree.hxx
+4
-4
generatedtypeset.hxx
include/codemaker/generatedtypeset.hxx
+2
-2
No files found.
codemaker/source/cppumaker/includes.hxx
Dosyayı görüntüle @
4d79146a
...
...
@@ -67,8 +67,8 @@ public:
FileStream
&
out
,
OString
const
&
entityName
,
bool
hpp
);
private
:
Includes
(
Includes
&
)
;
// not implemented
void
operator
=
(
const
Includes
&
)
;
// not implemented
;
Includes
(
Includes
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
Includes
&
)
SAL_DELETED_FUNCTION
;
bool
isInterfaceType
(
OString
const
&
entityName
)
const
;
...
...
codemaker/source/javamaker/classfile.hxx
Dosyayı görüntüle @
4d79146a
...
...
@@ -130,8 +130,8 @@ public:
Position
getPosition
()
const
;
private
:
Code
(
Code
&
)
;
// not implemented
void
operator
=
(
const
Code
&
)
;
// not implemented
Code
(
Code
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
Code
&
)
SAL_DELETED_FUNCTION
;
Code
(
ClassFile
&
classFile
);
...
...
@@ -181,8 +181,8 @@ public:
private
:
typedef
std
::
map
<
rtl
::
OString
,
sal_uInt16
>
Map
;
ClassFile
(
ClassFile
&
)
;
// not implemented
void
operator
=
(
const
ClassFile
&
)
;
// not implemented
ClassFile
(
ClassFile
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
ClassFile
&
)
SAL_DELETED_FUNCTION
;
sal_uInt16
nextConstantPoolIndex
(
sal_uInt16
width
);
sal_uInt16
addUtf8Info
(
rtl
::
OString
const
&
value
);
...
...
include/codemaker/exceptiontree.hxx
Dosyayı görüntüle @
4d79146a
...
...
@@ -54,8 +54,8 @@ struct ExceptionTreeNode {
Children
children
;
private
:
ExceptionTreeNode
(
ExceptionTreeNode
&
)
;
// not implemented
void
operator
=
(
ExceptionTreeNode
)
;
// not implemented
ExceptionTreeNode
(
ExceptionTreeNode
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
ExceptionTreeNode
)
SAL_DELETED_FUNCTION
;
void
clearChildren
();
};
...
...
@@ -107,8 +107,8 @@ public:
ExceptionTreeNode
const
&
getRoot
()
const
{
return
m_root
;
}
private
:
ExceptionTree
(
ExceptionTree
&
)
;
// not implemented
void
operator
=
(
const
ExceptionTree
&
)
;
// not implemented
ExceptionTree
(
ExceptionTree
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
ExceptionTree
&
)
SAL_DELETED_FUNCTION
;
ExceptionTreeNode
m_root
;
};
...
...
include/codemaker/generatedtypeset.hxx
Dosyayı görüntüle @
4d79146a
...
...
@@ -60,8 +60,8 @@ public:
{
return
m_set
.
find
(
type
)
!=
m_set
.
end
();
}
private
:
GeneratedTypeSet
(
GeneratedTypeSet
&
)
;
// not implemented
void
operator
=
(
const
GeneratedTypeSet
&
)
;
// not implemented
GeneratedTypeSet
(
GeneratedTypeSet
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
GeneratedTypeSet
&
)
SAL_DELETED_FUNCTION
;
std
::
unordered_set
<
OString
,
OStringHash
>
m_set
;
};
...
...
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