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
e3df5584
Kaydet (Commit)
e3df5584
authored
May 11, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed a regression on impress/draw file save losing date field format info.
Change-Id: If9e01ab91d52d21cab175bfda925e690625fac3e
üst
17b900c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
unofield.cxx
editeng/source/uno/unofield.cxx
+6
-6
No files found.
editeng/source/uno/unofield.cxx
Dosyayı görüntüle @
e3df5584
...
...
@@ -148,12 +148,11 @@ const SfxItemPropertySet* ImplGetFieldItemPropertySet( sal_Int32 mnId )
{
case
text
:
:
textfield
::
Type
::
EXTENDED_DATE
:
case
text
:
:
textfield
::
Type
::
EXTENDED_TIME
:
case
text
:
:
textfield
::
Type
::
DATE
:
return
&
aExDateTimeFieldPropertySet_Impl
;
case
text
:
:
textfield
::
Type
::
URL
:
return
&
aUrlFieldPropertySet_Impl
;
case
text
:
:
textfield
::
Type
::
DATE
:
case
text
:
:
textfield
::
Type
::
TIME
:
case
text
:
:
textfield
::
Type
::
DATE_TIME
:
return
&
aDateTimeFieldPropertySet_Impl
;
case
text
:
:
textfield
::
Type
::
EXTENDED_FILE
:
return
&
aExtFileFieldPropertySet_Impl
;
...
...
@@ -161,6 +160,7 @@ const SfxItemPropertySet* ImplGetFieldItemPropertySet( sal_Int32 mnId )
return
&
aAuthorFieldPropertySet_Impl
;
case
text
:
:
textfield
::
Type
::
MEASURE
:
return
&
aMeasureFieldPropertySet_Impl
;
case
text
:
:
textfield
::
Type
::
DATE_TIME
:
default:
return
&
aEmptyPropertySet_Impl
;
}
...
...
@@ -877,13 +877,13 @@ uno::Sequence< OUString > SAL_CALL SvxUnoTextField::getSupportedServiceNames()
pServices
[
3
]
=
"com.sun.star.presentation.textfield.Footer"
;
break
;
case
text
:
:
textfield
::
Type
::
DATE_TIME
:
pServices
[
2
]
=
"com.sun.star.text.TextField.DateTime"
;
pServices
[
3
]
=
"com.sun.star.text.textfield.DateTime"
;
break
;
case
text
:
:
textfield
::
Type
::
EXTENDED_DATE
:
pServices
[
2
]
=
"com.sun.star.presentation.TextField.DateTime"
;
pServices
[
3
]
=
"com.sun.star.presentation.textfield.DateTime"
;
break
;
case
text
:
:
textfield
::
Type
::
EXTENDED_DATE
:
pServices
[
2
]
=
"com.sun.star.text.TextField.DateTime"
;
pServices
[
3
]
=
"com.sun.star.text.textfield.DateTime"
;
break
;
default
:
aSeq
.
realloc
(
0
);
}
...
...
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