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
ebcc23d2
Kaydet (Commit)
ebcc23d2
authored
Kas 25, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Indentation fixes
Change-Id: I82678b037aff5409e54bc50744b1b4b2c8d4d83b
üst
c99f75ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc.hxx
sw/inc/doc.hxx
+1
-1
SdtHelper.cxx
writerfilter/source/dmapper/SdtHelper.cxx
+1
-1
No files found.
sw/inc/doc.hxx
Dosyayı görüntüle @
ebcc23d2
...
@@ -355,7 +355,7 @@ private:
...
@@ -355,7 +355,7 @@ private:
sal_Int32
mReferenceCount
;
sal_Int32
mReferenceCount
;
bool
mbDtor
:
1
;
/**< TRUE: is in SwDoc DTOR.
bool
mbDtor
:
1
;
/**< TRUE: is in SwDoc DTOR.
and unfortunately temorarily also in
and unfortunately temorarily also in
SwSwgReader::InLayout() when flawed
SwSwgReader::InLayout() when flawed
frames need deletion. */
frames need deletion. */
...
...
writerfilter/source/dmapper/SdtHelper.cxx
Dosyayı görüntüle @
ebcc23d2
...
@@ -80,7 +80,7 @@ void SdtHelper::createDropDownControl()
...
@@ -80,7 +80,7 @@ void SdtHelper::createDropDownControl()
uno
::
Reference
<
beans
::
XPropertySet
>
xPropertySet
(
xControlModel
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
beans
::
XPropertySet
>
xPropertySet
(
xControlModel
,
uno
::
UNO_QUERY
);
xPropertySet
->
setPropertyValue
(
"DefaultText"
,
uno
::
makeAny
(
aDefaultText
));
xPropertySet
->
setPropertyValue
(
"DefaultText"
,
uno
::
makeAny
(
aDefaultText
));
xPropertySet
->
setPropertyValue
(
"Dropdown"
,
uno
::
makeAny
(
sal_True
));
xPropertySet
->
setPropertyValue
(
"Dropdown"
,
uno
::
makeAny
(
sal_True
));
xPropertySet
->
setPropertyValue
(
"StringItemList"
,
uno
::
makeAny
(
comphelper
::
containerToSequence
(
m_aDropDownItems
)
));
xPropertySet
->
setPropertyValue
(
"StringItemList"
,
uno
::
makeAny
(
comphelper
::
containerToSequence
(
m_aDropDownItems
)
));
createControlShape
(
lcl_getOptimalWidth
(
m_rDM_Impl
.
GetStyleSheetTable
(),
aDefaultText
,
m_aDropDownItems
),
xControlModel
);
createControlShape
(
lcl_getOptimalWidth
(
m_rDM_Impl
.
GetStyleSheetTable
(),
aDefaultText
,
m_aDropDownItems
),
xControlModel
);
m_aDropDownItems
.
clear
();
m_aDropDownItems
.
clear
();
...
...
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