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
60126254
Kaydet (Commit)
60126254
authored
Eki 14, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#72587 make template dialog Modal
Change-Id: Iefb63bc7cdbff2217f16c1a72fc271361227588b
üst
b13591d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
templatedlg.hxx
include/sfx2/templatedlg.hxx
+1
-1
templatedlg.cxx
sfx2/source/doc/templatedlg.cxx
+1
-1
templatedlg.ui
sfx2/uiconfig/ui/templatedlg.ui
+3
-0
No files found.
include/sfx2/templatedlg.hxx
Dosyayı görüntüle @
60126254
...
...
@@ -48,7 +48,7 @@ class SFX2_DLLPUBLIC SfxTemplateManagerDlg : public ModelessDialog
public
:
SfxTemplateManagerDlg
(
vcl
::
Window
*
parent
=
DIALOG_NO_PARENT
);
SfxTemplateManagerDlg
(
vcl
::
Window
*
parent
=
NULL
);
virtual
~
SfxTemplateManagerDlg
();
...
...
sfx2/source/doc/templatedlg.cxx
Dosyayı görüntüle @
60126254
...
...
@@ -175,7 +175,7 @@ static bool cmpSelectionItems (const ThumbnailViewItem *pItem1, const ThumbnailV
}
SfxTemplateManagerDlg
::
SfxTemplateManagerDlg
(
vcl
::
Window
*
parent
)
:
Mod
eless
Dialog
(
parent
,
"TemplateDialog"
,
"sfx/ui/templatedlg.ui"
),
:
Mod
al
Dialog
(
parent
,
"TemplateDialog"
,
"sfx/ui/templatedlg.ui"
),
maSelTemplates
(
cmpSelectionItems
),
maSelFolders
(
cmpSelectionItems
),
mbIsSaveMode
(
false
),
...
...
sfx2/uiconfig/ui/templatedlg.ui
Dosyayı görüntüle @
60126254
...
...
@@ -7,6 +7,7 @@
<property
name=
"width_request"
>
800
</property>
<property
name=
"height_request"
>
560
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"modal"
>
True
</property>
<property
name=
"title"
translatable=
"yes"
>
Template Manager
</property>
<child>
<object
class=
"GtkBox"
id=
"box1"
>
...
...
@@ -327,6 +328,7 @@
<object
class=
"sfxlo-TemplateSearchView"
id=
"search_view"
>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"no_show_all"
>
True
</property>
<property
name=
"margin"
>
0
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
</object>
...
...
@@ -340,6 +342,7 @@
<object
class=
"sfxlo-TemplateRemoteView"
id=
"remote_view"
>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"no_show_all"
>
True
</property>
<property
name=
"margin"
>
0
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
</object>
...
...
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