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
9d5fcd70
Kaydet (Commit)
9d5fcd70
authored
Eyl 10, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SfxMacro arg unused
üst
d7842b76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
macro.hxx
sfx2/inc/macro.hxx
+1
-2
macro.cxx
sfx2/source/control/macro.cxx
+2
-3
No files found.
sfx2/inc/macro.hxx
Dosyayı görüntüle @
9d5fcd70
...
@@ -25,8 +25,7 @@ class SfxMacroStatement
...
@@ -25,8 +25,7 @@ class SfxMacroStatement
#ifdef _SFXMACRO_HXX
#ifdef _SFXMACRO_HXX
private
:
private
:
void
GenerateNameAndArgs_Impl
(
SfxMacro
*
pMacro
,
void
GenerateNameAndArgs_Impl
(
const
SfxSlot
&
rSlot
,
const
SfxSlot
&
rSlot
,
sal_Bool
bRequestDone
,
sal_Bool
bRequestDone
,
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
aArgs
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
aArgs
);
#endif
#endif
...
...
sfx2/source/control/macro.cxx
Dosyayı görüntüle @
9d5fcd70
...
@@ -127,7 +127,7 @@ SfxMacroStatement::SfxMacroStatement
...
@@ -127,7 +127,7 @@ SfxMacroStatement::SfxMacroStatement
aStatement
=
DEFINE_CONST_UNICODE
(
"Selection"
);
aStatement
=
DEFINE_CONST_UNICODE
(
"Selection"
);
// to these object expression of the Method-/Property-Name and parameters
// to these object expression of the Method-/Property-Name and parameters
GenerateNameAndArgs_Impl
(
SfxRequest
::
GetRecordingMacro
(),
rSlot
,
bRequestDone
,
aArgs
);
GenerateNameAndArgs_Impl
(
rSlot
,
bRequestDone
,
aArgs
);
}
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
...
@@ -156,7 +156,7 @@ SfxMacroStatement::SfxMacroStatement
...
@@ -156,7 +156,7 @@ SfxMacroStatement::SfxMacroStatement
{
{
aStatement
=
rTarget
;
aStatement
=
rTarget
;
aStatement
+=
'.'
;
aStatement
+=
'.'
;
GenerateNameAndArgs_Impl
(
SfxRequest
::
GetRecordingMacro
(),
rSlot
,
bRequestDone
,
aArgs
);
GenerateNameAndArgs_Impl
(
rSlot
,
bRequestDone
,
aArgs
);
}
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
...
@@ -224,7 +224,6 @@ SfxMacroStatement::~SfxMacroStatement()
...
@@ -224,7 +224,6 @@ SfxMacroStatement::~SfxMacroStatement()
void
SfxMacroStatement
::
GenerateNameAndArgs_Impl
void
SfxMacroStatement
::
GenerateNameAndArgs_Impl
(
(
SfxMacro
*
/*pMacro*/
,
// in this is recorded
const
SfxSlot
&
rSlot
,
// the slot, which can playback the statement
const
SfxSlot
&
rSlot
,
// the slot, which can playback the statement
sal_Bool
bRequestDone
,
// TRUE=was executed, FALSE=cancelled
sal_Bool
bRequestDone
,
// TRUE=was executed, FALSE=cancelled
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
/*rArgs*/
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
/*rArgs*/
...
...
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