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
d93bcf77
Kaydet (Commit)
d93bcf77
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: Iabc7b3fe295743db014e0bce78f9dc65e069d848
üst
f21d798d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
codegen.hxx
basic/source/inc/codegen.hxx
+2
-4
sbunoobj.hxx
basic/source/inc/sbunoobj.hxx
+3
-3
symtbl.hxx
basic/source/inc/symtbl.hxx
+2
-2
No files found.
basic/source/inc/codegen.hxx
Dosyayı görüntüle @
d93bcf77
...
...
@@ -66,10 +66,8 @@ class PCodeBuffConvertor
sal_uInt8
*
m_pCnvtdBuf
;
S
m_nCnvtdSize
;
// Disable usual copying symantics and bodgy default ctor
PCodeBuffConvertor
();
PCodeBuffConvertor
(
const
PCodeBuffConvertor
&
);
PCodeBuffConvertor
&
operator
=
(
const
PCodeBuffConvertor
&
);
PCodeBuffConvertor
(
const
PCodeBuffConvertor
&
)
SAL_DELETED_FUNCTION
;
PCodeBuffConvertor
&
operator
=
(
const
PCodeBuffConvertor
&
)
SAL_DELETED_FUNCTION
;
public
:
PCodeBuffConvertor
(
sal_uInt8
*
pCode
,
T
nSize
)
:
m_nSize
(
nSize
),
m_pStart
(
pCode
),
m_pCnvtdBuf
(
NULL
),
m_nCnvtdSize
(
0
){
convert
();
}
S
GetSize
(){
return
m_nCnvtdSize
;
}
...
...
basic/source/inc/sbunoobj.hxx
Dosyayı görüntüle @
d93bcf77
...
...
@@ -197,8 +197,8 @@ class SbUnoProperty : public SbxProperty
SbxDataType
mRealType
;
virtual
~
SbUnoProperty
();
bool
mbUnoStruct
;
SbUnoProperty
(
const
SbUnoProperty
&
);
SbUnoProperty
&
operator
=
(
const
SbUnoProperty
&
);
SbUnoProperty
(
const
SbUnoProperty
&
)
SAL_DELETED_FUNCTION
;
SbUnoProperty
&
operator
=
(
const
SbUnoProperty
&
)
SAL_DELETED_FUNCTION
;
public
:
TYPEINFO_OVERRIDE
();
...
...
@@ -401,7 +401,7 @@ private:
VBAConstantsHash
aConstHash
;
bool
isInited
;
VBAConstantHelper
()
:
isInited
(
false
)
{}
VBAConstantHelper
(
const
VBAConstantHelper
&
);
VBAConstantHelper
(
const
VBAConstantHelper
&
)
SAL_DELETED_FUNCTION
;
void
init
();
public
:
static
VBAConstantHelper
&
instance
();
...
...
basic/source/inc/symtbl.hxx
Dosyayı görüntüle @
d93bcf77
...
...
@@ -163,7 +163,7 @@ public:
sal_uInt32
Reference
();
// reference symbol in code
private
:
SbiSymDef
(
const
SbiSymDef
&
);
SbiSymDef
(
const
SbiSymDef
&
)
SAL_DELETED_FUNCTION
;
};
...
...
@@ -206,7 +206,7 @@ public:
void
Match
(
SbiProcDef
*
pForward
);
private
:
SbiProcDef
(
const
SbiProcDef
&
);
SbiProcDef
(
const
SbiProcDef
&
)
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