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
140d082f
Kaydet (Commit)
140d082f
authored
Agu 15, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ErrorBoxes from querydesign to String
Change-Id: I2aa9aa5b0d730c0546e8565d03b9b7d3d051235a
üst
2f46431f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
dbu_resource.hrc
dbaccess/source/ui/inc/dbu_resource.hrc
+2
-2
QueryDesignView.cxx
dbaccess/source/ui/querydesign/QueryDesignView.cxx
+2
-2
query.src
dbaccess/source/ui/querydesign/query.src
+4
-4
No files found.
dbaccess/source/ui/inc/dbu_resource.hrc
Dosyayı görüntüle @
140d082f
...
@@ -100,8 +100,8 @@
...
@@ -100,8 +100,8 @@
// error boxes
// error boxes
#define
ER
R_QRY_CRITERIA_ON_ASTERISK RID_ERRORBOX_START + 2
#define
ST
R_QRY_CRITERIA_ON_ASTERISK RID_ERRORBOX_START + 2
#define
ER
R_QRY_ORDERBY_ON_ASTERISK RID_ERRORBOX_START + 3
#define
ST
R_QRY_ORDERBY_ON_ASTERISK RID_ERRORBOX_START + 3
#define ERR_NEED_INDEX_FIELDS RID_ERRORBOX_START + 8
#define ERR_NEED_INDEX_FIELDS RID_ERRORBOX_START + 8
// query boxes
// query boxes
...
...
dbaccess/source/ui/querydesign/QueryDesignView.cxx
Dosyayı görüntüle @
140d082f
...
@@ -759,7 +759,7 @@ namespace
...
@@ -759,7 +759,7 @@ namespace
{
{
// only show the messagebox the first time
// only show the messagebox the first time
if
(
!
bCritsOnAsterikWarning
)
if
(
!
bCritsOnAsterikWarning
)
ErrorBox
(
_pView
,
ModuleRes
(
ER
R_QRY_CRITERIA_ON_ASTERISK
)).
Execute
();
MessageDialog
(
_pView
,
ModuleRes
(
ST
R_QRY_CRITERIA_ON_ASTERISK
)).
Execute
();
bCritsOnAsterikWarning
=
true
;
bCritsOnAsterikWarning
=
true
;
continue
;
continue
;
}
}
...
@@ -918,7 +918,7 @@ namespace
...
@@ -918,7 +918,7 @@ namespace
{
{
// only show the MessageBox the first time
// only show the MessageBox the first time
if
(
!
bCritsOnAsterikWarning
)
if
(
!
bCritsOnAsterikWarning
)
ErrorBox
(
_pView
,
ModuleRes
(
ER
R_QRY_ORDERBY_ON_ASTERISK
)).
Execute
();
MessageDialog
(
_pView
,
ModuleRes
(
ST
R_QRY_ORDERBY_ON_ASTERISK
)).
Execute
();
bCritsOnAsterikWarning
=
true
;
bCritsOnAsterikWarning
=
true
;
continue
;
continue
;
}
}
...
...
dbaccess/source/ui/querydesign/query.src
Dosyayı görüntüle @
140d082f
...
@@ -221,9 +221,9 @@ String STR_QRY_TOO_MANY_COLUMNS
...
@@ -221,9 +221,9 @@ String STR_QRY_TOO_MANY_COLUMNS
Text [ en-US ] = "There are too many columns.";
Text [ en-US ] = "There are too many columns.";
};
};
ErrorBox ER
R_QRY_CRITERIA_ON_ASTERISK
String ST
R_QRY_CRITERIA_ON_ASTERISK
{
{
Message
[ en-US ] = "A condition cannot be applied to field [*]" ;
Text
[ en-US ] = "A condition cannot be applied to field [*]" ;
};
};
String STR_QRY_TOO_LONG_STATEMENT
String STR_QRY_TOO_LONG_STATEMENT
...
@@ -251,9 +251,9 @@ String STR_QRY_SYNTAX
...
@@ -251,9 +251,9 @@ String STR_QRY_SYNTAX
Text [ en-US ] = "SQL syntax error" ;
Text [ en-US ] = "SQL syntax error" ;
};
};
ErrorBox ER
R_QRY_ORDERBY_ON_ASTERISK
String ST
R_QRY_ORDERBY_ON_ASTERISK
{
{
Message
[ en-US ] = "[*] cannot be used as a sort criterion.";
Text
[ en-US ] = "[*] cannot be used as a sort criterion.";
};
};
String STR_QRY_TOO_MANY_TABLES
String STR_QRY_TOO_MANY_TABLES
...
...
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