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
b018b02e
Kaydet (Commit)
b018b02e
authored
Eyl 14, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwTransferable
Change-Id: I2011bc44a4afbf41ecaadbbb4fa82b7dac130e27
üst
6621da38
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
swdtflvr.cxx
sw/source/uibase/dochdl/swdtflvr.cxx
+0
-0
swdtflvr.hxx
sw/source/uibase/inc/swdtflvr.hxx
+17
-17
No files found.
sw/source/uibase/dochdl/swdtflvr.cxx
Dosyayı görüntüle @
b018b02e
This diff is collapsed.
Click to expand it.
sw/source/uibase/inc/swdtflvr.hxx
Dosyayı görüntüle @
b018b02e
...
@@ -56,25 +56,25 @@ namespace nsTransferBufferType
...
@@ -56,25 +56,25 @@ namespace nsTransferBufferType
class
SW_DLLPUBLIC
SwTransferable
:
public
TransferableHelper
class
SW_DLLPUBLIC
SwTransferable
:
public
TransferableHelper
{
{
friend
class
SwView_Impl
;
friend
class
SwView_Impl
;
SfxObjectShellLock
aDocShellRef
;
SfxObjectShellLock
m_
aDocShellRef
;
TransferableDataHelper
aOleData
;
TransferableDataHelper
m_
aOleData
;
TransferableObjectDescriptor
aObjDesc
;
TransferableObjectDescriptor
m_
aObjDesc
;
::
sfx2
::
SvBaseLinkRef
ref
DdeLink
;
::
sfx2
::
SvBaseLinkRef
m_x
DdeLink
;
SwWrtShell
*
pWrtShell
;
SwWrtShell
*
m_
pWrtShell
;
/* #96392# Added pCreatorView to distinguish SwFrameShell from
/* #96392# Added pCreatorView to distinguish SwFrameShell from
SwWrtShell. */
SwWrtShell. */
const
SwFrameShell
*
pCreatorView
;
const
SwFrameShell
*
m_
pCreatorView
;
SwDocFac
*
pClpDocFac
;
SwDocFac
*
m_
pClpDocFac
;
Graphic
*
pClpGraphic
,
*
pClpBitmap
,
*
pOrigGrf
;
Graphic
*
m_pClpGraphic
,
*
m_pClpBitmap
,
*
m_pOrigGraphic
;
INetBookmark
*
pBkm
k
;
// URL and description!
INetBookmark
*
m_pBookmar
k
;
// URL and description!
ImageMap
*
pImageMap
;
ImageMap
*
m_
pImageMap
;
INetImage
*
pTargetURL
;
INetImage
*
m_
pTargetURL
;
TransferBufferType
eBufferType
;
TransferBufferType
m_
eBufferType
;
bool
bOldIdle
:
1
;
//D&D Idle flag from the viewsettings
bool
m_
bOldIdle
:
1
;
//D&D Idle flag from the viewsettings
bool
bCleanUp
:
1
;
//D&D cleanup after Drop (not by internal Drop)
bool
m_
bCleanUp
:
1
;
//D&D cleanup after Drop (not by internal Drop)
// helper methods for the copy
// helper methods for the copy
css
::
uno
::
Reference
<
css
::
embed
::
XEmbeddedObject
>
FindOLEObj
(
sal_Int64
&
nAspect
)
const
;
css
::
uno
::
Reference
<
css
::
embed
::
XEmbeddedObject
>
FindOLEObj
(
sal_Int64
&
nAspect
)
const
;
...
@@ -190,8 +190,8 @@ public:
...
@@ -190,8 +190,8 @@ public:
// Interfaces for Drag & Drop
// Interfaces for Drag & Drop
void
StartDrag
(
vcl
::
Window
*
pWin
,
const
Point
&
rPos
);
void
StartDrag
(
vcl
::
Window
*
pWin
,
const
Point
&
rPos
);
SwWrtShell
*
GetShell
()
{
return
pWrtShell
;
}
SwWrtShell
*
GetShell
()
{
return
m_
pWrtShell
;
}
void
SetCleanUp
(
bool
bFlag
)
{
bCleanUp
=
bFlag
;
}
void
SetCleanUp
(
bool
bFlag
)
{
m_
bCleanUp
=
bFlag
;
}
// Interfaces for Selection
// Interfaces for Selection
/* #96392# Added pCreator to distinguish SwFrameShell from SwWrtShell. */
/* #96392# Added pCreator to distinguish SwFrameShell from SwWrtShell. */
...
@@ -201,7 +201,7 @@ public:
...
@@ -201,7 +201,7 @@ public:
const
SwFrameShell
*
pCreator
=
NULL
);
const
SwFrameShell
*
pCreator
=
NULL
);
// the related SwView is being closed and the SwTransferable is invalid now
// the related SwView is being closed and the SwTransferable is invalid now
void
Invalidate
()
{
pWrtShell
=
0
;}
void
Invalidate
()
{
m_
pWrtShell
=
0
;}
static
const
css
::
uno
::
Sequence
<
sal_Int8
>&
getUnoTunnelId
();
static
const
css
::
uno
::
Sequence
<
sal_Int8
>&
getUnoTunnelId
();
virtual
sal_Int64
SAL_CALL
getSomething
(
const
css
::
uno
::
Sequence
<
sal_Int8
>&
rId
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Int64
SAL_CALL
getSomething
(
const
css
::
uno
::
Sequence
<
sal_Int8
>&
rId
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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