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
afc565bf
Kaydet (Commit)
afc565bf
authored
Ara 03, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: tdf#95960 displaced field value in user-defined properties
Change-Id: Idc9e8fd0c35de48a2366dca3850bcc4e69ef997f
üst
431420b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
dinfdlg.cxx
sfx2/source/dialog/dinfdlg.cxx
+9
-6
No files found.
sfx2/source/dialog/dinfdlg.cxx
Dosyayı görüntüle @
afc565bf
...
@@ -1478,16 +1478,19 @@ CustomPropertiesWindow::CustomPropertiesWindow(vcl::Window* pParent,
...
@@ -1478,16 +1478,19 @@ CustomPropertiesWindow::CustomPropertiesWindow(vcl::Window* pParent,
m_pCurrentLine
(
nullptr
),
m_pCurrentLine
(
nullptr
),
m_aNumberFormatter
(
::
comphelper
::
getProcessComponentContext
(),
m_aNumberFormatter
(
::
comphelper
::
getProcessComponentContext
(),
Application
::
GetSettings
().
GetLanguageTag
().
getLanguageType
()
)
Application
::
GetSettings
().
GetLanguageTag
().
getLanguageType
()
)
{
{
m_aEditButton
->
SetPosSizePixel
(
Point
aPos
(
LogicToPixel
(
Point
(
159
,
2
),
MAP_APPFONT
));
LogicToPixel
(
Point
(
159
,
2
),
MAP_APPFONT
),
m_aEditButton
->
SetPosSizePixel
(
aPos
,
LogicToPixel
(
Size
(
RSC_CD_TEXTBOX_HEIGHT
,
RSC_CD_TEXTBOX_HEIGHT
),
MAP_APPFONT
));
LogicToPixel
(
Size
(
RSC_CD_TEXTBOX_HEIGHT
,
RSC_CD_TEXTBOX_HEIGHT
),
MAP_APPFONT
));
m_aRemoveButton
->
SetSizePixel
(
LogicToPixel
(
Size
(
RSC_CD_PUSHBUTTON_HEIGHT
,
RSC_CD_PUSHBUTTON_HEIGHT
),
MAP_APPFONT
));
m_aRemoveButton
->
SetSizePixel
(
LogicToPixel
(
Size
(
RSC_CD_PUSHBUTTON_HEIGHT
,
RSC_CD_PUSHBUTTON_HEIGHT
),
MAP_APPFONT
));
m_aValueEdit
->
SetPosSizePixel
(
Size
aSize
(
LogicToPixel
(
Size
(
61
,
RSC_CD_TEXTBOX_HEIGHT
),
MAP_APPFONT
));
LogicToPixel
(
Point
(
159
,
2
),
MAP_APPFONT
),
m_aValueEdit
->
SetPosSizePixel
(
aPos
,
aSize
);
LogicToPixel
(
Size
(
61
,
RSC_CD_TEXTBOX_HEIGHT
),
MAP_APPFONT
));
m_aDurationField
->
SetPosSizePixel
(
aPos
,
aSize
);
m_aDateField
->
SetPosSizePixel
(
aPos
,
aSize
);
m_aTimeField
->
SetPosSizePixel
(
aPos
,
aSize
);
m_aEditLoseFocusIdle
.
SetPriority
(
SchedulerPriority
::
LOWEST
);
m_aEditLoseFocusIdle
.
SetPriority
(
SchedulerPriority
::
LOWEST
);
m_aEditLoseFocusIdle
.
SetIdleHdl
(
LINK
(
this
,
CustomPropertiesWindow
,
EditTimeoutHdl
)
);
m_aEditLoseFocusIdle
.
SetIdleHdl
(
LINK
(
this
,
CustomPropertiesWindow
,
EditTimeoutHdl
)
);
...
...
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