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
73e117d1
Kaydet (Commit)
73e117d1
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: Ic3b744fe3eb3a07d7f5a7feeaf43cde2ec2b3241
üst
107d53ab
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
28 additions
and
46 deletions
+28
-46
entrylisthelper.hxx
forms/source/component/entrylisthelper.hxx
+2
-3
FormComponent.hxx
forms/source/inc/FormComponent.hxx
+2
-3
InterfaceContainer.hxx
forms/source/inc/InterfaceContainer.hxx
+2
-2
formcontrolfont.hxx
forms/source/inc/formcontrolfont.hxx
+2
-3
formnavigation.hxx
forms/source/inc/formnavigation.hxx
+2
-3
forms_module.hxx
forms/source/inc/forms_module.hxx
+1
-2
richtextengine.hxx
forms/source/richtext/richtextengine.hxx
+2
-3
richtextmodel.hxx
forms/source/richtext/richtextmodel.hxx
+2
-3
richtextunowrapper.hxx
forms/source/richtext/richtextunowrapper.hxx
+4
-6
rtattributehandler.hxx
forms/source/richtext/rtattributehandler.hxx
+3
-10
formoperations.hxx
forms/source/runtime/formoperations.hxx
+2
-3
datatyperepository.hxx
forms/source/xforms/datatyperepository.hxx
+2
-2
datatypes.hxx
forms/source/xforms/datatypes.hxx
+2
-3
No files found.
forms/source/component/entrylisthelper.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -174,9 +174,8 @@ namespace frm
void
impl_lock_refreshList
(
ControlModelLock
&
_rInstanceLock
);
private
:
OEntryListHelper
();
// never implemented
OEntryListHelper
(
const
OEntryListHelper
&
);
// never implemented
OEntryListHelper
&
operator
=
(
const
OEntryListHelper
&
);
// never implemented
OEntryListHelper
(
const
OEntryListHelper
&
)
SAL_DELETED_FUNCTION
;
OEntryListHelper
&
operator
=
(
const
OEntryListHelper
&
)
SAL_DELETED_FUNCTION
;
};
...
...
forms/source/inc/FormComponent.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -144,9 +144,8 @@ namespace frm
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>
m_aNewValues
;
private
:
ControlModelLock
();
// never implemented
ControlModelLock
(
const
ControlModelLock
&
);
// never implemented
ControlModelLock
&
operator
=
(
const
ControlModelLock
&
);
// never implemented
ControlModelLock
(
const
ControlModelLock
&
)
SAL_DELETED_FUNCTION
;
ControlModelLock
&
operator
=
(
const
ControlModelLock
&
)
SAL_DELETED_FUNCTION
;
};
...
...
forms/source/inc/InterfaceContainer.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -72,8 +72,8 @@ namespace frm
virtual
~
ElementDescription
();
private
:
ElementDescription
(
const
ElementDescription
&
)
;
// never implemented
ElementDescription
&
operator
=
(
const
ElementDescription
&
)
;
// never implemented
ElementDescription
(
const
ElementDescription
&
)
SAL_DELETED_FUNCTION
;
ElementDescription
&
operator
=
(
const
ElementDescription
&
)
SAL_DELETED_FUNCTION
;
};
typedef
std
::
vector
<
InterfaceRef
>
OInterfaceArray
;
...
...
forms/source/inc/formcontrolfont.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -86,9 +86,8 @@ namespace frm
private
:
private
:
FontControlModel
();
// never implemented
FontControlModel
(
const
FontControlModel
&
);
// never implemented
FontControlModel
&
operator
=
(
const
FontControlModel
&
);
// never implemented
FontControlModel
(
const
FontControlModel
&
)
SAL_DELETED_FUNCTION
;
FontControlModel
&
operator
=
(
const
FontControlModel
&
)
SAL_DELETED_FUNCTION
;
};
...
...
forms/source/inc/formnavigation.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -213,9 +213,8 @@ namespace frm
sal_Int16
getFeatureId
(
const
OUString
&
_rCompleteURL
);
private
:
OFormNavigationMapper
(
);
// never implemented
OFormNavigationMapper
(
const
OFormNavigationMapper
&
);
// never implemented
OFormNavigationMapper
&
operator
=
(
const
OFormNavigationMapper
&
);
// never implemented
OFormNavigationMapper
(
const
OFormNavigationMapper
&
)
SAL_DELETED_FUNCTION
;
OFormNavigationMapper
&
operator
=
(
const
OFormNavigationMapper
&
)
SAL_DELETED_FUNCTION
;
};
...
...
forms/source/inc/forms_module.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -52,8 +52,7 @@ namespace FORMS_MODULE_NAMESPACE
class
OFormsModule
{
private
:
OFormsModule
();
// not implemented. OFormsModule is a static class
OFormsModule
()
SAL_DELETED_FUNCTION
;
//TODO: get rid of this class
protected
:
// auto registration administration
...
...
forms/source/richtext/richtextengine.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -63,9 +63,8 @@ namespace frm
RichTextEngine
(
SfxItemPool
*
_pPool
);
private
:
RichTextEngine
(
);
// never implemented
RichTextEngine
(
const
RichTextEngine
&
);
// never implemented
RichTextEngine
&
operator
=
(
const
RichTextEngine
&
);
// never implemented
RichTextEngine
(
const
RichTextEngine
&
)
SAL_DELETED_FUNCTION
;
RichTextEngine
&
operator
=
(
const
RichTextEngine
&
)
SAL_DELETED_FUNCTION
;
private
:
DECL_LINK
(
EditEngineStatusChanged
,
EditStatus
*
);
...
...
forms/source/richtext/richtextmodel.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -171,9 +171,8 @@ namespace frm
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
getEditEngineTunnelId
();
private
:
ORichTextModel
();
// never implemented
ORichTextModel
(
const
ORichTextModel
&
);
// never implemented
ORichTextModel
&
operator
=
(
const
ORichTextModel
&
);
// never implemented
ORichTextModel
(
const
ORichTextModel
&
)
SAL_DELETED_FUNCTION
;
ORichTextModel
&
operator
=
(
const
ORichTextModel
&
)
SAL_DELETED_FUNCTION
;
};
...
...
forms/source/richtext/richtextunowrapper.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -46,9 +46,8 @@ namespace frm
private
:
ORichTextUnoWrapper
();
// never implemented
ORichTextUnoWrapper
(
const
ORichTextUnoWrapper
&
);
// never implemented
ORichTextUnoWrapper
&
operator
=
(
const
ORichTextUnoWrapper
&
);
// never implemented
ORichTextUnoWrapper
(
const
ORichTextUnoWrapper
&
)
SAL_DELETED_FUNCTION
;
ORichTextUnoWrapper
&
operator
=
(
const
ORichTextUnoWrapper
&
)
SAL_DELETED_FUNCTION
;
};
class
RichTextEditSource
:
public
SvxEditSource
...
...
@@ -70,9 +69,8 @@ namespace frm
virtual
~
RichTextEditSource
();
private
:
RichTextEditSource
(
);
// never implemented
RichTextEditSource
(
const
RichTextEditSource
&
_rSource
);
// never implemented
RichTextEditSource
&
operator
=
(
const
RichTextEditSource
&
);
// never implemented
RichTextEditSource
(
const
RichTextEditSource
&
_rSource
)
SAL_DELETED_FUNCTION
;
RichTextEditSource
&
operator
=
(
const
RichTextEditSource
&
)
SAL_DELETED_FUNCTION
;
};
...
...
forms/source/richtext/rtattributehandler.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -76,17 +76,10 @@ namespace frm
virtual
~
AttributeHandler
();
};
class
AttributeHandlerFactory
namespace
AttributeHandlerFactory
{
public
:
static
::
rtl
::
Reference
<
IAttributeHandler
>
getHandlerFor
(
AttributeId
_nAttributeId
,
const
SfxItemPool
&
_rEditEnginePool
);
private
:
AttributeHandlerFactory
();
// never implemented
AttributeHandlerFactory
(
const
AttributeHandlerFactory
&
);
// never implemented
AttributeHandlerFactory
&
operator
=
(
const
AttributeHandlerFactory
&
);
// never implemented
~
AttributeHandlerFactory
();
// never implemented
};
::
rtl
::
Reference
<
IAttributeHandler
>
getHandlerFor
(
AttributeId
_nAttributeId
,
const
SfxItemPool
&
_rEditEnginePool
);
}
class
ParaAlignmentHandler
:
public
AttributeHandler
{
...
...
forms/source/runtime/formoperations.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -345,9 +345,8 @@ namespace frm
};
private
:
FormOperations
();
// never implemented
FormOperations
(
const
FormOperations
&
);
// never implemented
FormOperations
&
operator
=
(
const
FormOperations
&
);
// never implemented
FormOperations
(
const
FormOperations
&
)
SAL_DELETED_FUNCTION
;
FormOperations
&
operator
=
(
const
FormOperations
&
)
SAL_DELETED_FUNCTION
;
public
:
class
MethodGuard
...
...
forms/source/xforms/datatyperepository.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -68,8 +68,8 @@ namespace xforms
virtual
sal_Bool
SAL_CALL
hasElements
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
ODataTypeRepository
(
const
ODataTypeRepository
&
)
;
// never implemented
ODataTypeRepository
&
operator
=
(
const
ODataTypeRepository
&
)
;
// never implemented
ODataTypeRepository
(
const
ODataTypeRepository
&
)
SAL_DELETED_FUNCTION
;
ODataTypeRepository
&
operator
=
(
const
ODataTypeRepository
&
)
SAL_DELETED_FUNCTION
;
private
:
/** locates the type with the given name in our repository, or throws an exception if there is no such type
...
...
forms/source/xforms/datatypes.hxx
Dosyayı görüntüle @
73e117d1
...
...
@@ -74,9 +74,8 @@ namespace xforms
getName
()
const
{
return
m_sName
;
}
private
:
OXSDDataType
(
);
// never implemented
OXSDDataType
(
const
OXSDDataType
&
);
// never implemented
OXSDDataType
&
operator
=
(
const
OXSDDataType
&
);
// never implemented
OXSDDataType
(
const
OXSDDataType
&
)
SAL_DELETED_FUNCTION
;
OXSDDataType
&
operator
=
(
const
OXSDDataType
&
)
SAL_DELETED_FUNCTION
;
protected
:
// create basic data type
...
...
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