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
302cb1d0
Kaydet (Commit)
302cb1d0
authored
Agu 22, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
QueryBox DLG_CHANGE_AUTH_ENTRY -> MessageDialog + string
Change-Id: I836381f710e4f36b977284f6996bb135fc328049
üst
5660bc11
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
index.hrc
sw/inc/index.hrc
+1
-1
idxmrk.src
sw/source/ui/index/idxmrk.src
+2
-4
swuiidxmrk.cxx
sw/source/ui/index/swuiidxmrk.cxx
+1
-2
No files found.
sw/inc/index.hrc
Dosyayı görüntüle @
302cb1d0
...
...
@@ -39,7 +39,7 @@
#define STR_AUTOMARK_TYPE (RC_INDEX_BEGIN + 17)
#define STR_FILE_NOT_FOUND (RC_INDEX_BEGIN + 18)
#define
DLG_CHANGE_AUTH_ENTRY
(RC_INDEX_BEGIN + 19)
#define
STR_QUERY_CHANGE_AUTH_ENTRY
(RC_INDEX_BEGIN + 19)
#define STR_USER_DEFINED_INDEX (RC_INDEX_BEGIN + 20)
#define STR_NOSORTKEY (RC_INDEX_BEGIN + 21)
#define STR_NO_CHAR_STYLE (RC_INDEX_BEGIN + 22)
...
...
sw/source/ui/index/idxmrk.src
Dosyayı görüntüle @
302cb1d0
...
...
@@ -32,11 +32,9 @@ String STR_IDXMRK_INSERT
Text [ en-US ] = "Insert Index Entry" ;
};
QueryBox DLG
_CHANGE_AUTH_ENTRY
String STR_QUERY
_CHANGE_AUTH_ENTRY
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
Message [ en-US ] = "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?";
Text [ en-US ] = "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/ui/index/swuiidxmrk.cxx
Dosyayı görüntüle @
302cb1d0
...
...
@@ -31,7 +31,6 @@
#include <com/sun/star/util/SearchFlags.hpp>
#include <svl/stritem.hxx>
#include <vcl/layout.hxx>
#include <vcl/msgbox.hxx>
#include <sfx2/dispatch.hxx>
#include <svl/eitem.hxx>
#include <unotools/textsearch.hxx>
...
...
@@ -1205,7 +1204,7 @@ IMPL_LINK_NOARG(SwAuthorMarkPane, InsertHdl)
bDifferent
|=
m_sFields
[
i
]
!=
pEntry
->
GetAuthorField
((
ToxAuthorityField
)
i
);
if
(
bDifferent
)
{
QueryBox
aQuery
(
&
m_rDialog
,
SW_RES
(
DLG_CHANGE_AUTH_ENTRY
)
);
MessageDialog
aQuery
(
&
m_rDialog
,
SW_RES
(
STR_QUERY_CHANGE_AUTH_ENTRY
),
VCL_MESSAGE_QUESTION
,
VCL_BUTTONS_YES_NO
);
if
(
RET_YES
!=
aQuery
.
Execute
())
return
0
;
}
...
...
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