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
b769e14f
Kaydet (Commit)
b769e14f
authored
Kas 03, 2004
tarafından
Pascal Junck
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS aw019 (1.2.398); FILE MERGED
2004/09/28 15:53:02 aw 1.2.398.1: #i11190#
üst
de2e82e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
objfac3d.cxx
svx/source/engine3d/objfac3d.cxx
+16
-16
No files found.
svx/source/engine3d/objfac3d.cxx
Dosyayı görüntüle @
b769e14f
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: objfac3d.cxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
hr $ $Date: 2004-02-03 19:05:04
$
* last change: $Author:
pjunck $ $Date: 2004-11-03 10:40:09
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -153,23 +153,23 @@ IMPL_LINK( E3dObjFactory, MakeObject, SdrObjFactory*, pObjFactory)
case
E3D_POLYSCENE_ID
:
pObjFactory
->
pNewObj
=
new
E3dPolyScene
();
break
;
case
E3D_LIGHT_ID
:
pObjFactory
->
pNewObj
=
new
E3dLight
();
break
;
case
E3D_DISTLIGHT_ID
:
pObjFactory
->
pNewObj
=
new
E3dDistantLight
();
break
;
case
E3D_POINTLIGHT_ID
:
pObjFactory
->
pNewObj
=
new
E3dPointLight
();
break
;
case
E3D_SPOTLIGHT_ID
:
break
;
//BFS01
case E3D_LIGHT_ID:
//BFS01
pObjFactory->pNewObj = new E3dLight();
//BFS01
break;
//BFS01
case E3D_DISTLIGHT_ID:
//BFS01
pObjFactory->pNewObj = new E3dDistantLight();
//BFS01
break;
//BFS01
case E3D_POINTLIGHT_ID:
//BFS01
pObjFactory->pNewObj = new E3dPointLight();
//BFS01
break;
//BFS01
case E3D_SPOTLIGHT_ID:
//BFS01
break;
case
E3D_OBJECT_ID
:
pObjFactory
->
pNewObj
=
new
E3dObject
();
break
;
case
E3D_POLYOBJ_ID
:
pObjFactory
->
pNewObj
=
new
E3dPolyObj
();
break
;
//BFS01
case E3D_POLYOBJ_ID :
//BFS01
pObjFactory->pNewObj = new E3dPolyObj();
//BFS01
break;
case
E3D_POLYGONOBJ_ID
:
pObjFactory
->
pNewObj
=
new
E3dPolygonObj
();
break
;
...
...
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