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
2aef59dc
Kaydet (Commit)
2aef59dc
authored
Tem 10, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move the embedded object to the impl class.
Change-Id: I15af9a74fdcc40d65b3f8b394fc69037c017fe76
üst
cef8eb1f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
9 deletions
+14
-9
svdoole2.hxx
include/svx/svdoole2.hxx
+11
-6
viewcontactofsdrole2obj.cxx
svx/source/sdr/contact/viewcontactofsdrole2obj.cxx
+1
-1
viewobjectcontactofsdrole2obj.cxx
svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx
+1
-1
svdoole2.cxx
svx/source/svdraw/svdoole2.cxx
+0
-0
unoshap4.cxx
svx/source/unodraw/unoshap4.cxx
+1
-1
No files found.
include/svx/svdoole2.hxx
Dosyayı görüntüle @
2aef59dc
...
...
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SVX_SVDOOLE2_HXX
#define INCLUDED_SVX_SVDOOLE2_HXX
#include <svtools/embedhlp.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
...
...
@@ -31,9 +30,17 @@
#include <sot/storage.hxx>
#include <svx/svxdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
embed
{
// SdrOle2Obj
class
XEmbeddedObject
;
}}}}
namespace
svt
{
class
EmbeddedObjectRef
;
}
class
SvxUnoShapeModifyListener
;
class
SdrOle2ObjImpl
;
...
...
@@ -61,7 +68,6 @@ protected:
private
:
SdrOle2ObjImpl
*
mpImpl
;
svt
::
EmbeddedObjectRef
xObjRef
;
Graphic
*
pGraphic
;
OUString
aProgName
;
...
...
@@ -87,10 +93,9 @@ public:
SdrOle2Obj
(
const
svt
::
EmbeddedObjectRef
&
rNewObjRef
,
const
OUString
&
rNewObjName
,
const
Rectangle
&
rNewRect
,
bool
bFrame_
=
false
);
virtual
~
SdrOle2Obj
();
// access to svt::EmbeddedObjectRef
const
svt
::
EmbeddedObjectRef
&
getEmbeddedObjectRef
()
const
{
return
xObjRef
;
}
const
svt
::
EmbeddedObjectRef
&
getEmbeddedObjectRef
()
const
;
sal_Int64
GetAspect
()
const
{
return
xObjRef
.
GetViewAspect
();
}
sal_Int64
GetAspect
()
const
;
bool
isInplaceActive
()
const
;
bool
isUiActive
()
const
;
void
SetAspect
(
sal_Int64
nAspect
);
...
...
svx/source/sdr/contact/viewcontactofsdrole2obj.cxx
Dosyayı görüntüle @
2aef59dc
...
...
@@ -33,7 +33,7 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
#include <svx/charthelper.hxx>
#include <svtools/embedhlp.hxx>
namespace
sdr
...
...
svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx
Dosyayı görüntüle @
2aef59dc
...
...
@@ -30,7 +30,7 @@
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <svtools/embedhlp.hxx>
using
namespace
com
::
sun
::
star
;
...
...
svx/source/svdraw/svdoole2.cxx
Dosyayı görüntüle @
2aef59dc
This diff is collapsed.
Click to expand it.
svx/source/unodraw/unoshap4.cxx
Dosyayı görüntüle @
2aef59dc
...
...
@@ -52,7 +52,7 @@
#include "svx/svdstr.hrc"
#include <svdoopengl.hxx>
#include <vcl/wmf.hxx>
#include <svtools/embedhlp.hxx>
using
namespace
::
osl
;
...
...
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