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
cb6bc9bd
Kaydet (Commit)
cb6bc9bd
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: Id38a70a88cf03413763f3feaefb07d2e748a6ba8
üst
0e882b65
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
38 additions
and
81 deletions
+38
-81
simplereferencecomponent.hxx
sd/inc/helper/simplereferencecomponent.hxx
+4
-16
stlsheet.hxx
sd/inc/stlsheet.hxx
+1
-1
AccessibleOutlineEditSource.hxx
sd/source/ui/inc/AccessibleOutlineEditSource.hxx
+2
-4
AccessiblePageShape.hxx
sd/source/ui/inc/AccessiblePageShape.hxx
+2
-8
AccessiblePresentationShape.hxx
sd/source/ui/inc/AccessiblePresentationShape.hxx
+2
-9
AccessibleViewForwarder.hxx
sd/source/ui/inc/AccessibleViewForwarder.hxx
+2
-2
MasterPageObserver.hxx
sd/source/ui/inc/MasterPageObserver.hxx
+2
-4
WindowUpdater.hxx
sd/source/ui/inc/WindowUpdater.hxx
+2
-4
filedlg.hxx
sd/source/ui/inc/filedlg.hxx
+2
-3
FrameworkHelper.hxx
sd/source/ui/inc/framework/FrameworkHelper.hxx
+2
-2
ModuleController.hxx
sd/source/ui/inc/framework/ModuleController.hxx
+1
-2
sdxfer.hxx
sd/source/ui/inc/sdxfer.hxx
+2
-4
slideshow.hxx
sd/source/ui/inc/slideshow.hxx
+2
-3
smarttag.hxx
sd/source/ui/inc/smarttag.hxx
+4
-4
RecentlyUsedMasterPages.hxx
sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx
+2
-4
slideshowimpl.hxx
sd/source/ui/slideshow/slideshowimpl.hxx
+2
-2
SlsPageDescriptor.hxx
sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
+2
-5
SlsFontProvider.hxx
sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
+2
-4
No files found.
sd/inc/helper/simplereferencecomponent.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -78,25 +78,13 @@ protected:
...
@@ -78,25 +78,13 @@ protected:
private
:
private
:
oslInterlockedCount
m_nCount
;
oslInterlockedCount
m_nCount
;
/** not implemented
SimpleReferenceComponent
(
SimpleReferenceComponent
&
)
SAL_DELETED_FUNCTION
;
@internal
*/
SimpleReferenceComponent
(
SimpleReferenceComponent
&
);
/** not implemented
void
operator
=
(
SimpleReferenceComponent
)
SAL_DELETED_FUNCTION
;
@internal
*/
void
operator
=
(
SimpleReferenceComponent
);
/** not implemented (see general class documentation)
static
void
*
operator
new
[](
std
::
size_t
)
SAL_DELETED_FUNCTION
;
@internal
*/
static
void
*
operator
new
[](
std
::
size_t
);
/** not implemented (see general class documentation)
static
void
operator
delete
[](
void
*
pPtr
)
SAL_DELETED_FUNCTION
;
@internal
*/
static
void
operator
delete
[](
void
*
pPtr
);
bool
mbDisposed
;
bool
mbDisposed
;
};
};
...
...
sd/inc/stlsheet.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -149,7 +149,7 @@ protected:
...
@@ -149,7 +149,7 @@ protected:
boost
::
scoped_ptr
<
ModifyListenerForewarder
>
mpModifyListenerForewarder
;
boost
::
scoped_ptr
<
ModifyListenerForewarder
>
mpModifyListenerForewarder
;
private
:
private
:
SdStyleSheet
&
operator
=
(
const
SdStyleSheet
&
)
;
// not implemented
SdStyleSheet
&
operator
=
(
const
SdStyleSheet
&
)
SAL_DELETED_FUNCTION
;
};
};
typedef
rtl
::
Reference
<
SdStyleSheet
>
SdStyleSheetRef
;
typedef
rtl
::
Reference
<
SdStyleSheet
>
SdStyleSheetRef
;
...
...
sd/source/ui/inc/AccessibleOutlineEditSource.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -73,10 +73,8 @@ namespace accessibility
...
@@ -73,10 +73,8 @@ namespace accessibility
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
SAL_OVERRIDE
;
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
SAL_OVERRIDE
;
private
:
private
:
AccessibleOutlineEditSource
(
const
AccessibleOutlineEditSource
&
)
SAL_DELETED_FUNCTION
;
// declared, but not defined
AccessibleOutlineEditSource
&
operator
=
(
const
AccessibleOutlineEditSource
&
)
SAL_DELETED_FUNCTION
;
AccessibleOutlineEditSource
(
const
AccessibleOutlineEditSource
&
);
AccessibleOutlineEditSource
&
operator
=
(
const
AccessibleOutlineEditSource
&
);
DECL_LINK
(
NotifyHdl
,
EENotify
*
);
DECL_LINK
(
NotifyHdl
,
EENotify
*
);
...
...
sd/source/ui/inc/AccessiblePageShape.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -150,14 +150,8 @@ private:
...
@@ -150,14 +150,8 @@ private:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XDrawPage
>
mxPage
;
::
com
::
sun
::
star
::
drawing
::
XDrawPage
>
mxPage
;
/** Don't use the default constructor. Use the public constructor that
AccessiblePageShape
(
const
AccessiblePageShape
&
)
SAL_DELETED_FUNCTION
;
takes the original shape and the parent as arguments instead.
AccessibleShape
&
operator
=
(
const
AccessiblePageShape
&
)
SAL_DELETED_FUNCTION
;
*/
explicit
AccessiblePageShape
(
void
);
/// Don't use the copy constructor. Is there any use for it?
explicit
AccessiblePageShape
(
const
AccessiblePageShape
&
);
/// Don't use the assignment operator. Do we need this?
AccessibleShape
&
operator
=
(
const
AccessiblePageShape
&
);
};
};
}
// end of namespace accessibility
}
// end of namespace accessibility
...
...
sd/source/ui/inc/AccessiblePresentationShape.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -58,16 +58,9 @@ public:
...
@@ -58,16 +58,9 @@ public:
OUString
GetStyle
()
SAL_OVERRIDE
;
OUString
GetStyle
()
SAL_OVERRIDE
;
private
:
private
:
/** Don't use the default constructor. Use the public constructor that
AccessiblePresentationShape
(
const
AccessiblePresentationShape
&
)
SAL_DELETED_FUNCTION
;
takes the original shape and the parent as arguments instead.
*/
AccessiblePresentationShape
(
void
);
/// Don't use the constructor. Not yet implemented.
AccessiblePresentationShape
(
const
AccessiblePresentationShape
&
);
/// Don't use the assignment operator. Not yet implemented.
AccessiblePresentationShape
&
operator
=
(
const
AccessiblePresentationShape
&
)
SAL_DELETED_FUNCTION
;
AccessiblePresentationShape
&
operator
=
(
const
AccessiblePresentationShape
&
);
};
};
}
// end of namespace accessibility
}
// end of namespace accessibility
...
...
sd/source/ui/inc/AccessibleViewForwarder.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -118,8 +118,8 @@ protected:
...
@@ -118,8 +118,8 @@ protected:
OutputDevice
&
mrDevice
;
OutputDevice
&
mrDevice
;
private
:
private
:
AccessibleViewForwarder
(
AccessibleViewForwarder
&
);
AccessibleViewForwarder
(
AccessibleViewForwarder
&
)
SAL_DELETED_FUNCTION
;
AccessibleViewForwarder
&
operator
=
(
AccessibleViewForwarder
&
);
AccessibleViewForwarder
&
operator
=
(
AccessibleViewForwarder
&
)
SAL_DELETED_FUNCTION
;
};
};
}
// end of namespace accessibility
}
// end of namespace accessibility
...
...
sd/source/ui/inc/MasterPageObserver.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -80,11 +80,9 @@ private:
...
@@ -80,11 +80,9 @@ private:
MasterPageObserver
(
void
);
MasterPageObserver
(
void
);
virtual
~
MasterPageObserver
(
void
);
virtual
~
MasterPageObserver
(
void
);
/// The copy constructor is not implemented. Do not use!
MasterPageObserver
(
const
MasterPageObserver
&
)
SAL_DELETED_FUNCTION
;
MasterPageObserver
(
const
MasterPageObserver
&
);
/// The assignment operator is not implemented. Do not use!
MasterPageObserver
&
operator
=
(
const
MasterPageObserver
&
)
SAL_DELETED_FUNCTION
;
MasterPageObserver
&
operator
=
(
const
MasterPageObserver
&
);
};
};
/** Objects of this class are sent to listeners of the MasterPageObserver
/** Objects of this class are sent to listeners of the MasterPageObserver
...
...
sd/source/ui/inc/WindowUpdater.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -113,11 +113,9 @@ private:
...
@@ -113,11 +113,9 @@ private:
/// The document rendered in the output devices.
/// The document rendered in the output devices.
SdDrawDocument
*
mpDocument
;
SdDrawDocument
*
mpDocument
;
/// Copy constructor not supported.
WindowUpdater
(
const
WindowUpdater
&
rUpdater
)
SAL_DELETED_FUNCTION
;
WindowUpdater
(
const
WindowUpdater
&
rUpdater
);
/// Assignment operator not supported.
WindowUpdater
operator
=
(
const
WindowUpdater
&
rUpdater
)
SAL_DELETED_FUNCTION
;
WindowUpdater
operator
=
(
const
WindowUpdater
&
rUpdater
);
/** Type and data member for a list of devices that have to be kept
/** Type and data member for a list of devices that have to be kept
up-to-date.
up-to-date.
...
...
sd/source/ui/inc/filedlg.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -40,9 +40,8 @@ class SD_DLLPUBLIC SdOpenSoundFileDialog
...
@@ -40,9 +40,8 @@ class SD_DLLPUBLIC SdOpenSoundFileDialog
{
{
const
std
::
unique_ptr
<
SdFileDialog_Imp
>
mpImpl
;
const
std
::
unique_ptr
<
SdFileDialog_Imp
>
mpImpl
;
// forbidden and not implemented
SdOpenSoundFileDialog
(
const
SdOpenSoundFileDialog
&
)
SAL_DELETED_FUNCTION
;
SdOpenSoundFileDialog
(
const
SdOpenSoundFileDialog
&
);
SdOpenSoundFileDialog
&
operator
=
(
const
SdOpenSoundFileDialog
&
)
SAL_DELETED_FUNCTION
;
SdOpenSoundFileDialog
&
operator
=
(
const
SdOpenSoundFileDialog
&
);
public
:
public
:
SdOpenSoundFileDialog
();
SdOpenSoundFileDialog
();
...
...
sd/source/ui/inc/framework/FrameworkHelper.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -320,10 +320,10 @@ private:
...
@@ -320,10 +320,10 @@ private:
mxDisposeListener
;
mxDisposeListener
;
FrameworkHelper
(
ViewShellBase
&
rBase
);
FrameworkHelper
(
ViewShellBase
&
rBase
);
FrameworkHelper
(
const
FrameworkHelper
&
rHelper
)
;
// Not implemented.
FrameworkHelper
(
const
FrameworkHelper
&
rHelper
)
SAL_DELETED_FUNCTION
;
virtual
~
FrameworkHelper
(
void
);
virtual
~
FrameworkHelper
(
void
);
class
Deleter
;
friend
class
Deleter
;
class
Deleter
;
friend
class
Deleter
;
FrameworkHelper
&
operator
=
(
const
FrameworkHelper
&
rHelper
)
;
// Not implemented.
FrameworkHelper
&
operator
=
(
const
FrameworkHelper
&
rHelper
)
SAL_DELETED_FUNCTION
;
void
Initialize
(
void
);
void
Initialize
(
void
);
...
...
sd/source/ui/inc/framework/ModuleController.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -97,8 +97,7 @@ private:
...
@@ -97,8 +97,7 @@ private:
ModuleController
(
ModuleController
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
throw
(
std
::
exception
);
throw
(
std
::
exception
);
ModuleController
(
void
);
// Not implemented.
ModuleController
(
const
ModuleController
&
)
SAL_DELETED_FUNCTION
;
ModuleController
(
const
ModuleController
&
);
// Not implemented.
virtual
~
ModuleController
(
void
)
throw
();
virtual
~
ModuleController
(
void
)
throw
();
/** Load a list of URL to service mappings from the
/** Load a list of URL to service mappings from the
...
...
sd/source/ui/inc/sdxfer.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -138,10 +138,8 @@ private:
...
@@ -138,10 +138,8 @@ private:
bool
mbIsUnoObj
:
1
;
bool
mbIsUnoObj
:
1
;
::
std
::
vector
<
boost
::
shared_ptr
<
UserData
>
>
maUserData
;
::
std
::
vector
<
boost
::
shared_ptr
<
UserData
>
>
maUserData
;
// not available
SdTransferable
(
const
SdTransferable
&
)
SAL_DELETED_FUNCTION
;
SdTransferable
();
SdTransferable
&
operator
=
(
const
SdTransferable
&
)
SAL_DELETED_FUNCTION
;
SdTransferable
(
const
SdTransferable
&
);
SdTransferable
&
operator
=
(
const
SdTransferable
&
);
void
CreateObjectReplacement
(
SdrObject
*
pObj
);
void
CreateObjectReplacement
(
SdrObject
*
pObj
);
void
CreateData
();
void
CreateData
();
...
...
sd/source/ui/inc/slideshow.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -197,9 +197,8 @@ private:
...
@@ -197,9 +197,8 @@ private:
void
CreateController
(
ViewShell
*
pViewSh
,
::
sd
::
View
*
pView
,
::
vcl
::
Window
*
pParentWindow
);
void
CreateController
(
ViewShell
*
pViewSh
,
::
sd
::
View
*
pView
,
::
vcl
::
Window
*
pParentWindow
);
WorkWindow
*
GetWorkWindow
();
WorkWindow
*
GetWorkWindow
();
// default: disabled copy/assignment
SlideShow
(
const
SlideShow
&
)
SAL_DELETED_FUNCTION
;
SlideShow
(
const
SlideShow
&
);
SlideShow
&
operator
=
(
const
SlideShow
&
)
SAL_DELETED_FUNCTION
;
SlideShow
&
operator
=
(
const
SlideShow
&
);
SvxItemPropertySet
maPropSet
;
SvxItemPropertySet
maPropSet
;
...
...
sd/source/ui/inc/smarttag.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -85,8 +85,8 @@ protected:
...
@@ -85,8 +85,8 @@ protected:
bool
mbSelected
;
bool
mbSelected
;
private
:
private
:
SmartTag
(
const
SmartTag
&
)
;
// not implemented
SmartTag
(
const
SmartTag
&
)
SAL_DELETED_FUNCTION
;
SmartTag
&
operator
=
(
const
SmartTag
&
)
;
// not implemented
SmartTag
&
operator
=
(
const
SmartTag
&
)
SAL_DELETED_FUNCTION
;
};
};
typedef
rtl
::
Reference
<
SmartTag
>
SmartTagReference
;
typedef
rtl
::
Reference
<
SmartTag
>
SmartTagReference
;
...
@@ -142,8 +142,8 @@ public:
...
@@ -142,8 +142,8 @@ public:
void
CheckPossibilities
();
void
CheckPossibilities
();
private
:
private
:
SmartTagSet
(
const
SmartTagSet
&
)
;
// not implemented
SmartTagSet
(
const
SmartTagSet
&
)
SAL_DELETED_FUNCTION
;
SmartTagSet
&
operator
=
(
const
SmartTagSet
&
)
;
// not implemented
SmartTagSet
&
operator
=
(
const
SmartTagSet
&
)
SAL_DELETED_FUNCTION
;
/** adds a new smart tag to this set */
/** adds a new smart tag to this set */
void
add
(
const
SmartTagReference
&
xTag
);
void
add
(
const
SmartTagReference
&
xTag
);
...
...
sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -98,11 +98,9 @@ private:
...
@@ -98,11 +98,9 @@ private:
*/
*/
void
LateInit
(
void
);
void
LateInit
(
void
);
/// The copy constructor is not implemented. Do not use!
RecentlyUsedMasterPages
(
const
RecentlyUsedMasterPages
&
)
SAL_DELETED_FUNCTION
;
RecentlyUsedMasterPages
(
const
RecentlyUsedMasterPages
&
);
/// The assignment operator is not implemented. Do not use!
RecentlyUsedMasterPages
&
operator
=
(
const
RecentlyUsedMasterPages
&
)
SAL_DELETED_FUNCTION
;
RecentlyUsedMasterPages
&
operator
=
(
const
RecentlyUsedMasterPages
&
);
void
SendEvent
(
void
);
void
SendEvent
(
void
);
DECL_LINK
(
MasterPageChangeListener
,
MasterPageObserverEvent
*
);
DECL_LINK
(
MasterPageChangeListener
,
MasterPageObserverEvent
*
);
...
...
sd/source/ui/slideshow/slideshowimpl.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -229,8 +229,8 @@ public:
...
@@ -229,8 +229,8 @@ public:
void
mouseButtonUp
(
const
MouseEvent
&
rMEvt
);
void
mouseButtonUp
(
const
MouseEvent
&
rMEvt
);
private
:
private
:
SlideshowImpl
(
SlideshowImpl
&
)
;
// not defined
SlideshowImpl
(
SlideshowImpl
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
SlideshowImpl
&
)
;
// not defined
void
operator
=
(
SlideshowImpl
&
)
SAL_DELETED_FUNCTION
;
virtual
~
SlideshowImpl
();
virtual
~
SlideshowImpl
();
...
...
sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -135,12 +135,9 @@ private:
...
@@ -135,12 +135,9 @@ private:
bool
mbIsMouseOver
:
1
;
bool
mbIsMouseOver
:
1
;
bool
mbHasTransition
:
1
;
bool
mbHasTransition
:
1
;
// Do not use the copy constructor operator. It is not implemented.
PageDescriptor
(
const
PageDescriptor
&
rDescriptor
)
SAL_DELETED_FUNCTION
;
PageDescriptor
(
const
PageDescriptor
&
rDescriptor
);
// Do not use the assignment operator. It is not implemented
PageDescriptor
&
operator
=
(
const
PageDescriptor
&
rDescriptor
)
SAL_DELETED_FUNCTION
;
// (mrPage can not be assigned).
PageDescriptor
&
operator
=
(
const
PageDescriptor
&
rDescriptor
);
};
};
}
}
}
// end of namespace ::sd::slidesorter::model
}
}
}
// end of namespace ::sd::slidesorter::model
...
...
sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
Dosyayı görüntüle @
cb6bc9bd
...
@@ -65,10 +65,8 @@ private:
...
@@ -65,10 +65,8 @@ private:
FontProvider
(
void
);
FontProvider
(
void
);
virtual
~
FontProvider
(
void
);
virtual
~
FontProvider
(
void
);
// Copy constructor is not implemented.
FontProvider
(
const
FontProvider
&
)
SAL_DELETED_FUNCTION
;
FontProvider
(
const
FontProvider
&
);
FontProvider
&
operator
=
(
const
FontProvider
&
)
SAL_DELETED_FUNCTION
;
// Assignment operator is not implemented.
FontProvider
&
operator
=
(
const
FontProvider
&
);
};
};
}
}
}
// end of namespace ::sd::slidesorter::view
}
}
}
// end of namespace ::sd::slidesorter::view
...
...
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