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
e0d94ef4
Kaydet (Commit)
e0d94ef4
authored
May 16, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
3D model insertion UI: add *.dae and *.kmz filters
Change-Id: I20f6bea3b1f5ba03cc461f461458f5460da716c3
üst
b862a216
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
fuinsert.cxx
sd/source/ui/func/fuinsert.cxx
+3
-2
No files found.
sd/source/ui/func/fuinsert.cxx
Dosyayı görüntüle @
e0d94ef4
...
...
@@ -777,8 +777,10 @@ void FuInsert3DModel::DoExecute( SfxRequest& )
sfx2
::
FileDialogHelper
aDlg
(
ui
::
dialogs
::
TemplateDescription
::
FILEOPEN_SIMPLE
,
0
);
aDlg
.
SetTitle
(
"Insert 3D Model"
);
aDlg
.
AddFilter
(
"All supported formats"
,
"*.json; *.dae; *.kmz"
);
aDlg
.
AddFilter
(
"GL Transmission Format"
,
"*.json"
);
aDlg
.
AddFilter
(
"All files"
,
"*.*"
);
aDlg
.
AddFilter
(
"COLLADA"
,
"*.dae"
);
aDlg
.
AddFilter
(
"Keyhole Markup language Zipped"
,
"*.kmz"
);
OUString
sURL
;
if
(
aDlg
.
Execute
()
==
ERRCODE_NONE
)
...
...
@@ -810,7 +812,6 @@ void FuInsert3DModel::DoExecute( SfxRequest& )
aPos
.
Y
()
-=
aSize
.
Height
()
>>
1
;
}
mpView
->
Insert3DModelURL
(
sURL
,
nAction
,
aPos
,
aSize
,
false
)
;
if
(
mpWindow
)
...
...
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