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
27f4f9ae
Kaydet (Commit)
27f4f9ae
authored
Agu 15, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
üst
e327840a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
23 deletions
+0
-23
sbmod.hxx
basic/inc/basic/sbmod.hxx
+0
-4
sbx.hxx
basic/inc/basic/sbx.hxx
+0
-4
sbxcore.hxx
basic/inc/basic/sbxcore.hxx
+0
-4
sbxmeth.hxx
basic/inc/basic/sbxmeth.hxx
+0
-4
sbxprop.hxx
basic/inc/basic/sbxprop.hxx
+0
-4
sbunoobj.hxx
basic/source/inc/sbunoobj.hxx
+0
-1
iosys.cxx
basic/source/runtime/iosys.cxx
+0
-2
No files found.
basic/inc/basic/sbmod.hxx
Dosyayı görüntüle @
27f4f9ae
...
...
@@ -148,13 +148,9 @@ SV_DECL_IMPL_REF(SbModule)
#endif
class
SbClassModuleImpl
;
// Object class for instances of class modules
class
BASIC_DLLPUBLIC
SbClassModuleObject
:
public
SbModule
{
SbClassModuleImpl
*
mpSbClassModuleImpl
;
SbModule
*
mpClassModule
;
bool
mbInitializeEventDone
;
...
...
basic/inc/basic/sbx.hxx
Dosyayı görüntüle @
27f4f9ae
...
...
@@ -200,12 +200,8 @@ public:
// SbxDimArray is an array that can dimensioned using BASIC conventions.
struct
SbxDim
;
class
SbxDimArrayImpl
;
class
BASIC_DLLPUBLIC
SbxDimArray
:
public
SbxArray
{
SbxDimArrayImpl
*
mpSbxDimArrayImpl
;
// Impl data
SbxDim
*
pFirst
,
*
pLast
;
// Links to Dimension table
short
nDim
;
// Number of dimensions
BASIC_DLLPRIVATE
void
AddDimImpl32
(
sal_Int32
,
sal_Int32
,
sal_Bool
bAllowSize0
);
...
...
basic/inc/basic/sbxcore.hxx
Dosyayı görüntüle @
27f4f9ae
...
...
@@ -54,12 +54,8 @@ class SbxObject;
DBG_NAMEEX_VISIBILITY
(
SbxBase
,
BASIC_DLLPUBLIC
)
class
SbxBaseImpl
;
class
BASIC_DLLPUBLIC
SbxBase
:
virtual
public
SvRefBase
{
SbxBaseImpl
*
mpSbxBaseImpl
;
// Impl data
virtual
sal_Bool
LoadData
(
SvStream
&
,
sal_uInt16
);
virtual
sal_Bool
StoreData
(
SvStream
&
)
const
;
protected
:
...
...
basic/inc/basic/sbxmeth.hxx
Dosyayı görüntüle @
27f4f9ae
...
...
@@ -23,12 +23,8 @@
#include <basic/sbxvar.hxx>
#include "basicdllapi.h"
class
SbxMethodImpl
;
class
BASIC_DLLPUBLIC
SbxMethod
:
public
SbxVariable
{
SbxMethodImpl
*
mpSbxMethodImpl
;
// Impl data
public
:
SBX_DECL_PERSIST_NODATA
(
SBXCR_SBX
,
SBXID_METHOD
,
1
);
TYPEINFO
();
...
...
basic/inc/basic/sbxprop.hxx
Dosyayı görüntüle @
27f4f9ae
...
...
@@ -23,12 +23,8 @@
#include <basic/sbxvar.hxx>
#include "basicdllapi.h"
class
SbxPropertyImpl
;
class
BASIC_DLLPUBLIC
SbxProperty
:
public
SbxVariable
{
SbxPropertyImpl
*
mpSbxPropertyImpl
;
// Impl data
public
:
SBX_DECL_PERSIST_NODATA
(
SBXCR_SBX
,
SBXID_PROPERTY
,
1
);
TYPEINFO
();
...
...
basic/source/inc/sbunoobj.hxx
Dosyayı görüntüle @
27f4f9ae
...
...
@@ -281,7 +281,6 @@ class SbUnoServiceCtor : public SbxMethod
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
reflection
::
XServiceConstructorDescription
>
m_xServiceCtorDesc
;
SbUnoServiceCtor
*
pPrev
;
SbUnoServiceCtor
*
pNext
;
public
:
...
...
basic/source/runtime/iosys.cxx
Dosyayı görüntüle @
27f4f9ae
...
...
@@ -302,7 +302,6 @@ sal_Bool hasUno( void )
class
OslStream
:
public
SvStream
{
osl
::
File
maFile
;
short
mnStrmMode
;
public
:
OslStream
(
const
String
&
rName
,
short
nStrmMode
);
...
...
@@ -316,7 +315,6 @@ public:
OslStream
::
OslStream
(
const
String
&
rName
,
short
nStrmMode
)
:
maFile
(
rName
)
,
mnStrmMode
(
nStrmMode
)
{
sal_uInt32
nFlags
;
...
...
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