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
d38303ef
Kaydet (Commit)
d38303ef
authored
Mar 18, 2005
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS fpicker3 (1.2.14); FILE MERGED
2005/02/25 11:35:48 cmc 1.2.14.1: #i42565# use exposed translations
üst
b8d6a7fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
resourceprovider.cxx
fpicker/source/unx/gnome/resourceprovider.cxx
+8
-6
resourceprovider.hxx
fpicker/source/unx/gnome/resourceprovider.hxx
+9
-2
No files found.
fpicker/source/unx/gnome/resourceprovider.cxx
Dosyayı görüntüle @
d38303ef
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: resourceprovider.cxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
hr $ $Date: 2004-09-08 17:10:22
$
* last change: $Author:
obo $ $Date: 2005-03-18 09:49:44
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -96,6 +96,7 @@
#endif
#include <svtools/svtools.hrc>
#include <svtools/filedlg2.hrc>
//------------------------------------------------------------
// namespace directives
...
...
@@ -111,9 +112,6 @@ using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds;
#define RES_NAME svt
#define FOLDERPICKER_TITLE 500
#define FOLDER_PICKER_DEF_DESCRIPTION 501
//------------------------------------------------------------
// we have to translate control ids to resource ids
//------------------------------------------------------------
...
...
@@ -137,7 +135,11 @@ _Entry CtrlIdToResIdTable[] = {
{
LISTBOX_IMAGE_TEMPLATE_LABEL
,
STR_SVT_FILEPICKER_IMAGE_TEMPLATE
},
{
CHECKBOX_SELECTION
,
STR_SVT_FILEPICKER_SELECTION
},
{
FOLDERPICKER_TITLE
,
STR_SVT_FOLDERPICKER_DEFAULT_TITLE
},
{
FOLDER_PICKER_DEF_DESCRIPTION
,
STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION
}
{
FOLDER_PICKER_DEF_DESCRIPTION
,
STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION
},
{
FILE_PICKER_TITLE_OPEN
,
STR_FILEDLG_OPEN
},
{
FILE_PICKER_TITLE_SAVE
,
STR_FILEDLG_SAVE
},
{
FILE_PICKER_FILE_TYPE
,
STR_FILEDLG_TYPE
},
{
FILE_PICKER_OVERWRITE
,
STR_SVT_ALREADYEXISTOVERWRITE
}
};
const
sal_Int32
SIZE_TABLE
=
sizeof
(
CtrlIdToResIdTable
)
/
sizeof
(
_Entry
);
...
...
fpicker/source/unx/gnome/resourceprovider.hxx
Dosyayı görüntüle @
d38303ef
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: resourceprovider.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
hr $ $Date: 2004-09-08 17:10:48
$
* last change: $Author:
obo $ $Date: 2005-03-18 09:49:56
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -75,6 +75,13 @@
#include <rtl/ustring>
#endif
#define FOLDERPICKER_TITLE 500
#define FOLDER_PICKER_DEF_DESCRIPTION 501
#define FILE_PICKER_TITLE_OPEN 502
#define FILE_PICKER_TITLE_SAVE 503
#define FILE_PICKER_FILE_TYPE 504
#define FILE_PICKER_OVERWRITE 505
//------------------------------------------------------------------------
// deklarations
//------------------------------------------------------------------------
...
...
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