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
b9d0dc6a
Kaydet (Commit)
b9d0dc6a
authored
Eyl 16, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert Link<> to typed
Change-Id: I7168ccc3dec8849d5e2e71d1273606daf64325e2
üst
4ec6d0b9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
9 deletions
+7
-9
imapdlg.hxx
include/svx/imapdlg.hxx
+1
-1
imapdlg.cxx
svx/source/dialog/imapdlg.cxx
+2
-4
imapwnd.cxx
svx/source/dialog/imapwnd.cxx
+2
-2
imapwnd.hxx
svx/source/dialog/imapwnd.hxx
+2
-2
No files found.
include/svx/imapdlg.hxx
Dosyayı görüntüle @
b9d0dc6a
...
...
@@ -119,7 +119,7 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow
virtual
bool
Close
()
SAL_OVERRIDE
;
DECL_LINK_TYPED
(
TbxClickHdl
,
ToolBox
*
,
void
);
DECL_LINK
(
InfoHdl
,
IMapWindow
*
);
DECL_LINK
_TYPED
(
InfoHdl
,
IMapWindow
&
,
void
);
DECL_LINK_TYPED
(
MousePosHdl
,
GraphCtrl
*
,
void
);
DECL_LINK_TYPED
(
GraphSizeHdl
,
GraphCtrl
*
,
void
);
DECL_LINK
(
URLModifyHdl
,
void
*
);
...
...
svx/source/dialog/imapdlg.cxx
Dosyayı görüntüle @
b9d0dc6a
...
...
@@ -590,10 +590,10 @@ void SvxIMapDlg::SetActiveTool( sal_uInt16 nId )
m_pTbxIMapDlg1
->
CheckItem
(
mnPolyEditId
,
bEditMode
);
}
IMPL_LINK
(
SvxIMapDlg
,
InfoHdl
,
IMapWindow
*
,
pWn
d
)
IMPL_LINK
_TYPED
(
SvxIMapDlg
,
InfoHdl
,
IMapWindow
&
,
rWnd
,
voi
d
)
{
OUString
aStr
;
const
NotifyInfo
&
rInfo
=
pWnd
->
GetInfo
();
const
NotifyInfo
&
rInfo
=
rWnd
.
GetInfo
();
if
(
rInfo
.
bNewObj
)
{
...
...
@@ -654,8 +654,6 @@ IMPL_LINK( SvxIMapDlg, InfoHdl, IMapWindow*, pWnd )
else
m_pCbbTarget
->
SetText
(
rInfo
.
aMarkTarget
);
}
return
0
;
}
IMPL_LINK_TYPED
(
SvxIMapDlg
,
MousePosHdl
,
GraphCtrl
*
,
pWnd
,
void
)
...
...
svx/source/dialog/imapwnd.cxx
Dosyayı görüntüle @
b9d0dc6a
...
...
@@ -626,7 +626,7 @@ void IMapWindow::UpdateInfo( bool bNewObj )
aInfo
.
aMarkAltText
=
pIMapObj
->
GetAltText
();
aInfo
.
aMarkTarget
=
pIMapObj
->
GetTarget
();
aInfo
.
bActivated
=
pIMapObj
->
IsActive
();
aInfoLink
.
Call
(
this
);
aInfoLink
.
Call
(
*
this
);
}
else
{
...
...
@@ -637,7 +637,7 @@ void IMapWindow::UpdateInfo( bool bNewObj )
aInfo
.
bActivated
=
false
;
}
aInfoLink
.
Call
(
this
);
aInfoLink
.
Call
(
*
this
);
}
}
...
...
svx/source/dialog/imapwnd.hxx
Dosyayı görüntüle @
b9d0dc6a
...
...
@@ -93,7 +93,7 @@ class IMapWindow : public GraphCtrl, public DropTargetHelper
NotifyInfo
aInfo
;
ImageMap
aIMap
;
TargetList
aTargetList
;
Link
<
>
aInfoLink
;
Link
<
IMapWindow
&
,
void
>
aInfoLink
;
SfxItemPool
*
pIMapPool
;
SfxItemInfo
*
pItemInfo
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>
...
...
@@ -140,7 +140,7 @@ public:
void
DoMacroAssign
();
void
DoPropertyDialog
();
void
SetInfoLink
(
const
Link
<>&
rLink
)
{
aInfoLink
=
rLink
;
}
void
SetInfoLink
(
const
Link
<
IMapWindow
&
,
void
>&
rLink
)
{
aInfoLink
=
rLink
;
}
void
SetTargetList
(
TargetList
&
rTargetList
);
...
...
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