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
e92e1959
Kaydet (Commit)
e92e1959
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: I0aeba0c65b19c1107f617ed0af0028cced9bd434
üst
4d79146a
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
37 additions
and
50 deletions
+37
-50
propertycontainerhelper.cxx
comphelper/source/property/propertycontainerhelper.cxx
+0
-1
SelectionMultiplex.hxx
include/comphelper/SelectionMultiplex.hxx
+2
-2
accessibleeventnotifier.hxx
include/comphelper/accessibleeventnotifier.hxx
+2
-2
accessiblewrapper.hxx
include/comphelper/accessiblewrapper.hxx
+6
-9
asyncnotification.hxx
include/comphelper/asyncnotification.hxx
+2
-2
componentmodule.hxx
include/comphelper/componentmodule.hxx
+2
-2
configuration.hxx
include/comphelper/configuration.hxx
+12
-12
documentinfo.hxx
include/comphelper/documentinfo.hxx
+3
-7
propertycontainerhelper.hxx
include/comphelper/propertycontainerhelper.hxx
+2
-4
proxyaggregation.hxx
include/comphelper/proxyaggregation.hxx
+6
-9
No files found.
comphelper/source/property/propertycontainerhelper.cxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -66,7 +66,6 @@ namespace
OPropertyContainerHelper
::
OPropertyContainerHelper
()
:
m_bUnused
(
false
)
{
}
...
...
include/comphelper/SelectionMultiplex.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -74,8 +74,8 @@ namespace comphelper
bool
m_bListening
:
1
;
bool
m_bAutoSetRelease
:
1
;
OSelectionChangeMultiplexer
(
const
OSelectionChangeMultiplexer
&
);
OSelectionChangeMultiplexer
&
operator
=
(
const
OSelectionChangeMultiplexer
&
);
OSelectionChangeMultiplexer
(
const
OSelectionChangeMultiplexer
&
)
SAL_DELETED_FUNCTION
;
OSelectionChangeMultiplexer
&
operator
=
(
const
OSelectionChangeMultiplexer
&
)
SAL_DELETED_FUNCTION
;
protected
:
virtual
~
OSelectionChangeMultiplexer
();
public
:
...
...
include/comphelper/accessibleeventnotifier.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -44,8 +44,8 @@ namespace comphelper
~
AccessibleEventNotifier
(
);
// never implemented
private
:
COMPHELPER_DLLPRIVATE
AccessibleEventNotifier
(
const
AccessibleEventNotifier
&
);
// never implemented!
COMPHELPER_DLLPRIVATE
AccessibleEventNotifier
&
operator
=
(
const
AccessibleEventNotifier
&
);
// never implemented!
AccessibleEventNotifier
(
const
AccessibleEventNotifier
&
)
SAL_DELETED_FUNCTION
;
AccessibleEventNotifier
&
operator
=
(
const
AccessibleEventNotifier
&
)
SAL_DELETED_FUNCTION
;
public
:
/** registers a client of this class, means a broadcaster of AccessibleEvents
...
...
include/comphelper/accessiblewrapper.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -117,9 +117,8 @@ namespace comphelper
virtual
~
OAccessibleWrapper
(
);
private
:
COMPHELPER_DLLPRIVATE
OAccessibleWrapper
(
);
// never implemented
COMPHELPER_DLLPRIVATE
OAccessibleWrapper
(
const
OAccessibleWrapper
&
);
// never implemented
COMPHELPER_DLLPRIVATE
OAccessibleWrapper
&
operator
=
(
const
OAccessibleWrapper
&
);
// never implemented
OAccessibleWrapper
(
const
OAccessibleWrapper
&
)
SAL_DELETED_FUNCTION
;
OAccessibleWrapper
&
operator
=
(
const
OAccessibleWrapper
&
)
SAL_DELETED_FUNCTION
;
};
...
...
@@ -312,9 +311,8 @@ namespace comphelper
virtual
~
OAccessibleContextWrapper
();
private
:
COMPHELPER_DLLPRIVATE
OAccessibleContextWrapper
();
// never implemented
COMPHELPER_DLLPRIVATE
OAccessibleContextWrapper
(
const
OAccessibleContextWrapper
&
);
// never implemented
COMPHELPER_DLLPRIVATE
OAccessibleContextWrapper
&
operator
=
(
const
OAccessibleContextWrapper
&
);
// never implemented
OAccessibleContextWrapper
(
const
OAccessibleContextWrapper
&
)
SAL_DELETED_FUNCTION
;
OAccessibleContextWrapper
&
operator
=
(
const
OAccessibleContextWrapper
&
)
SAL_DELETED_FUNCTION
;
};
...
...
@@ -400,9 +398,8 @@ namespace comphelper
virtual
~
OWrappedAccessibleChildrenManager
(
);
private
:
COMPHELPER_DLLPRIVATE
OWrappedAccessibleChildrenManager
(
);
// never implemented
COMPHELPER_DLLPRIVATE
OWrappedAccessibleChildrenManager
(
const
OWrappedAccessibleChildrenManager
&
);
// never implemented
COMPHELPER_DLLPRIVATE
OWrappedAccessibleChildrenManager
&
operator
=
(
const
OWrappedAccessibleChildrenManager
&
);
// never implemented
OWrappedAccessibleChildrenManager
(
const
OWrappedAccessibleChildrenManager
&
)
SAL_DELETED_FUNCTION
;
OWrappedAccessibleChildrenManager
&
operator
=
(
const
OWrappedAccessibleChildrenManager
&
)
SAL_DELETED_FUNCTION
;
};
...
...
include/comphelper/asyncnotification.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -48,8 +48,8 @@ namespace comphelper
virtual
~
AnyEvent
();
private
:
AnyEvent
(
AnyEvent
&
)
;
// not defined
void
operator
=
(
AnyEvent
&
)
;
// not defined
AnyEvent
(
AnyEvent
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
AnyEvent
&
)
SAL_DELETED_FUNCTION
;
};
...
...
include/comphelper/componentmodule.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -162,8 +162,8 @@ namespace comphelper
virtual
void
onLastClient
();
private
:
OModule
(
const
OModule
&
)
;
// never implemented
OModule
&
operator
=
(
const
OModule
&
)
;
// never implemented
OModule
(
const
OModule
&
)
SAL_DELETED_FUNCTION
;
OModule
&
operator
=
(
const
OModule
&
)
SAL_DELETED_FUNCTION
;
};
...
...
include/comphelper/configuration.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -143,8 +143,8 @@ template< typename T > struct Convert: private boost::noncopyable {
{
return
value
.
get
<
T
>
();
}
private
:
Convert
()
;
// not defined
~
Convert
()
;
// not defined
Convert
()
SAL_DELETED_FUNCTION
;
~
Convert
()
SAL_DELETED_FUNCTION
;
};
/// @internal
...
...
@@ -164,8 +164,8 @@ template< typename T > struct Convert< boost::optional< T > >:
}
private
:
Convert
()
;
// not defined
~
Convert
()
;
// not defined
Convert
()
SAL_DELETED_FUNCTION
;
~
Convert
()
SAL_DELETED_FUNCTION
;
};
}
...
...
@@ -208,8 +208,8 @@ template< typename T, typename U > struct ConfigurationProperty:
}
private
:
ConfigurationProperty
()
;
// not defined
~
ConfigurationProperty
()
;
// not defined
ConfigurationProperty
()
SAL_DELETED_FUNCTION
;
~
ConfigurationProperty
()
SAL_DELETED_FUNCTION
;
};
/// A type-safe wrapper around a localized configuration property.
...
...
@@ -254,8 +254,8 @@ template< typename T, typename U > struct ConfigurationLocalizedProperty:
}
private
:
ConfigurationLocalizedProperty
()
;
// not defined
~
ConfigurationLocalizedProperty
()
;
// not defined
ConfigurationLocalizedProperty
()
SAL_DELETED_FUNCTION
;
~
ConfigurationLocalizedProperty
()
SAL_DELETED_FUNCTION
;
};
/// A type-safe wrapper around a configuration group.
...
...
@@ -287,8 +287,8 @@ template< typename T > struct ConfigurationGroup: private boost::noncopyable {
}
private
:
ConfigurationGroup
()
;
// not defined
~
ConfigurationGroup
()
;
// not defined
ConfigurationGroup
()
SAL_DELETED_FUNCTION
;
~
ConfigurationGroup
()
SAL_DELETED_FUNCTION
;
};
/// A type-safe wrapper around a configuration set.
...
...
@@ -320,8 +320,8 @@ template< typename T > struct ConfigurationSet: private boost::noncopyable {
}
private
:
ConfigurationSet
()
;
// not defined
~
ConfigurationSet
()
;
// not defined
ConfigurationSet
()
SAL_DELETED_FUNCTION
;
~
ConfigurationSet
()
SAL_DELETED_FUNCTION
;
};
}
...
...
include/comphelper/documentinfo.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -31,16 +31,12 @@ namespace comphelper {
//= DocumentInfo
class
COMPHELPER_DLLPUBLIC
DocumentInfo
namespace
DocumentInfo
{
public
:
/** retrieves the UI title of the given document
*/
static
OUString
getDocumentTitle
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XModel
>&
_rxDocument
);
private
:
DocumentInfo
();
// never implemented
};
COMPHELPER_DLLPUBLIC
OUString
getDocumentTitle
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XModel
>&
_rxDocument
);
}
}
// namespace comphelper
...
...
include/comphelper/propertycontainerhelper.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -85,8 +85,6 @@ private:
typedef
Properties
::
const_iterator
ConstPropertiesIterator
;
Properties
m_aProperties
;
bool
m_bUnused
;
protected
:
OPropertyContainerHelper
();
~
OPropertyContainerHelper
();
...
...
@@ -188,8 +186,8 @@ private:
COMPHELPER_DLLPRIVATE
PropertiesIterator
searchHandle
(
sal_Int32
_nHandle
);
private
:
COMPHELPER_DLLPRIVATE
OPropertyContainerHelper
(
const
OPropertyContainerHelper
&
);
// never implemented
COMPHELPER_DLLPRIVATE
OPropertyContainerHelper
&
operator
=
(
const
OPropertyContainerHelper
&
);
// never implemented
OPropertyContainerHelper
(
const
OPropertyContainerHelper
&
)
SAL_DELETED_FUNCTION
;
OPropertyContainerHelper
&
operator
=
(
const
OPropertyContainerHelper
&
)
SAL_DELETED_FUNCTION
;
};
...
...
include/comphelper/proxyaggregation.hxx
Dosyayı görüntüle @
e92e1959
...
...
@@ -110,9 +110,8 @@ namespace comphelper
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getTypes
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
private
:
OProxyAggregation
(
);
// never implemented
OProxyAggregation
(
const
OProxyAggregation
&
);
// never implemented
OProxyAggregation
&
operator
=
(
const
OProxyAggregation
&
);
// never implemented
OProxyAggregation
(
const
OProxyAggregation
&
)
SAL_DELETED_FUNCTION
;
OProxyAggregation
&
operator
=
(
const
OProxyAggregation
&
)
SAL_DELETED_FUNCTION
;
};
...
...
@@ -171,9 +170,8 @@ namespace comphelper
virtual
void
SAL_CALL
dispose
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
=
0
;
private
:
COMPHELPER_DLLPRIVATE
OComponentProxyAggregationHelper
(
);
// never implemented
COMPHELPER_DLLPRIVATE
OComponentProxyAggregationHelper
(
const
OComponentProxyAggregationHelper
&
);
// never implemented
COMPHELPER_DLLPRIVATE
OComponentProxyAggregationHelper
&
operator
=
(
const
OComponentProxyAggregationHelper
&
);
// never implemented
OComponentProxyAggregationHelper
(
const
OComponentProxyAggregationHelper
&
)
SAL_DELETED_FUNCTION
;
OComponentProxyAggregationHelper
&
operator
=
(
const
OComponentProxyAggregationHelper
&
)
SAL_DELETED_FUNCTION
;
};
...
...
@@ -210,9 +208,8 @@ namespace comphelper
void
implEnsureDisposeInDtor
(
);
private
:
COMPHELPER_DLLPRIVATE
OComponentProxyAggregation
(
);
// never implemented
COMPHELPER_DLLPRIVATE
OComponentProxyAggregation
(
const
OComponentProxyAggregation
&
);
// never implemented
COMPHELPER_DLLPRIVATE
OComponentProxyAggregation
&
operator
=
(
const
OComponentProxyAggregation
&
);
// never implemented
OComponentProxyAggregation
(
const
OComponentProxyAggregation
&
)
SAL_DELETED_FUNCTION
;
OComponentProxyAggregation
&
operator
=
(
const
OComponentProxyAggregation
&
)
SAL_DELETED_FUNCTION
;
};
...
...
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