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
195f3c98
Kaydet (Commit)
195f3c98
authored
Şub 08, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: esacpe->escape
Change-Id: I9f22dd49aeca5f01c8d582c54ca157f502a6ee1f
üst
4f604f6b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
unodatbr.cxx
dbaccess/source/ui/browser/unodatbr.cxx
+3
-3
browserids.hxx
dbaccess/source/ui/inc/browserids.hxx
+1
-1
querycontroller.hxx
dbaccess/source/ui/inc/querycontroller.hxx
+1
-1
QueryDesignView.cxx
dbaccess/source/ui/querydesign/QueryDesignView.cxx
+1
-1
querycontroller.cxx
dbaccess/source/ui/querydesign/querycontroller.cxx
+3
-3
No files found.
dbaccess/source/ui/browser/unodatbr.cxx
Dosyayı görüntüle @
195f3c98
...
@@ -3089,7 +3089,7 @@ void SbaTableQueryBrowser::impl_initialize()
...
@@ -3089,7 +3089,7 @@ void SbaTableQueryBrowser::impl_initialize()
OUString
aTableName
,
aCatalogName
,
aSchemaName
;
OUString
aTableName
,
aCatalogName
,
aSchemaName
;
bool
bEs
ac
peProcessing
=
true
;
bool
bEs
ca
peProcessing
=
true
;
sal_Int32
nInitialDisplayCommandType
=
CommandType
::
COMMAND
;
sal_Int32
nInitialDisplayCommandType
=
CommandType
::
COMMAND
;
OUString
sInitialDataSourceName
;
OUString
sInitialDataSourceName
;
OUString
sInitialCommand
;
OUString
sInitialCommand
;
...
@@ -3103,7 +3103,7 @@ void SbaTableQueryBrowser::impl_initialize()
...
@@ -3103,7 +3103,7 @@ void SbaTableQueryBrowser::impl_initialize()
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_UPDATE_CATALOGNAME
),
aCatalogName
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_UPDATE_CATALOGNAME
),
aCatalogName
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_UPDATE_SCHEMANAME
),
aSchemaName
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_UPDATE_SCHEMANAME
),
aSchemaName
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_UPDATE_TABLENAME
),
aTableName
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_UPDATE_TABLENAME
),
aTableName
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_ESCAPE_PROCESSING
),
bEs
ac
peProcessing
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_ESCAPE_PROCESSING
),
bEs
ca
peProcessing
);
rArguments
.
get_ensureType
(
"Frame"
,
xFrame
);
rArguments
.
get_ensureType
(
"Frame"
,
xFrame
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_SHOWMENU
),
m_bShowMenu
);
rArguments
.
get_ensureType
(
OUString
(
PROPERTY_SHOWMENU
),
m_bShowMenu
);
...
@@ -3230,7 +3230,7 @@ void SbaTableQueryBrowser::impl_initialize()
...
@@ -3230,7 +3230,7 @@ void SbaTableQueryBrowser::impl_initialize()
m_aDocScriptSupport
=
::
boost
::
optional
<
bool
>
(
Reference
<
XEmbeddedScripts
>
(
xDocument
,
UNO_QUERY
).
is
()
);
m_aDocScriptSupport
=
::
boost
::
optional
<
bool
>
(
Reference
<
XEmbeddedScripts
>
(
xDocument
,
UNO_QUERY
).
is
()
);
}
}
if
(
implSelect
(
sInitialDataSourceName
,
sInitialCommand
,
nInitialDisplayCommandType
,
bEs
ac
peProcessing
,
xConnection
,
true
)
)
if
(
implSelect
(
sInitialDataSourceName
,
sInitialCommand
,
nInitialDisplayCommandType
,
bEs
ca
peProcessing
,
xConnection
,
true
)
)
{
{
try
try
{
{
...
...
dbaccess/source/ui/inc/browserids.hxx
Dosyayı görüntüle @
195f3c98
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
#define ID_BROWSER_QUERY_EXECUTE SID_FM_EXECUTE
#define ID_BROWSER_QUERY_EXECUTE SID_FM_EXECUTE
#define ID_BROWSER_CLOSE SID_CLOSEWIN
#define ID_BROWSER_CLOSE SID_CLOSEWIN
#define ID_BROWSER_ES
AC
PEPROCESSING SID_FM_NATIVESQL
#define ID_BROWSER_ES
CA
PEPROCESSING SID_FM_NATIVESQL
#define ID_QUERY_FUNCTION (SID_SBA_START + 41) // Funktionen anzeigen
#define ID_QUERY_FUNCTION (SID_SBA_START + 41) // Funktionen anzeigen
#define ID_QUERY_TABLENAME (SID_SBA_START + 42) // Tabellennamen anzeigen
#define ID_QUERY_TABLENAME (SID_SBA_START + 42) // Tabellennamen anzeigen
...
...
dbaccess/source/ui/inc/querycontroller.hxx
Dosyayı görüntüle @
195f3c98
...
@@ -143,7 +143,7 @@ namespace dbaui
...
@@ -143,7 +143,7 @@ namespace dbaui
virtual
void
impl_onModifyChanged
()
SAL_OVERRIDE
;
virtual
void
impl_onModifyChanged
()
SAL_OVERRIDE
;
// should the statement be parsed by our own sql parser
// should the statement be parsed by our own sql parser
bool
isEs
ac
peProcessing
()
const
{
return
m_bEscapeProcessing
;
}
bool
isEs
ca
peProcessing
()
const
{
return
m_bEscapeProcessing
;
}
bool
isGraphicalDesign
()
const
{
return
m_bGraphicalDesign
;
}
bool
isGraphicalDesign
()
const
{
return
m_bGraphicalDesign
;
}
bool
isDistinct
()
const
{
return
m_bDistinct
;
}
bool
isDistinct
()
const
{
return
m_bDistinct
;
}
sal_Int64
getLimit
()
const
{
return
m_nLimit
;
}
sal_Int64
getLimit
()
const
{
return
m_nLimit
;
}
...
...
dbaccess/source/ui/querydesign/QueryDesignView.cxx
Dosyayı görüntüle @
195f3c98
...
@@ -1936,7 +1936,7 @@ namespace
...
@@ -1936,7 +1936,7 @@ namespace
break
;
break
;
}
}
if
(
!
rController
.
isEs
ac
peProcessing
()
)
// not allowed in this mode
if
(
!
rController
.
isEs
ca
peProcessing
()
)
// not allowed in this mode
{
{
eErrorCode
=
eNativeMode
;
eErrorCode
=
eNativeMode
;
break
;
break
;
...
...
dbaccess/source/ui/querydesign/querycontroller.cxx
Dosyayı görüntüle @
195f3c98
...
@@ -489,7 +489,7 @@ FeatureState OQueryController::GetState(sal_uInt16 _nId) const
...
@@ -489,7 +489,7 @@ FeatureState OQueryController::GetState(sal_uInt16 _nId) const
aReturn
=
OJoinController
::
GetState
(
_nId
);
aReturn
=
OJoinController
::
GetState
(
_nId
);
break
;
break
;
case
ID_BROWSER_ES
AC
PEPROCESSING
:
case
ID_BROWSER_ES
CA
PEPROCESSING
:
aReturn
.
bChecked
=
!
m_bEscapeProcessing
;
aReturn
.
bChecked
=
!
m_bEscapeProcessing
;
aReturn
.
bEnabled
=
(
m_pSqlIterator
!=
NULL
)
&&
!
m_bGraphicalDesign
;
aReturn
.
bEnabled
=
(
m_pSqlIterator
!=
NULL
)
&&
!
m_bGraphicalDesign
;
break
;
break
;
...
@@ -569,7 +569,7 @@ void OQueryController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >&
...
@@ -569,7 +569,7 @@ void OQueryController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >&
{
{
switch
(
_nId
)
switch
(
_nId
)
{
{
case
ID_BROWSER_ES
AC
PEPROCESSING
:
case
ID_BROWSER_ES
CA
PEPROCESSING
:
setEscapeProcessing_fireEvent
(
!
m_bEscapeProcessing
);
setEscapeProcessing_fireEvent
(
!
m_bEscapeProcessing
);
if
(
!
editingView
()
)
if
(
!
editingView
()
)
setModified
(
sal_True
);
setModified
(
sal_True
);
...
@@ -1131,7 +1131,7 @@ void OQueryController::describeSupportedFeatures()
...
@@ -1131,7 +1131,7 @@ void OQueryController::describeSupportedFeatures()
{
{
OJoinController
::
describeSupportedFeatures
();
OJoinController
::
describeSupportedFeatures
();
implDescribeSupportedFeature
(
".uno:SaveAs"
,
ID_BROWSER_SAVEASDOC
,
CommandGroup
::
DOCUMENT
);
implDescribeSupportedFeature
(
".uno:SaveAs"
,
ID_BROWSER_SAVEASDOC
,
CommandGroup
::
DOCUMENT
);
implDescribeSupportedFeature
(
".uno:SbaNativeSql"
,
ID_BROWSER_ES
AC
PEPROCESSING
,
CommandGroup
::
FORMAT
);
implDescribeSupportedFeature
(
".uno:SbaNativeSql"
,
ID_BROWSER_ES
CA
PEPROCESSING
,
CommandGroup
::
FORMAT
);
implDescribeSupportedFeature
(
".uno:DBViewFunctions"
,
SID_QUERY_VIEW_FUNCTIONS
,
CommandGroup
::
VIEW
);
implDescribeSupportedFeature
(
".uno:DBViewFunctions"
,
SID_QUERY_VIEW_FUNCTIONS
,
CommandGroup
::
VIEW
);
implDescribeSupportedFeature
(
".uno:DBViewTableNames"
,
SID_QUERY_VIEW_TABLES
,
CommandGroup
::
VIEW
);
implDescribeSupportedFeature
(
".uno:DBViewTableNames"
,
SID_QUERY_VIEW_TABLES
,
CommandGroup
::
VIEW
);
implDescribeSupportedFeature
(
".uno:DBViewAliases"
,
SID_QUERY_VIEW_ALIASES
,
CommandGroup
::
VIEW
);
implDescribeSupportedFeature
(
".uno:DBViewAliases"
,
SID_QUERY_VIEW_ALIASES
,
CommandGroup
::
VIEW
);
...
...
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