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
7e33e62e
Kaydet (Commit)
7e33e62e
authored
Agu 03, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Breadcrumb: changed first entry label ('Root')
Change-Id: Id15bc1ef92fdab22ba3332dc9b42fb9c785298b4
üst
82e82265
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
RemoteFilesDialog.cxx
fpicker/source/office/RemoteFilesDialog.cxx
+2
-1
RemoteFilesDialog.hxx
fpicker/source/office/RemoteFilesDialog.hxx
+1
-0
iodlg.src
fpicker/source/office/iodlg.src
+5
-0
fpicker.hrc
include/vcl/fpicker.hrc
+1
-0
No files found.
fpicker/source/office/RemoteFilesDialog.cxx
Dosyayı görüntüle @
7e33e62e
...
...
@@ -206,6 +206,7 @@ RemoteFilesDialog::RemoteFilesDialog( vcl::Window* pParent, WinBits nBits )
m_pOk_btn
->
SetClickHdl
(
LINK
(
this
,
RemoteFilesDialog
,
OkHdl
)
);
m_pCancel_btn
->
SetClickHdl
(
LINK
(
this
,
RemoteFilesDialog
,
CancelHdl
)
);
m_sRootLabel
=
ResId
(
STR_SVT_ROOTLABEL
,
*
ResMgrHolder
::
getOrCreate
()
);
m_pPath
=
VclPtr
<
Breadcrumb
>::
Create
(
get
<
vcl
::
Window
>
(
"breadcrumb_container"
)
);
m_pPath
->
set_hexpand
(
true
);
m_pPath
->
SetClickHdl
(
LINK
(
this
,
RemoteFilesDialog
,
SelectBreadcrumbHdl
)
);
...
...
@@ -1099,7 +1100,7 @@ void RemoteFilesDialog::UpdateControls( const OUString& rURL )
OUString
sURL
=
m_aServices
[
nPos
]
->
GetUrl
();
OUString
sName
=
m_aServices
[
nPos
]
->
GetName
();
m_pPath
->
SetRootName
(
sName
);
m_pPath
->
SetRootName
(
m_sRootLabel
);
m_pTreeView
->
Clear
();
SvTreeListEntry
*
pRoot
=
m_pTreeView
->
InsertEntry
(
sName
,
NULL
,
true
);
...
...
fpicker/source/office/RemoteFilesDialog.hxx
Dosyayı görüntüle @
7e33e62e
...
...
@@ -127,6 +127,7 @@ private:
OUString
m_sPath
;
OUString
m_sStdDir
;
OUString
m_sRootLabel
;
OUString
m_sLastServiceUrl
;
unsigned
int
m_nCurrentFilter
;
...
...
fpicker/source/office/iodlg.src
Dosyayı görüntüle @
7e33e62e
...
...
@@ -110,6 +110,11 @@ String STR_SVT_DELETESERVICE
Text [ en-US ] = "Are you sure you want to delete the service?\n\"$servicename$\"" ;
};
String STR_SVT_ROOTLABEL
{
Text [ en-US ] = "Root" ;
};
String STR_SVT_NEW_FOLDER
{
Text [ en-US ] = "Folder" ;
...
...
include/vcl/fpicker.hrc
Dosyayı görüntüle @
7e33e62e
...
...
@@ -28,6 +28,7 @@
#define STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION (STR_SVT_FILEPICKER_START+13)
#define STR_SVT_ALREADYEXISTOVERWRITE (STR_SVT_FILEPICKER_START+14)
#define STR_SVT_DELETESERVICE (STR_SVT_FILEPICKER_START+15)
#define STR_SVT_ROOTLABEL (STR_SVT_FILEPICKER_START+16)
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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