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
c6be3cf0
Kaydet (Commit)
c6be3cf0
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: I0faa47383f8952a74742a640ab2af602b4fcba8f
üst
e92e1959
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
23 additions
and
28 deletions
+23
-28
ZPoolCollection.hxx
connectivity/source/cpool/ZPoolCollection.hxx
+2
-3
MorkParser.hxx
connectivity/source/drivers/mork/MorkParser.hxx
+2
-2
pq_statics.hxx
connectivity/source/drivers/postgresql/pq_statics.hxx
+2
-2
ParameterSubstitution.hxx
connectivity/source/inc/ParameterSubstitution.hxx
+2
-2
RowFunctionParser.hxx
connectivity/source/inc/RowFunctionParser.hxx
+2
-3
ContextClassLoader.hxx
connectivity/source/inc/java/ContextClassLoader.hxx
+2
-2
LocalRef.hxx
connectivity/source/inc/java/LocalRef.hxx
+2
-2
Object.hxx
connectivity/source/inc/java/lang/Object.hxx
+4
-5
ParameterCont.hxx
include/connectivity/ParameterCont.hxx
+2
-2
parameters.hxx
include/connectivity/parameters.hxx
+2
-3
sqliterator.hxx
include/connectivity/sqliterator.hxx
+1
-2
No files found.
connectivity/source/cpool/ZPoolCollection.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -77,9 +77,8 @@ namespace connectivity
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XDesktop2
>
m_xDesktop
;
private
:
OPoolCollection
();
// never implemented
OPoolCollection
(
const
OPoolCollection
&
);
// never implemented
int
operator
=
(
const
OPoolCollection
&
);
// never implemented
OPoolCollection
(
const
OPoolCollection
&
)
SAL_DELETED_FUNCTION
;
int
operator
=
(
const
OPoolCollection
&
)
SAL_DELETED_FUNCTION
;
OPoolCollection
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
_rxContext
);
...
...
connectivity/source/drivers/mork/MorkParser.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -164,8 +164,8 @@ protected: // Data
enum
{
NPColumns
,
NPValues
,
NPRows
}
nowParsing_
;
private
:
MorkParser
(
const
MorkParser
&
);
MorkParser
&
operator
=
(
const
MorkParser
&
);
MorkParser
(
const
MorkParser
&
)
SAL_DELETED_FUNCTION
;
MorkParser
&
operator
=
(
const
MorkParser
&
)
SAL_DELETED_FUNCTION
;
};
...
...
connectivity/source/drivers/postgresql/pq_statics.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -252,8 +252,8 @@ struct Statics
BaseTypeMap
baseTypeMap
;
Statics
(){}
private
:
Statics
(
const
Statics
&
);
Statics
&
operator
=
(
const
Statics
&
);
Statics
(
const
Statics
&
)
SAL_DELETED_FUNCTION
;
Statics
&
operator
=
(
const
Statics
&
)
SAL_DELETED_FUNCTION
;
};
Statics
&
getStatics
();
...
...
connectivity/source/inc/ParameterSubstitution.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -38,8 +38,8 @@ namespace connectivity
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xContext
;
::
com
::
sun
::
star
::
uno
::
WeakReference
<
::
com
::
sun
::
star
::
sdbc
::
XConnection
>
m_xConnection
;
ParameterSubstitution
(
const
ParameterSubstitution
&
);
ParameterSubstitution
&
operator
=
(
const
ParameterSubstitution
&
);
ParameterSubstitution
(
const
ParameterSubstitution
&
)
SAL_DELETED_FUNCTION
;
ParameterSubstitution
&
operator
=
(
const
ParameterSubstitution
&
)
SAL_DELETED_FUNCTION
;
public
:
static
OUString
getImplementationName_Static
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
connectivity/source/inc/RowFunctionParser.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -131,9 +131,8 @@ private:
// supposed to be a singleton
FunctionParser
();
// default: disabled copy/assignment
FunctionParser
(
const
FunctionParser
&
);
FunctionParser
&
operator
=
(
const
FunctionParser
&
);
FunctionParser
(
const
FunctionParser
&
)
SAL_DELETED_FUNCTION
;
FunctionParser
&
operator
=
(
const
FunctionParser
&
)
SAL_DELETED_FUNCTION
;
};
...
...
connectivity/source/inc/java/ContextClassLoader.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -73,8 +73,8 @@ namespace connectivity { namespace jdbc
}
private
:
ContextClassLoaderScope
(
ContextClassLoaderScope
&
)
;
// not defined
void
operator
=
(
ContextClassLoaderScope
&
)
;
// not defined
ContextClassLoaderScope
(
ContextClassLoaderScope
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
ContextClassLoaderScope
&
)
SAL_DELETED_FUNCTION
;
void
pop
(
bool
clearExceptions
);
...
...
connectivity/source/inc/java/LocalRef.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -80,8 +80,8 @@ namespace connectivity { namespace jdbc
bool
is
()
const
{
return
m_object
!=
NULL
;
}
private
:
LocalRef
(
LocalRef
&
)
;
// not defined
void
operator
=
(
LocalRef
&
)
;
// not defined
LocalRef
(
LocalRef
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
LocalRef
&
)
SAL_DELETED_FUNCTION
;
protected
:
JNIEnv
&
m_environment
;
...
...
connectivity/source/inc/java/lang/Object.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -46,8 +46,8 @@ namespace connectivity
class
SDBThreadAttach
{
jvmaccess
::
VirtualMachine
::
AttachGuard
m_aGuard
;
SDBThreadAttach
(
SDBThreadAttach
&
);
SDBThreadAttach
&
operator
=
(
SDBThreadAttach
&
);
SDBThreadAttach
(
SDBThreadAttach
&
)
SAL_DELETED_FUNCTION
;
SDBThreadAttach
&
operator
=
(
SDBThreadAttach
&
)
SAL_DELETED_FUNCTION
;
public
:
SDBThreadAttach
();
~
SDBThreadAttach
();
...
...
@@ -68,9 +68,8 @@ namespace connectivity
class
java_lang_Object
{
// operator= and the copy ctor are forbidden
java_lang_Object
&
operator
=
(
java_lang_Object
&
);
java_lang_Object
(
java_lang_Object
&
);
java_lang_Object
&
operator
=
(
java_lang_Object
&
)
SAL_DELETED_FUNCTION
;
java_lang_Object
(
java_lang_Object
&
)
SAL_DELETED_FUNCTION
;
protected
:
// The Java handle to this class
...
...
include/connectivity/ParameterCont.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -43,8 +43,8 @@ namespace dbtools
protected
:
virtual
~
OParameterContinuation
()
{
}
private
:
OParameterContinuation
(
const
OParameterContinuation
&
);
void
operator
=
(
const
OParameterContinuation
&
);
OParameterContinuation
(
const
OParameterContinuation
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
OParameterContinuation
&
)
SAL_DELETED_FUNCTION
;
};
}
// dbtools
#endif // INCLUDED_CONNECTIVITY_PARAMETERCONT_HXX
...
...
include/connectivity/parameters.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -402,9 +402,8 @@ namespace dbtools
void
cacheConnectionInfo
();
private
:
ParameterManager
();
// never implemented
ParameterManager
(
const
ParameterManager
&
);
// never implemented
ParameterManager
&
operator
=
(
const
ParameterManager
&
);
// never implemented
ParameterManager
(
const
ParameterManager
&
)
SAL_DELETED_FUNCTION
;
ParameterManager
&
operator
=
(
const
ParameterManager
&
)
SAL_DELETED_FUNCTION
;
};
...
...
include/connectivity/sqliterator.hxx
Dosyayı görüntüle @
c6be3cf0
...
...
@@ -129,8 +129,7 @@ namespace connectivity
private
:
OSQLParseTreeIterator
();
// never implemented
OSQLParseTreeIterator
(
const
OSQLParseTreeIterator
&
rIter
);
// never implemented
OSQLParseTreeIterator
(
const
OSQLParseTreeIterator
&
rIter
)
SAL_DELETED_FUNCTION
;
public
:
OSQLParseTreeIterator
(
...
...
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