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
55223696
Kaydet (Commit)
55223696
authored
Eyl 12, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin pointer to non-existent class
Change-Id: I215c84967a53dbadba86913d24bc4aadc6543467
üst
bb4d6a0d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
15 deletions
+0
-15
sbmeth.hxx
basic/inc/basic/sbmeth.hxx
+0
-2
sbmod.hxx
basic/inc/basic/sbmod.hxx
+0
-2
sbstar.hxx
basic/inc/basic/sbstar.hxx
+0
-4
sbx.hxx
basic/inc/basic/sbx.hxx
+0
-3
sbxobj.hxx
basic/inc/basic/sbxobj.hxx
+0
-4
No files found.
basic/inc/basic/sbmeth.hxx
Dosyayı görüntüle @
55223696
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
#include "basicdllapi.h"
#include "basicdllapi.h"
class
SbModule
;
class
SbModule
;
class
SbMethodImpl
;
class
BASIC_DLLPUBLIC
SbMethod
:
public
SbxMethod
class
BASIC_DLLPUBLIC
SbMethod
:
public
SbxMethod
{
{
...
@@ -38,7 +37,6 @@ class BASIC_DLLPUBLIC SbMethod : public SbxMethod
...
@@ -38,7 +37,6 @@ class BASIC_DLLPUBLIC SbMethod : public SbxMethod
friend
class
SbJScriptMethod
;
friend
class
SbJScriptMethod
;
friend
class
SbIfaceMapperMethod
;
friend
class
SbIfaceMapperMethod
;
SbMethodImpl
*
mpSbMethodImpl
;
// Impl data
SbxVariable
*
mCaller
;
// caller
SbxVariable
*
mCaller
;
// caller
SbModule
*
pMod
;
SbModule
*
pMod
;
sal_uInt16
nDebugFlags
;
sal_uInt16
nDebugFlags
;
...
...
basic/inc/basic/sbmod.hxx
Dosyayı görüntüle @
55223696
...
@@ -42,7 +42,6 @@ class SbClassModuleObject;
...
@@ -42,7 +42,6 @@ class SbClassModuleObject;
class
ModuleInitDependencyMap
;
class
ModuleInitDependencyMap
;
struct
ClassModuleRunInitItem
;
struct
ClassModuleRunInitItem
;
struct
SbClassData
;
struct
SbClassData
;
class
SbModuleImpl
;
class
BASIC_DLLPUBLIC
SbModule
:
public
SbxObject
,
private
::
boost
::
noncopyable
class
BASIC_DLLPUBLIC
SbModule
:
public
SbxObject
,
private
::
boost
::
noncopyable
{
{
...
@@ -52,7 +51,6 @@ class BASIC_DLLPUBLIC SbModule : public SbxObject, private ::boost::noncopyable
...
@@ -52,7 +51,6 @@ class BASIC_DLLPUBLIC SbModule : public SbxObject, private ::boost::noncopyable
friend
class
StarBASIC
;
friend
class
StarBASIC
;
friend
class
SbClassModuleObject
;
friend
class
SbClassModuleObject
;
SbModuleImpl
*
mpSbModuleImpl
;
// Impl data
std
::
vector
<
String
>
mModuleVariableNames
;
std
::
vector
<
String
>
mModuleVariableNames
;
BASIC_DLLPRIVATE
void
implClearIfVarDependsOnDeletedBasic
(
SbxVariable
*
pVar
,
StarBASIC
*
pDeletedBasic
);
BASIC_DLLPRIVATE
void
implClearIfVarDependsOnDeletedBasic
(
SbxVariable
*
pVar
,
StarBASIC
*
pDeletedBasic
);
...
...
basic/inc/basic/sbstar.hxx
Dosyayı görüntüle @
55223696
...
@@ -41,8 +41,6 @@ class SbMethod;
...
@@ -41,8 +41,6 @@ class SbMethod;
class
BasicManager
;
class
BasicManager
;
class
DocBasicItem
;
class
DocBasicItem
;
class
StarBASICImpl
;
class
BASIC_DLLPUBLIC
StarBASIC
:
public
SbxObject
class
BASIC_DLLPUBLIC
StarBASIC
:
public
SbxObject
{
{
friend
class
SbiScanner
;
friend
class
SbiScanner
;
...
@@ -51,8 +49,6 @@ class BASIC_DLLPUBLIC StarBASIC : public SbxObject
...
@@ -51,8 +49,6 @@ class BASIC_DLLPUBLIC StarBASIC : public SbxObject
friend
class
SbiRuntime
;
friend
class
SbiRuntime
;
friend
class
DocBasicItem
;
friend
class
DocBasicItem
;
StarBASICImpl
*
mpStarBASICImpl
;
SbxArrayRef
pModules
;
// List of all modules
SbxArrayRef
pModules
;
// List of all modules
SbxObjectRef
pRtl
;
// Runtime Library
SbxObjectRef
pRtl
;
// Runtime Library
SbxArrayRef
xUnoListeners
;
// Listener handled by CreateUnoListener
SbxArrayRef
xUnoListeners
;
// Listener handled by CreateUnoListener
...
...
basic/inc/basic/sbx.hxx
Dosyayı görüntüle @
55223696
...
@@ -119,8 +119,6 @@ public:
...
@@ -119,8 +119,6 @@ public:
class
SbxVarRefs
;
class
SbxVarRefs
;
class
SbxVariableRef
;
class
SbxVariableRef
;
class
SbxArrayImpl
;
class
BASIC_DLLPUBLIC
SbxArray
:
public
SbxBase
class
BASIC_DLLPUBLIC
SbxArray
:
public
SbxBase
{
{
// #100883 Method to set method directly to parameter array
// #100883 Method to set method directly to parameter array
...
@@ -129,7 +127,6 @@ class BASIC_DLLPUBLIC SbxArray : public SbxBase
...
@@ -129,7 +127,6 @@ class BASIC_DLLPUBLIC SbxArray : public SbxBase
friend
SbxObject
*
cloneTypeObjectImpl
(
const
SbxObject
&
rTypeObj
);
friend
SbxObject
*
cloneTypeObjectImpl
(
const
SbxObject
&
rTypeObj
);
BASIC_DLLPRIVATE
void
PutDirect
(
SbxVariable
*
pVar
,
sal_uInt32
nIdx
);
BASIC_DLLPRIVATE
void
PutDirect
(
SbxVariable
*
pVar
,
sal_uInt32
nIdx
);
SbxArrayImpl
*
mpSbxArrayImpl
;
// Impl data
SbxVarRefs
*
pData
;
// The variables
SbxVarRefs
*
pData
;
// The variables
protected
:
protected
:
...
...
basic/inc/basic/sbxobj.hxx
Dosyayı görüntüle @
55223696
...
@@ -27,12 +27,8 @@
...
@@ -27,12 +27,8 @@
class
SbxProperty
;
class
SbxProperty
;
class
SbxObjectImpl
;
class
BASIC_DLLPUBLIC
SbxObject
:
public
SbxVariable
,
public
SfxListener
class
BASIC_DLLPUBLIC
SbxObject
:
public
SbxVariable
,
public
SfxListener
{
{
SbxObjectImpl
*
mpSbxObjectImpl
;
// Impl data
BASIC_DLLPRIVATE
SbxArray
*
FindVar
(
SbxVariable
*
,
sal_uInt16
&
);
BASIC_DLLPRIVATE
SbxArray
*
FindVar
(
SbxVariable
*
,
sal_uInt16
&
);
protected
:
protected
:
SbxArrayRef
pMethods
;
// Methods
SbxArrayRef
pMethods
;
// Methods
...
...
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