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
d2aa21c6
Kaydet (Commit)
d2aa21c6
authored
Agu 13, 2010
tarafından
Andreas Bregas
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mib18: #163254# Set right name and parent for copied object class members
üst
20e2562e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
sb.cxx
basic/source/classes/sb.cxx
+4
-0
sbcomp.cxx
basic/source/comp/sbcomp.cxx
+1
-1
No files found.
basic/source/classes/sb.cxx
Dosyayı görüntüle @
d2aa21c6
...
@@ -571,12 +571,16 @@ SbClassModuleObject::SbClassModuleObject( SbModule* pClassModule )
...
@@ -571,12 +571,16 @@ SbClassModuleObject::SbClassModuleObject( SbModule* pClassModule )
{
{
SbModule
*
pClassModule
=
pClassModuleObj
->
getClassModule
();
SbModule
*
pClassModule
=
pClassModuleObj
->
getClassModule
();
SbClassModuleObject
*
pNewObj
=
new
SbClassModuleObject
(
pClassModule
);
SbClassModuleObject
*
pNewObj
=
new
SbClassModuleObject
(
pClassModule
);
pNewObj
->
SetName
(
pProp
->
GetName
()
);
pNewObj
->
SetParent
(
pClassModule
->
pParent
);
pNewProp
->
PutObject
(
pNewObj
);
pNewProp
->
PutObject
(
pNewObj
);
}
}
else
if
(
aObjClass
.
EqualsIgnoreCaseAscii
(
"Collection"
)
)
else
if
(
aObjClass
.
EqualsIgnoreCaseAscii
(
"Collection"
)
)
{
{
String
aCollectionName
(
RTL_CONSTASCII_USTRINGPARAM
(
"Collection"
)
);
String
aCollectionName
(
RTL_CONSTASCII_USTRINGPARAM
(
"Collection"
)
);
BasicCollection
*
pNewCollection
=
new
BasicCollection
(
aCollectionName
);
BasicCollection
*
pNewCollection
=
new
BasicCollection
(
aCollectionName
);
pNewCollection
->
SetName
(
pProp
->
GetName
()
);
pNewCollection
->
SetParent
(
pClassModule
->
pParent
);
pNewProp
->
PutObject
(
pNewCollection
);
pNewProp
->
PutObject
(
pNewCollection
);
}
}
}
}
...
...
basic/source/comp/sbcomp.cxx
Dosyayı görüntüle @
d2aa21c6
...
@@ -261,7 +261,7 @@ void dbg_traceNotifyCall( SbModule* pModule, SbMethod* pMethod, INT32 nCallLvl,
...
@@ -261,7 +261,7 @@ void dbg_traceNotifyCall( SbModule* pModule, SbMethod* pMethod, INT32 nCallLvl,
{
{
aStr
.
AppendAscii
(
"Entering "
);
aStr
.
AppendAscii
(
"Entering "
);
}
}
String
aModuleName
=
p
Module
->
GetName
();
String
aModuleName
=
p
TraceMod
->
GetName
();
aStr
+=
aModuleName
;
aStr
+=
aModuleName
;
if
(
pMethod
!=
NULL
)
if
(
pMethod
!=
NULL
)
{
{
...
...
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