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
88db0ab6
Kaydet (Commit)
88db0ab6
authored
May 08, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typos
Change-Id: Id4b79ae8576acaaf9d5ee1c9c030b6ffda3059a5
üst
56e36f2e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
pq_xcolumns.cxx
connectivity/source/drivers/postgresql/pq_xcolumns.cxx
+1
-1
DataAccess.xcs
...ecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
+2
-2
Setup.xcs
officecfg/registry/schema/org/openoffice/Setup.xcs
+1
-1
srcharg.cxx
ucb/workben/ucb/srcharg.cxx
+2
-2
ucbdemo.cxx
ucb/workben/ucb/ucbdemo.cxx
+2
-2
No files found.
connectivity/source/drivers/postgresql/pq_xcolumns.cxx
Dosyayı görüntüle @
88db0ab6
...
@@ -222,7 +222,7 @@ OUString columnMetaData2SDBCX(
...
@@ -222,7 +222,7 @@ OUString columnMetaData2SDBCX(
st
.
DESCRIPTION
,
makeAny
(
xRow
->
getString
(
DESCRIPTION
)
)
);
st
.
DESCRIPTION
,
makeAny
(
xRow
->
getString
(
DESCRIPTION
)
)
);
// maybe a better criteri
um
than the type name can be found in future
// maybe a better criteri
on
than the type name can be found in future
pBase
->
setPropertyValue_NoBroadcast_public
(
pBase
->
setPropertyValue_NoBroadcast_public
(
st
.
IS_AUTO_INCREMENT
,
isAutoIncrement
(
xRow
->
getString
(
DEFAULT_VALUE
))
);
st
.
IS_AUTO_INCREMENT
,
isAutoIncrement
(
xRow
->
getString
(
DEFAULT_VALUE
))
);
...
...
officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
Dosyayı görüntüle @
88db0ab6
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</prop>
</prop>
<set
oor:name=
"Fields"
oor:node-type=
"FieldAssignment"
>
<set
oor:name=
"Fields"
oor:node-type=
"FieldAssignment"
>
<info>
<info>
<desc>
Specifies the column name mapping between the programatic column name and the logical column name.
</desc>
<desc>
Specifies the column name mapping between the program
m
atic column name and the logical column name.
</desc>
</info>
</info>
</set>
</set>
</group>
</group>
...
@@ -334,7 +334,7 @@
...
@@ -334,7 +334,7 @@
</prop>
</prop>
<set
oor:name=
"Fields"
oor:node-type=
"FieldAssignment"
>
<set
oor:name=
"Fields"
oor:node-type=
"FieldAssignment"
>
<info>
<info>
<desc>
Specifies the column name mapping between the programatic column name and the logical column name.
</desc>
<desc>
Specifies the column name mapping between the program
m
atic column name and the logical column name.
</desc>
</info>
</info>
</set>
</set>
</group>
</group>
...
...
officecfg/registry/schema/org/openoffice/Setup.xcs
Dosyayı görüntüle @
88db0ab6
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<info>
<info>
<desc>
It's the "most actual" filter, which is able to import/export
<desc>
It's the "most actual" filter, which is able to import/export
ALL currently implemented features of this office module. It has to be
ALL currently implemented features of this office module. It has to be
the programatic name of the filter.
</desc>
the program
m
atic name of the filter.
</desc>
</info>
</info>
</prop>
</prop>
<prop
oor:name=
"ooSetupFactoryActualTemplateFilter"
oor:type=
"xs:string"
>
<prop
oor:name=
"ooSetupFactoryActualTemplateFilter"
oor:type=
"xs:string"
>
...
...
ucb/workben/ucb/srcharg.cxx
Dosyayı görüntüle @
88db0ab6
...
@@ -105,14 +105,14 @@ bool parseSearchArgument(String const & rInput, ucb::SearchInfo & rInfo)
...
@@ -105,14 +105,14 @@ bool parseSearchArgument(String const & rInput, ucb::SearchInfo & rInfo)
{
{
/* Format of rInput:
/* Format of rInput:
argument = *option [criteri
um *("OR" criterium
)]
argument = *option [criteri
on *("OR" criterion
)]
option = ("--RECURSE" "=" ("NONE" / "ONE" / "DEEP"))
option = ("--RECURSE" "=" ("NONE" / "ONE" / "DEEP"))
/ (("--BASE" / "--FOLDERVIEW" / "--DOCVIEW"
/ (("--BASE" / "--FOLDERVIEW" / "--DOCVIEW"
/ "--INDIRECT")
/ "--INDIRECT")
"=" bool)
"=" bool)
criteri
um
= "EMPTY" / (term *("AND" term))
criteri
on
= "EMPTY" / (term *("AND" term))
term = text-term / date-term / numeric-term / bool-term
term = text-term / date-term / numeric-term / bool-term
...
...
ucb/workben/ucb/ucbdemo.cxx
Dosyayı görüntüle @
88db0ab6
...
@@ -949,10 +949,10 @@ void UcbContent::open( const OUString & rName, const OUString& rInput,
...
@@ -949,10 +949,10 @@ void UcbContent::open( const OUString & rName, const OUString& rInput,
{
{
// Sort criteria... Note that column numbering starts with 1!
// Sort criteria... Note that column numbering starts with 1!
aOpenArg
.
SortingInfo
.
realloc
(
2
);
aOpenArg
.
SortingInfo
.
realloc
(
2
);
// primary sort criteri
um
: column 4 --> IsFolder
// primary sort criteri
on
: column 4 --> IsFolder
aOpenArg
.
SortingInfo
[
0
].
ColumnIndex
=
4
;
aOpenArg
.
SortingInfo
[
0
].
ColumnIndex
=
4
;
aOpenArg
.
SortingInfo
[
0
].
Ascending
=
sal_False
;
aOpenArg
.
SortingInfo
[
0
].
Ascending
=
sal_False
;
// secondary sort criteri
um
: column 1 --> Title
// secondary sort criteri
on
: column 1 --> Title
aOpenArg
.
SortingInfo
[
1
].
ColumnIndex
=
1
;
aOpenArg
.
SortingInfo
[
1
].
ColumnIndex
=
1
;
aOpenArg
.
SortingInfo
[
1
].
Ascending
=
sal_True
;
aOpenArg
.
SortingInfo
[
1
].
Ascending
=
sal_True
;
}
}
...
...
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