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
48d8dfcd
Kaydet (Commit)
48d8dfcd
authored
Ara 11, 2000
tarafından
Christian Lippka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#81647# disabled support for connections for beta
üst
ed1a81e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
shapeexport.cxx
xmloff/source/draw/shapeexport.cxx
+6
-3
No files found.
xmloff/source/draw/shapeexport.cxx
Dosyayı görüntüle @
48d8dfcd
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: shapeexport.cxx,v $
*
* $Revision: 1.
9
$
* $Revision: 1.
10
$
*
* last change: $Author:
aw $ $Date: 2000-12-07 18:45:5
7 $
* last change: $Author:
cl $ $Date: 2000-12-11 07:44:3
7 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -278,6 +278,7 @@ void XMLShapeExport::exportAutoStyles()
with the exportShape method. Its ok to call this twice with the same shape */
void
XMLShapeExport
::
createShapeId
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
{
/*
uno::Reference< beans::XPropertySet > xPropSet( xShape, uno::UNO_QUERY );
if( xPropSet.is() && xPropSet->getPropertySetInfo()->hasPropertyByName( msZIndex ) )
{
...
...
@@ -300,12 +301,14 @@ void XMLShapeExport::createShapeId( const com::sun::star::uno::Reference < com::
{
DBG_ERROR( "createShapeId failed!" );
}
*/
}
/** returns the unique id for this shape. It returns -1 if the was no createShapeId call
for this shape yet. */
sal_Int32
XMLShapeExport
::
getShapeId
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
{
/*
uno::Reference< beans::XPropertySet > xPropSet( xShape, uno::UNO_QUERY );
if( xPropSet.is() && xPropSet->getPropertySetInfo()->hasPropertyByName( msZIndex ) )
{
...
...
@@ -319,6 +322,6 @@ sal_Int32 XMLShapeExport::getShapeId( const com::sun::star::uno::Reference < com
return maUsedShapeIds[i].mnShapeId;
}
}
*/
return
-
1
;
}
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