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
e24bc241
Kaydet (Commit)
e24bc241
authored
Eyl 28, 2001
tarafından
Christian Lippka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#86794# added xml clipboard support for drawing layer
üst
c1412ac0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
4 deletions
+13
-4
d.lst
svx/prj/d.lst
+1
-0
unomod.cxx
svx/source/unodraw/unomod.cxx
+0
-0
unopage.cxx
svx/source/unodraw/unopage.cxx
+9
-2
makefile.mk
svx/source/xml/makefile.mk
+3
-2
xmlexport.cxx
svx/source/xml/xmlexport.cxx
+0
-0
No files found.
svx/prj/d.lst
Dosyayı görüntüle @
e24bc241
...
...
@@ -395,6 +395,7 @@ hedabu: ..\inc\unoshcol.hxx %_DEST%\inc%_EXT%\svx\unoshcol.hxx
hedabu: ..\inc\unoipset.hxx %_DEST%\inc%_EXT%\svx\unoipset.hxx
hedabu: ..\inc\unoprov.hxx %_DEST%\inc%_EXT%\svx\unoprov.hxx
hedabu: ..\inc\unomod.hxx %_DEST%\inc%_EXT%\svx\unomod.hxx
hedabu: ..\inc\unomodel.hxx %_DEST%\inc%_EXT%\svx\unomodel.hxx
hedabu: ..\inc\fmdpage.hxx %_DEST%\inc%_EXT%\svx\fmdpage.hxx
hedabu: ..\inc\fmsearch.hxx %_DEST%\inc%_EXT%\svx\fmsearch.hxx
hedabu: ..\inc\vcattr.hxx %_DEST%\inc%_EXT%\svx\vcattr.hxx
...
...
svx/source/unodraw/unomod.cxx
Dosyayı görüntüle @
e24bc241
This diff is collapsed.
Click to expand it.
svx/source/unodraw/unopage.cxx
Dosyayı görüntüle @
e24bc241
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: unopage.cxx,v $
*
* $Revision: 1.1
7
$
* $Revision: 1.1
8
$
*
* last change: $Author:
ka $ $Date: 2001-09-13 09:29:53
$
* last change: $Author:
cl $ $Date: 2001-09-28 14:56:09
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -648,6 +648,8 @@ SvxShape* SvxDrawPage::CreateShapeByTypeAndInventor( sal_uInt16 nType, sal_uInt3
case
OBJ_CAPTION
:
pRet
=
new
SvxShapeCaption
(
pObj
);
break
;
case
OBJ_TITLETEXT
:
case
OBJ_OUTLINETEXT
:
case
OBJ_TEXT
:
pRet
=
new
SvxShapeText
(
pObj
);
break
;
...
...
@@ -758,6 +760,11 @@ SvxShape* SvxDrawPage::CreateShapeByTypeAndInventor( sal_uInt16 nType, sal_uInt3
case
E3D_SCENE_ID
|
E3D_INVENTOR_FLAG
:
nObjId
=
E3D_POLYSCENE_ID
|
E3D_INVENTOR_FLAG
;
break
;
case
OBJ_TITLETEXT
:
case
OBJ_OUTLINETEXT
:
nObjId
=
OBJ_TEXT
;
break
;
}
UHashMapEntry
*
pMap
=
pSdrShapeIdentifierMap
;
...
...
svx/source/xml/makefile.mk
Dosyayı görüntüle @
e24bc241
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
7
$
# $Revision: 1.
8
$
#
# last change: $Author: cl $ $Date: 2001-0
7-20 13:48:52
$
# last change: $Author: cl $ $Date: 2001-0
9-28 14:57:46
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -73,6 +73,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
SLOFILES
=
\
$(SLO)$/
xmlexport.obj
\
$(SLO)$/
xmltxtimp.obj
\
$(SLO)$/
xmltxtexp.obj
\
$(SLO)$/
xmlxtimp.obj
\
...
...
svx/source/xml/xmlexport.cxx
0 → 100644
Dosyayı görüntüle @
e24bc241
This diff is collapsed.
Click to expand it.
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