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
9a4d0bbd
Kaydet (Commit)
9a4d0bbd
authored
Nis 01, 2015
tarafından
Tomaž Vajngerl
Kaydeden (comit)
Miklos Vajna
Nis 07, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Prevent showing the dialog (and crashing) when tiled rendering.
Change-Id: I41d3294bb73b8c183a55e7cb6766ff38bc96418f
üst
6d592103
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
edtwin.cxx
sw/source/uibase/docvw/edtwin.cxx
+12
-5
No files found.
sw/source/uibase/docvw/edtwin.cxx
Dosyayı görüntüle @
9a4d0bbd
...
@@ -3246,9 +3246,12 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
...
@@ -3246,9 +3246,12 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
{
{
case
nsSelectionType
:
:
SEL_GRF
:
case
nsSelectionType
:
:
SEL_GRF
:
RstMBDownFlags
();
RstMBDownFlags
();
GetView
().
GetViewFrame
()
->
GetBindings
().
Execute
(
if
(
!
rSh
.
isTiledRendering
())
FN_FORMAT_GRAFIC_DLG
,
0
,
0
,
{
SfxCallMode
::
RECORD
|
SfxCallMode
::
SLOT
);
GetView
().
GetViewFrame
()
->
GetBindings
().
Execute
(
FN_FORMAT_GRAFIC_DLG
,
0
,
0
,
SfxCallMode
::
RECORD
|
SfxCallMode
::
SLOT
);
}
return
;
return
;
// double click on OLE object --> OLE-InPlace
// double click on OLE object --> OLE-InPlace
...
@@ -3262,8 +3265,12 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
...
@@ -3262,8 +3265,12 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
case
nsSelectionType
:
:
SEL_FRM
:
case
nsSelectionType
:
:
SEL_FRM
:
RstMBDownFlags
();
RstMBDownFlags
();
GetView
().
GetViewFrame
()
->
GetBindings
().
Execute
(
if
(
!
rSh
.
isTiledRendering
())
FN_FORMAT_FRAME_DLG
,
0
,
0
,
SfxCallMode
::
RECORD
|
SfxCallMode
::
SLOT
);
{
GetView
().
GetViewFrame
()
->
GetBindings
().
Execute
(
FN_FORMAT_FRAME_DLG
,
0
,
0
,
SfxCallMode
::
RECORD
|
SfxCallMode
::
SLOT
);
}
return
;
return
;
case
nsSelectionType
:
:
SEL_DRW
:
case
nsSelectionType
:
:
SEL_DRW
:
...
...
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