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
a6f8766d
Kaydet (Commit)
a6f8766d
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial (Mac OS X)
Change-Id: Ia09e2e7b3e40bd04da64b52fe29258017b90b156
üst
a5cbf486
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
30 deletions
+22
-30
deletedspecial.cxx
compilerplugins/clang/store/deletedspecial.cxx
+5
-1
SalAquaFilePicker.hxx
fpicker/source/aqua/SalAquaFilePicker.hxx
+2
-3
SalAquaFolderPicker.hxx
fpicker/source/aqua/SalAquaFolderPicker.hxx
+2
-3
macspellimp.hxx
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
+2
-3
OpenGLWrapper.hxx
vcl/inc/OpenGLWrapper.hxx
+5
-13
salframe.h
vcl/inc/osx/salframe.h
+2
-3
salprn.h
vcl/inc/osx/salprn.h
+4
-4
No files found.
compilerplugins/clang/store/deletedspecial.cxx
Dosyayı görüntüle @
a6f8766d
...
...
@@ -105,17 +105,21 @@ bool DeletedSpecial::VisitCXXMethodDecl(CXXMethodDecl const * decl) {
}
else
if
(
ctor
!=
nullptr
&&
ctor
->
isDefaultConstructor
()
&&
std
::
distance
(
cls
->
ctor_begin
(),
cls
->
ctor_end
())
==
1
)
{
if
(
whitelist
(
decl
,
"DocTemplLocaleHelper"
,
"sfx2/source/doc/doctemplateslocal.hxx"
)
if
(
whitelist
(
decl
,
"AquaA11yFocusListener"
,
"vcl/osx/a11yfocuslistener.hxx"
)
||
whitelist
(
decl
,
"DocTemplLocaleHelper"
,
"sfx2/source/doc/doctemplateslocal.hxx"
)
||
whitelist
(
decl
,
"ScViewDataTable"
,
"sc/source/filter/excel/../../ui/inc/viewdata.hxx"
)
||
whitelist
(
decl
,
"ScViewDataTable"
,
"sc/source/ui/inc/viewdata.hxx"
)
||
whitelist
(
decl
,
"SwLineInfo"
,
"sw/source/core/text/inftxt.hxx"
)
||
whitelist
(
decl
,
"XRenderPeer"
,
"vcl/unx/generic/gdi/xrender_peer.hxx"
)
||
whitelist
(
decl
,
"desktop::DispatchWatcher"
,
"desktop/source/app/dispatchwatcher.hxx"
)
||
whitelist
(
decl
,
"desktop::OfficeIPCThread"
,
"desktop/source/app/officeipcthread.hxx"
)
||
whitelist
(
decl
,
"desktop::OfficeIPCThread"
,
"desktop/source/lib/../app/officeipcthread.hxx"
)
||
whitelist
(
decl
,
"sd::DiscoveryService"
,
"sd/source/ui/remotecontrol/DiscoveryService.hxx"
)
||
whitelist
(
decl
,
"sd::IconCache"
,
"sd/source/ui/inc/tools/IconCache.hxx"
)
||
whitelist
(
decl
,
"sd::RemoteServer"
,
"sd/source/ui/inc/RemoteServer.hxx"
)
||
whitelist
(
decl
,
"sd::slidesorter::cache::PageCacheManager"
,
"sd/source/ui/slidesorter/inc/cache/SlsPageCacheManager.hxx"
)
||
whitelist
(
decl
,
"sfx2::sidebar::CommandInfoProvider"
,
"include/sfx2/sidebar/CommandInfoProvider.hxx"
)
||
whitelist
(
decl
,
"vcl::SettingsConfigItem"
,
"include/vcl/configsettings.hxx"
)
||
whitelist
(
decl
,
"writerfilter::ooxml::OOXMLFactory"
,
"writerfilter/source/ooxml/OOXMLFactory.hxx"
))
{
return
true
;
...
...
fpicker/source/aqua/SalAquaFilePicker.hxx
Dosyayı görüntüle @
a6f8766d
...
...
@@ -192,9 +192,8 @@ public:
}
private
:
// prevent copy and assignment
SalAquaFilePicker
(
const
SalAquaFilePicker
&
);
SalAquaFilePicker
&
operator
=
(
const
SalAquaFilePicker
&
);
SalAquaFilePicker
(
const
SalAquaFilePicker
&
)
SAL_DELETED_FUNCTION
;
SalAquaFilePicker
&
operator
=
(
const
SalAquaFilePicker
&
)
SAL_DELETED_FUNCTION
;
virtual
void
ensureFilterHelper
();
...
...
fpicker/source/aqua/SalAquaFolderPicker.hxx
Dosyayı görüntüle @
a6f8766d
...
...
@@ -101,9 +101,8 @@ public:
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
private
:
// prevent copy and assignment
SalAquaFolderPicker
(
const
SalAquaFolderPicker
&
);
SalAquaFolderPicker
&
operator
=
(
const
SalAquaFolderPicker
&
);
SalAquaFolderPicker
(
const
SalAquaFolderPicker
&
)
SAL_DELETED_FUNCTION
;
SalAquaFolderPicker
&
operator
=
(
const
SalAquaFolderPicker
&
)
SAL_DELETED_FUNCTION
;
// to instantiate own services
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceMgr
;
...
...
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
Dosyayı görüntüle @
a6f8766d
...
...
@@ -73,9 +73,8 @@ class MacSpellChecker :
linguistic
::
PropertyHelper_Spell
*
pPropHelper
;
bool
bDisposing
;
// disallow copy-constructor and assignment-operator for now
MacSpellChecker
(
const
MacSpellChecker
&
);
MacSpellChecker
&
operator
=
(
const
MacSpellChecker
&
);
MacSpellChecker
(
const
MacSpellChecker
&
)
SAL_DELETED_FUNCTION
;
MacSpellChecker
&
operator
=
(
const
MacSpellChecker
&
)
SAL_DELETED_FUNCTION
;
linguistic
::
PropertyHelper_Spell
&
GetPropHelper_Impl
();
linguistic
::
PropertyHelper_Spell
&
GetPropHelper
()
...
...
vcl/inc/OpenGLWrapper.hxx
Dosyayı görüntüle @
a6f8766d
...
...
@@ -10,19 +10,11 @@
#include "AppKit/NSOpenGLView.h"
#include "AppKit/NSOpenGL.h"
class
OpenGLWrapper
namespace
OpenGLWrapper
{
private
:
OpenGLWrapper
();
OpenGLWrapper
(
const
OpenGLWrapper
&
);
OpenGLWrapper
&
operator
=
(
const
OpenGLWrapper
&
);
public
:
static
void
swapBuffers
(
NSOpenGLView
*
pView
);
static
void
makeCurrent
(
NSOpenGLView
*
pView
);
static
void
resetCurrent
();
};
void
swapBuffers
(
NSOpenGLView
*
pView
);
void
makeCurrent
(
NSOpenGLView
*
pView
);
void
resetCurrent
();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/inc/osx/salframe.h
Dosyayı görüntüle @
a6f8766d
...
...
@@ -202,9 +202,8 @@ public:
private
:
// data
static
AquaSalFrame
*
s_pCaptureFrame
;
// make AquaSalFrame non copyable
AquaSalFrame
(
const
AquaSalFrame
&
);
AquaSalFrame
&
operator
=
(
const
AquaSalFrame
&
);
AquaSalFrame
(
const
AquaSalFrame
&
)
SAL_DELETED_FUNCTION
;
AquaSalFrame
&
operator
=
(
const
AquaSalFrame
&
)
SAL_DELETED_FUNCTION
;
};
#endif // INCLUDED_VCL_INC_OSX_SALFRAME_H
...
...
vcl/inc/osx/salprn.h
Dosyayı görüntüle @
a6f8766d
...
...
@@ -109,8 +109,8 @@ class AquaSalInfoPrinter : public SalInfoPrinter
void
setPaperSize
(
long
i_nWidth
,
long
i_nHeight
,
Orientation
i_eSetOrientation
);
private
:
AquaSalInfoPrinter
(
const
AquaSalInfoPrinter
&
);
AquaSalInfoPrinter
&
operator
=
(
const
AquaSalInfoPrinter
&
);
AquaSalInfoPrinter
(
const
AquaSalInfoPrinter
&
)
SAL_DELETED_FUNCTION
;
AquaSalInfoPrinter
&
operator
=
(
const
AquaSalInfoPrinter
&
)
SAL_DELETED_FUNCTION
;
};
// - AquaSalPrinter -
...
...
@@ -143,8 +143,8 @@ class AquaSalPrinter : public SalPrinter
virtual
sal_uLong
GetErrorCode
()
SAL_OVERRIDE
;
private
:
AquaSalPrinter
(
const
AquaSalPrinter
&
);
AquaSalPrinter
&
operator
=
(
const
AquaSalPrinter
&
);
AquaSalPrinter
(
const
AquaSalPrinter
&
)
SAL_DELETED_FUNCTION
;
AquaSalPrinter
&
operator
=
(
const
AquaSalPrinter
&
)
SAL_DELETED_FUNCTION
;
};
const
double
fPtTo100thMM
=
35
.
27777778
;
...
...
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