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
f72004dc
Kaydet (Commit)
f72004dc
authored
Eki 26, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chop last string out into generic .src
Change-Id: I958f6e80813a4e056b09225b16cea9ea2a3450ac
üst
9874f2fb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
9 deletions
+8
-9
cuires.src
cui/source/dialogs/cuires.src
+5
-0
insdlg.cxx
cui/source/dialogs/insdlg.cxx
+2
-2
svuidlg.hrc
cui/source/dialogs/svuidlg.hrc
+0
-2
svuidlg.src
cui/source/dialogs/svuidlg.src
+0
-5
cuires.hrc
cui/source/inc/cuires.hrc
+1
-0
No files found.
cui/source/dialogs/cuires.src
Dosyayı görüntüle @
f72004dc
...
...
@@ -14,4 +14,9 @@ String RID_SVXSTR_ERR_TEXTNOTFOUND
Text [ en-US ] = "No alternatives found." ;
};
String RID_SVXSTR_SELECT_FILE_IFRAME
{
Text [ en-US ] = "Select File for Floating Frame" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/dialogs/insdlg.cxx
Dosyayı görüntüle @
f72004dc
...
...
@@ -53,7 +53,7 @@
#include <svl/ownlist.hxx>
#include <comphelper/seqstream.hxx>
#include "
svuidlg
.hrc"
#include "
cuires
.hrc"
#include <osl/file.hxx>
...
...
@@ -768,7 +768,7 @@ IMPL_STATIC_LINK( SfxInsertFloatingFrameDialog, OpenHdl, PushButton*, EMPTYARG )
ui
::
dialogs
::
TemplateDescription
::
FILEOPEN_SIMPLE
,
0
,
String
()
);
// set the title
aFileDlg
.
SetTitle
(
OUString
(
String
(
CUI_RES
(
MD_INSERT_OBJECT_IFRAME
)
)
)
);
aFileDlg
.
SetTitle
(
CUI_RESSTR
(
RID_SVXSTR_SELECT_FILE_IFRAME
)
);
// show the dialog
if
(
aFileDlg
.
Execute
()
==
ERRCODE_NONE
)
...
...
cui/source/dialogs/svuidlg.hrc
Dosyayı görüntüle @
f72004dc
...
...
@@ -82,5 +82,3 @@
#define GB_CLASS 14
#define ED_APPLET_OPTIONS 20
#define GB_APPLET_OPTIONS 21
#define MD_INSERT_OBJECT_IFRAME 32011
cui/source/dialogs/svuidlg.src
Dosyayı görüntüle @
f72004dc
...
...
@@ -392,8 +392,3 @@ Control TB_LINKS
TabStop = TRUE ;
ClipChildren = TRUE ;
};
String MD_INSERT_OBJECT_IFRAME
{
Text [ en-US ] = "Select File for Floating Frame" ;
};
cui/source/inc/cuires.hrc
Dosyayı görüntüle @
f72004dc
...
...
@@ -417,6 +417,7 @@
#define RID_SVXSTR_EVENT_CONTENTCHANGED (RID_SVX_START + 1194)
#define RID_SVXSTR_ERR_TEXTNOTFOUND (RID_SVX_START + 1195)
#define RID_SVXSTR_SELECT_FILE_IFRAME (RID_SVX_START + 1196)
#define RID_SVXDLG_CERTPATH (RID_SVX_START + 1198)
...
...
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