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
c8e39299
Kaydet (Commit)
c8e39299
authored
Nis 03, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: tdf#89885 use a readonly GtkEntry for location
Change-Id: I324d5e0776da942eae62984b96951d9947702b49
üst
39f306df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
dinfdlg.hxx
include/sfx2/dinfdlg.hxx
+1
-1
dinfdlg.cxx
sfx2/source/dialog/dinfdlg.cxx
+3
-3
documentinfopage.ui
sfx2/uiconfig/ui/documentinfopage.ui
+3
-6
No files found.
include/sfx2/dinfdlg.hxx
Dosyayı görüntüle @
c8e39299
...
@@ -185,7 +185,7 @@ private:
...
@@ -185,7 +185,7 @@ private:
PushButton
*
m_pChangePassBtn
;
PushButton
*
m_pChangePassBtn
;
SelectableFixedText
*
m_pShowTypeFT
;
SelectableFixedText
*
m_pShowTypeFT
;
FixedText
*
m_pFileValFt
;
Edit
*
m_pFileValEd
;
SelectableFixedText
*
m_pShowSizeFT
;
SelectableFixedText
*
m_pShowSizeFT
;
SelectableFixedText
*
m_pCreateValFt
;
SelectableFixedText
*
m_pCreateValFt
;
...
...
sfx2/source/dialog/dinfdlg.cxx
Dosyayı görüntüle @
c8e39299
...
@@ -754,7 +754,7 @@ SfxDocumentPage::SfxDocumentPage(vcl::Window* pParent, const SfxItemSet& rItemSe
...
@@ -754,7 +754,7 @@ SfxDocumentPage::SfxDocumentPage(vcl::Window* pParent, const SfxItemSet& rItemSe
get
(
m_pChangePassBtn
,
"changepass"
);
get
(
m_pChangePassBtn
,
"changepass"
);
get
(
m_pShowTypeFT
,
"showtype"
);
get
(
m_pShowTypeFT
,
"showtype"
);
get
(
m_pFileVal
Ft
,
"showlocation"
);
get
(
m_pFileVal
Ed
,
"showlocation"
);
get
(
m_pShowSizeFT
,
"showsize"
);
get
(
m_pShowSizeFT
,
"showsize"
);
m_aUnknownSize
=
m_pShowSizeFT
->
GetText
();
m_aUnknownSize
=
m_pShowSizeFT
->
GetText
();
m_pShowSizeFT
->
SetText
(
OUString
());
m_pShowSizeFT
->
SetText
(
OUString
());
...
@@ -1028,10 +1028,10 @@ void SfxDocumentPage::Reset( const SfxItemSet* rSet )
...
@@ -1028,10 +1028,10 @@ void SfxDocumentPage::Reset( const SfxItemSet* rSet )
// we know it's a folder -> don't need the final slash, but it's better for WB_PATHELLIPSIS
// we know it's a folder -> don't need the final slash, but it's better for WB_PATHELLIPSIS
aPath
.
removeFinalSlash
();
aPath
.
removeFinalSlash
();
OUString
aText
(
aPath
.
PathToFileName
()
);
//! (pb) MaxLen?
OUString
aText
(
aPath
.
PathToFileName
()
);
//! (pb) MaxLen?
m_pFileVal
Ft
->
SetText
(
aText
);
m_pFileVal
Ed
->
SetText
(
aText
);
}
}
else
if
(
aURL
.
GetProtocol
()
!=
INetProtocol
::
PrivSoffice
)
else
if
(
aURL
.
GetProtocol
()
!=
INetProtocol
::
PrivSoffice
)
m_pFileVal
Ft
->
SetText
(
aURL
.
GetPartBeforeLastName
()
);
m_pFileVal
Ed
->
SetText
(
aURL
.
GetPartBeforeLastName
()
);
// handle access data
// handle access data
bool
m_bUseUserData
=
rInfoItem
.
IsUseUserData
();
bool
m_bUseUserData
=
rInfoItem
.
IsUseUserData
();
...
...
sfx2/uiconfig/ui/documentinfopage.ui
Dosyayı görüntüle @
c8e39299
...
@@ -297,13 +297,10 @@
...
@@ -297,13 +297,10 @@
</packing>
</packing>
</child>
</child>
<child>
<child>
<object
class=
"Gtk
Label
"
id=
"showlocation"
>
<object
class=
"Gtk
Entry
"
id=
"showlocation"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"editable"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"max_width_chars"
>
56
</property>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"left_attach"
>
1
</property>
...
...
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