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
b0f30243
Kaydet (Commit)
b0f30243
authored
Eyl 07, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: noExplicitCopyMoveConstructor
Change-Id: I8718ddd144bec48541e6412a8c9feb74d9391ecc
üst
7ac8939c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
node.hxx
configmgr/source/node.hxx
+1
-1
lwpoverride.hxx
lotuswordpro/source/filter/lwpoverride.hxx
+1
-1
SlsLayouter.cxx
sd/source/ui/slidesorter/view/SlsLayouter.cxx
+4
-4
No files found.
configmgr/source/node.hxx
Dosyayı görüntüle @
b0f30243
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
protected
:
protected
:
explicit
Node
(
int
layer
);
explicit
Node
(
int
layer
);
Node
(
const
Node
&
other
);
explicit
Node
(
const
Node
&
other
);
virtual
~
Node
();
virtual
~
Node
();
...
...
lotuswordpro/source/filter/lwpoverride.hxx
Dosyayı görüntüle @
b0f30243
...
@@ -91,7 +91,7 @@ public:
...
@@ -91,7 +91,7 @@ public:
void
Override
(
sal_uInt16
nBits
,
STATE
eState
);
void
Override
(
sal_uInt16
nBits
,
STATE
eState
);
protected
:
protected
:
LwpOverride
(
LwpOverride
const
&
rOther
);
explicit
LwpOverride
(
LwpOverride
const
&
rOther
);
private
:
private
:
LwpOverride
&
operator
=
(
LwpOverride
const
&
rOther
)
SAL_DELETED_FUNCTION
;
LwpOverride
&
operator
=
(
LwpOverride
const
&
rOther
)
SAL_DELETED_FUNCTION
;
...
...
sd/source/ui/slidesorter/view/SlsLayouter.cxx
Dosyayı görüntüle @
b0f30243
...
@@ -202,7 +202,7 @@ protected:
...
@@ -202,7 +202,7 @@ protected:
Implementation
(
Implementation
(
sd
::
Window
*
pWindow
,
sd
::
Window
*
pWindow
,
const
::
boost
::
shared_ptr
<
view
::
Theme
>&
rpTheme
);
const
::
boost
::
shared_ptr
<
view
::
Theme
>&
rpTheme
);
Implementation
(
const
Implementation
&
rImplementation
);
explicit
Implementation
(
const
Implementation
&
rImplementation
);
virtual
void
CalculateRowAndColumnCount
(
const
Size
&
rWindowSize
)
=
0
;
virtual
void
CalculateRowAndColumnCount
(
const
Size
&
rWindowSize
)
=
0
;
virtual
void
CalculateMaxRowAndColumnCount
(
const
Size
&
rWindowSize
)
=
0
;
virtual
void
CalculateMaxRowAndColumnCount
(
const
Size
&
rWindowSize
)
=
0
;
...
@@ -225,7 +225,7 @@ protected:
...
@@ -225,7 +225,7 @@ protected:
class
VerticalImplementation
:
public
Layouter
::
Implementation
class
VerticalImplementation
:
public
Layouter
::
Implementation
{
{
public
:
public
:
VerticalImplementation
(
const
Implementation
&
rImplementation
);
explicit
VerticalImplementation
(
const
Implementation
&
rImplementation
);
virtual
Layouter
::
Orientation
GetOrientation
()
const
SAL_OVERRIDE
;
virtual
Layouter
::
Orientation
GetOrientation
()
const
SAL_OVERRIDE
;
...
@@ -247,7 +247,7 @@ protected:
...
@@ -247,7 +247,7 @@ protected:
class
HorizontalImplementation
:
public
Layouter
::
Implementation
class
HorizontalImplementation
:
public
Layouter
::
Implementation
{
{
public
:
public
:
HorizontalImplementation
(
const
Implementation
&
rImplementation
);
explicit
HorizontalImplementation
(
const
Implementation
&
rImplementation
);
virtual
Layouter
::
Orientation
GetOrientation
()
const
SAL_OVERRIDE
;
virtual
Layouter
::
Orientation
GetOrientation
()
const
SAL_OVERRIDE
;
...
@@ -273,7 +273,7 @@ public:
...
@@ -273,7 +273,7 @@ public:
GridImplementation
(
GridImplementation
(
sd
::
Window
*
pWindow
,
sd
::
Window
*
pWindow
,
const
::
boost
::
shared_ptr
<
view
::
Theme
>&
rpTheme
);
const
::
boost
::
shared_ptr
<
view
::
Theme
>&
rpTheme
);
GridImplementation
(
const
Implementation
&
rImplementation
);
explicit
GridImplementation
(
const
Implementation
&
rImplementation
);
virtual
Layouter
::
Orientation
GetOrientation
()
const
SAL_OVERRIDE
;
virtual
Layouter
::
Orientation
GetOrientation
()
const
SAL_OVERRIDE
;
...
...
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