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
ff2c26f5
Kaydet (Commit)
ff2c26f5
authored
Ock 28, 2012
tarafından
Ivan Timofeev
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bUILocked is always false
üst
763b3e1e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
15 deletions
+1
-15
dispatch.hxx
sfx2/inc/sfx2/dispatch.hxx
+0
-1
dispatch.cxx
sfx2/source/control/dispatch.cxx
+1
-11
viewfrm.cxx
sfx2/source/view/viewfrm.cxx
+0
-3
No files found.
sfx2/inc/sfx2/dispatch.hxx
Dosyayı görüntüle @
ff2c26f5
...
@@ -198,7 +198,6 @@ public:
...
@@ -198,7 +198,6 @@ public:
SAL_DLLPRIVATE
sal_Bool
IsUpdated_Impl
()
const
;
SAL_DLLPRIVATE
sal_Bool
IsUpdated_Impl
()
const
;
SAL_DLLPRIVATE
int
GetShellAndSlot_Impl
(
sal_uInt16
nSlot
,
SfxShell
**
ppShell
,
const
SfxSlot
**
ppSlot
,
SAL_DLLPRIVATE
int
GetShellAndSlot_Impl
(
sal_uInt16
nSlot
,
SfxShell
**
ppShell
,
const
SfxSlot
**
ppSlot
,
sal_Bool
bOwnShellsOnly
,
sal_Bool
bModal
,
sal_Bool
bRealSlot
=
sal_True
);
sal_Bool
bOwnShellsOnly
,
sal_Bool
bModal
,
sal_Bool
bRealSlot
=
sal_True
);
SAL_DLLPRIVATE
void
LockUI_Impl
(
sal_Bool
bLock
=
sal_True
);
SAL_DLLPRIVATE
void
SetReadOnly_Impl
(
sal_Bool
bOn
);
SAL_DLLPRIVATE
void
SetReadOnly_Impl
(
sal_Bool
bOn
);
SAL_DLLPRIVATE
sal_Bool
GetReadOnly_Impl
()
const
;
SAL_DLLPRIVATE
sal_Bool
GetReadOnly_Impl
()
const
;
SAL_DLLPRIVATE
sal_Bool
IsSlotEnabledByFilter_Impl
(
sal_uInt16
nSID
)
const
;
SAL_DLLPRIVATE
sal_Bool
IsSlotEnabledByFilter_Impl
(
sal_uInt16
nSID
)
const
;
...
...
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
ff2c26f5
...
@@ -145,7 +145,6 @@ struct SfxDispatcher_Impl
...
@@ -145,7 +145,6 @@ struct SfxDispatcher_Impl
std
::
vector
<
sal_uInt32
>
aChildWins
;
std
::
vector
<
sal_uInt32
>
aChildWins
;
sal_uInt16
nActionLevel
;
// in EnterAction
sal_uInt16
nActionLevel
;
// in EnterAction
sal_uInt32
nEventId
;
// EventId UserEvent
sal_uInt32
nEventId
;
// EventId UserEvent
sal_Bool
bUILocked
;
// Update disconnected (no flicker)
sal_Bool
bNoUI
;
// UI only from Parent Dispatcher
sal_Bool
bNoUI
;
// UI only from Parent Dispatcher
sal_Bool
bReadOnly
;
// Document is ReadOnly
sal_Bool
bReadOnly
;
// Document is ReadOnly
sal_Bool
bQuiet
;
// Only use parent dispatcher
sal_Bool
bQuiet
;
// Only use parent dispatcher
...
@@ -330,7 +329,6 @@ void SfxDispatcher::Construct_Impl( SfxDispatcher* pParent )
...
@@ -330,7 +329,6 @@ void SfxDispatcher::Construct_Impl( SfxDispatcher* pParent )
pImp
->
bLocked
=
sal_False
;
pImp
->
bLocked
=
sal_False
;
pImp
->
bActive
=
sal_False
;
pImp
->
bActive
=
sal_False
;
pImp
->
pParent
=
NULL
;
pImp
->
pParent
=
NULL
;
pImp
->
bUILocked
=
sal_False
;
pImp
->
bNoUI
=
sal_False
;
pImp
->
bNoUI
=
sal_False
;
pImp
->
bReadOnly
=
sal_False
;
pImp
->
bReadOnly
=
sal_False
;
pImp
->
bQuiet
=
sal_False
;
pImp
->
bQuiet
=
sal_False
;
...
@@ -1305,7 +1303,7 @@ void SfxDispatcher::Update_Impl( sal_Bool bForce )
...
@@ -1305,7 +1303,7 @@ void SfxDispatcher::Update_Impl( sal_Bool bForce )
Flush
();
Flush
();
if
(
!
pImp
->
pFrame
||
pImp
->
bUILocked
)
if
(
!
pImp
->
pFrame
)
return
;
return
;
SFX_APP
();
// -Wall is this required???
SFX_APP
();
// -Wall is this required???
...
@@ -2183,14 +2181,6 @@ sal_uInt32 SfxDispatcher::GetObjectBarId( sal_uInt16 nPos ) const
...
@@ -2183,14 +2181,6 @@ sal_uInt32 SfxDispatcher::GetObjectBarId( sal_uInt16 nPos ) const
return
pImp
->
aObjBars
[
nPos
].
nResId
;
return
pImp
->
aObjBars
[
nPos
].
nResId
;
}
}
void
SfxDispatcher
::
LockUI_Impl
(
sal_Bool
bLock
)
{
sal_Bool
bWasLocked
=
pImp
->
bUILocked
;
pImp
->
bUILocked
=
bLock
;
if
(
!
bLock
&&
bWasLocked
)
Update_Impl
(
sal_True
);
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
void
SfxDispatcher
::
HideUI
(
sal_Bool
bHide
)
void
SfxDispatcher
::
HideUI
(
sal_Bool
bHide
)
{
{
...
...
sfx2/source/view/viewfrm.cxx
Dosyayı görüntüle @
ff2c26f5
...
@@ -1876,9 +1876,6 @@ void SfxViewFrame::SetActiveChildFrame_Impl( SfxViewFrame *pViewFrame )
...
@@ -1876,9 +1876,6 @@ void SfxViewFrame::SetActiveChildFrame_Impl( SfxViewFrame *pViewFrame )
{
{
if
(
pViewFrame
!=
pImp
->
pActiveChild
)
if
(
pViewFrame
!=
pImp
->
pActiveChild
)
{
{
if
(
!
pImp
->
pActiveChild
)
GetDispatcher
()
->
LockUI_Impl
(
sal_False
);
pImp
->
pActiveChild
=
pViewFrame
;
pImp
->
pActiveChild
=
pViewFrame
;
Reference
<
XFramesSupplier
>
xFrame
(
GetFrame
().
GetFrameInterface
(),
UNO_QUERY
);
Reference
<
XFramesSupplier
>
xFrame
(
GetFrame
().
GetFrameInterface
(),
UNO_QUERY
);
...
...
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