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
6d960bd7
Kaydet (Commit)
6d960bd7
authored
Kas 01, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unindent.
Change-Id: I1b65915b7d864f1a69f48fcacf38e7aec23c38a4
üst
946daff6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
20 deletions
+15
-20
viewobjectcontactofsdrole2obj.cxx
svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx
+15
-20
No files found.
svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx
Dosyayı görüntüle @
6d960bd7
...
...
@@ -32,23 +32,18 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <svtools/embedhlp.hxx>
using
namespace
com
::
sun
::
star
;
namespace
sdr
{
namespace
contact
{
namespace
sdr
const
SdrOle2Obj
&
ViewObjectContactOfSdrOle2Obj
::
getSdrOle2Object
()
const
{
namespace
contact
{
const
SdrOle2Obj
&
ViewObjectContactOfSdrOle2Obj
::
getSdrOle2Object
()
const
{
return
static_cast
<
ViewContactOfSdrOle2Obj
&
>
(
GetViewContact
()).
GetOle2Obj
();
}
}
drawinglayer
::
primitive2d
::
Primitive2DSequence
ViewObjectContactOfSdrOle2Obj
::
createPrimitive2DSequence
(
drawinglayer
::
primitive2d
::
Primitive2DSequence
ViewObjectContactOfSdrOle2Obj
::
createPrimitive2DSequence
(
const
DisplayInfo
&
/*rDisplayInfo*/
)
const
{
{
// this method is overloaded to do some things the old SdrOle2Obj::DoPaintObject did.
// In the future, some of these may be solved different, but ATM try to stay compatible
// with the old behaviour
...
...
@@ -144,17 +139,17 @@ namespace sdr
}
return
xRetval
;
}
}
ViewObjectContactOfSdrOle2Obj
::
ViewObjectContactOfSdrOle2Obj
(
ObjectContact
&
rObjectContact
,
ViewContact
&
rViewContact
)
:
ViewObjectContactOfSdrObj
(
rObjectContact
,
rViewContact
)
{
}
ViewObjectContactOfSdrOle2Obj
::
ViewObjectContactOfSdrOle2Obj
(
ObjectContact
&
rObjectContact
,
ViewContact
&
rViewContact
)
:
ViewObjectContactOfSdrObj
(
rObjectContact
,
rViewContact
)
{
}
ViewObjectContactOfSdrOle2Obj
::~
ViewObjectContactOfSdrOle2Obj
()
{
}
}
// end of namespace contact
}
// end of namespace sdr
ViewObjectContactOfSdrOle2Obj
::~
ViewObjectContactOfSdrOle2Obj
()
{
}
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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