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
3bd259ce
Kaydet (Commit)
3bd259ce
authored
Şub 20, 2014
tarafından
Armin Le Grand
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i124085 improved support for PNG clipboard format on windows
üst
c6d29141
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ftransl.cxx
dtrans/source/win32/ftransl/ftransl.cxx
+2
-2
No files found.
dtrans/source/win32/ftransl/ftransl.cxx
Dosyayı görüntüle @
3bd259ce
...
@@ -513,9 +513,9 @@ void SAL_CALL CDataFormatTranslator::initTranslationTable()
...
@@ -513,9 +513,9 @@ void SAL_CALL CDataFormatTranslator::initTranslationTable()
//SOT_FORMATSTR_ID_DIALOG_60
//SOT_FORMATSTR_ID_DIALOG_60
m_TranslTable
.
push_back
(
FormatEntry
(
"application/vnd.sun.xml.dialog"
,
"Dialog 6.0"
,
NULL
,
CF_INVALID
,
CPPUTYPE_DEFAULT
));
m_TranslTable
.
push_back
(
FormatEntry
(
"application/vnd.sun.xml.dialog"
,
"Dialog 6.0"
,
NULL
,
CF_INVALID
,
CPPUTYPE_DEFAULT
));
//SOT_FORMATSTR_ID_BMP
//SOT_FORMATSTR_ID_BMP
m_TranslTable
.
push_back
(
FormatEntry
(
"image/bmp"
,
"Windows Bitmap"
,
NULL
,
49657
/* ID for "image/bmp" CF_INVALID*/
,
CPPUTYPE_DEFAULT
));
m_TranslTable
.
push_back
(
FormatEntry
(
"image/bmp"
,
"Windows Bitmap"
,
NULL
,
CF_INVALID
,
CPPUTYPE_DEFAULT
));
//SOT_FORMATSTR_ID_PNG
//SOT_FORMATSTR_ID_PNG
m_TranslTable
.
push_back
(
FormatEntry
(
"image/png"
,
"PNG"
,
NULL
,
49656
/* ID for "image/png" CF_INVALID*/
,
CPPUTYPE_DEFAULT
));
m_TranslTable
.
push_back
(
FormatEntry
(
"image/png"
,
"PNG"
,
NULL
,
CF_INVALID
,
CPPUTYPE_DEFAULT
));
//SOT_FORMATSTR_ID_DUMMY3
//SOT_FORMATSTR_ID_DUMMY3
m_TranslTable
.
push_back
(
FormatEntry
(
"application/x-openoffice-dummy3;windows_formatname=
\"
SO_DUMMYFORMAT_3
\"
"
,
"SO_DUMMYFORMAT_3"
,
NULL
,
CF_INVALID
,
CPPUTYPE_DEFAULT
));
m_TranslTable
.
push_back
(
FormatEntry
(
"application/x-openoffice-dummy3;windows_formatname=
\"
SO_DUMMYFORMAT_3
\"
"
,
"SO_DUMMYFORMAT_3"
,
NULL
,
CF_INVALID
,
CPPUTYPE_DEFAULT
));
//SOT_FORMATSTR_ID_DUMMY4
//SOT_FORMATSTR_ID_DUMMY4
...
...
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