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
31d64900
Kaydet (Commit)
31d64900
authored
Ock 25, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: Iaa2986e9ab3e12350d2121f2ad3d3ea23e9a3b50
üst
ad5dcd60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
macassgn.cxx
sw/source/ui/dialog/macassgn.cxx
+3
-3
macassgn.hxx
sw/source/ui/inc/macassgn.hxx
+1
-1
No files found.
sw/source/ui/dialog/macassgn.cxx
Dosyayı görüntüle @
31d64900
...
@@ -107,10 +107,10 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType )
...
@@ -107,10 +107,10 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType )
}
}
sal_B
ool
SwMacroAssignDlg
::
INetFmtDlg
(
Window
*
pParent
,
SwWrtShell
&
rSh
,
b
ool
SwMacroAssignDlg
::
INetFmtDlg
(
Window
*
pParent
,
SwWrtShell
&
rSh
,
SvxMacroItem
*&
rpINetItem
)
SvxMacroItem
*&
rpINetItem
)
{
{
sal_Bool
bRet
=
sal_F
alse
;
bool
bRet
=
f
alse
;
SfxItemSet
aSet
(
rSh
.
GetAttrPool
(),
RES_FRMMACRO
,
RES_FRMMACRO
,
SID_EVENTCONFIG
,
SID_EVENTCONFIG
,
0
);
SfxItemSet
aSet
(
rSh
.
GetAttrPool
(),
RES_FRMMACRO
,
RES_FRMMACRO
,
SID_EVENTCONFIG
,
SID_EVENTCONFIG
,
0
);
SvxMacroItem
aItem
(
RES_FRMMACRO
);
SvxMacroItem
aItem
(
RES_FRMMACRO
);
if
(
!
rpINetItem
)
if
(
!
rpINetItem
)
...
@@ -132,7 +132,7 @@ sal_Bool SwMacroAssignDlg::INetFmtDlg( Window* pParent, SwWrtShell& rSh,
...
@@ -132,7 +132,7 @@ sal_Bool SwMacroAssignDlg::INetFmtDlg( Window* pParent, SwWrtShell& rSh,
if
(
SFX_ITEM_SET
==
pOutSet
->
GetItemState
(
RES_FRMMACRO
,
sal_False
,
&
pItem
))
if
(
SFX_ITEM_SET
==
pOutSet
->
GetItemState
(
RES_FRMMACRO
,
sal_False
,
&
pItem
))
{
{
rpINetItem
->
SetMacroTable
(
((
SvxMacroItem
*
)
pItem
)
->
GetMacroTable
()
);
rpINetItem
->
SetMacroTable
(
((
SvxMacroItem
*
)
pItem
)
->
GetMacroTable
()
);
bRet
=
sal_T
rue
;
bRet
=
t
rue
;
}
}
}
}
return
bRet
;
return
bRet
;
...
...
sw/source/ui/inc/macassgn.hxx
Dosyayı görüntüle @
31d64900
...
@@ -38,7 +38,7 @@ class SwMacroAssignDlg
...
@@ -38,7 +38,7 @@ class SwMacroAssignDlg
{
{
public
:
public
:
static
SfxEventNamesItem
AddEvents
(
DlgEventType
eType
);
static
SfxEventNamesItem
AddEvents
(
DlgEventType
eType
);
static
sal_B
ool
INetFmtDlg
(
Window
*
pParent
,
SwWrtShell
&
rSh
,
static
b
ool
INetFmtDlg
(
Window
*
pParent
,
SwWrtShell
&
rSh
,
SvxMacroItem
*&
rpINetItem
);
SvxMacroItem
*&
rpINetItem
);
};
};
...
...
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