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
cc2c9d51
Kaydet (Commit)
cc2c9d51
authored
Eyl 10, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Wizzard->Wizzard
Change-Id: Ib97387fac7f519ce255ab68b08438a71d753382d
üst
f9674ddf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
fesh.hxx
sw/inc/fesh.hxx
+1
-1
fefly1.cxx
sw/source/core/frmedt/fefly1.cxx
+1
-1
applab.cxx
sw/source/uibase/app/applab.cxx
+1
-1
No files found.
sw/inc/fesh.hxx
Dosyayı görüntüle @
cc2c9d51
...
@@ -397,7 +397,7 @@ public:
...
@@ -397,7 +397,7 @@ public:
const
SwFlyFrm
*
GetCurrFlyFrm
()
const
{
return
FindFlyFrm
();
}
const
SwFlyFrm
*
GetCurrFlyFrm
()
const
{
return
FindFlyFrm
();
}
/// Find/delete fly containing the cursor.
/// Find/delete fly containing the cursor.
SwFrameFormat
*
Wiz
z
ardGetFly
();
SwFrameFormat
*
WizardGetFly
();
/// Independent selecting of flys.
/// Independent selecting of flys.
bool
GotoNextFly
(
GotoObjFlags
eType
=
GotoObjFlags
::
FlyAny
)
bool
GotoNextFly
(
GotoObjFlags
eType
=
GotoObjFlags
::
FlyAny
)
...
...
sw/source/core/frmedt/fefly1.cxx
Dosyayı görüntüle @
cc2c9d51
...
@@ -1385,7 +1385,7 @@ Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference <
...
@@ -1385,7 +1385,7 @@ Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference <
return
aResult
;
return
aResult
;
}
}
SwFrameFormat
*
SwFEShell
::
Wiz
z
ardGetFly
()
SwFrameFormat
*
SwFEShell
::
WizardGetFly
()
{
{
// do not search the Fly via the layout. Now we can delete a frame
// do not search the Fly via the layout. Now we can delete a frame
// without a valid layout. ( e.g. for the wizards )
// without a valid layout. ( e.g. for the wizards )
...
...
sw/source/uibase/app/applab.cxx
Dosyayı görüntüle @
cc2c9d51
...
@@ -327,7 +327,7 @@ void SwModule::InsertLab(SfxRequest& rReq, bool bLabel)
...
@@ -327,7 +327,7 @@ void SwModule::InsertLab(SfxRequest& rReq, bool bLabel)
// dont leave the fly!!!
// dont leave the fly!!!
pSh
->
Push
();
pSh
->
Push
();
pSh
->
SttDoc
();
pSh
->
SttDoc
();
bool
bInFly
=
0
!=
pSh
->
Wiz
z
ardGetFly
();
bool
bInFly
=
0
!=
pSh
->
WizardGetFly
();
pSh
->
Pop
(
bInFly
);
pSh
->
Pop
(
bInFly
);
if
(
bInFly
)
if
(
bInFly
)
...
...
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